Files
opencloud/ocis
Jörn Friedrich Dreyer 43547cc681 Benchmark options (#5684)
* make benchmark clients remember cookies

Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>

* add --rate option for benchmark clients

Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>

* create a new request on every request to fix vanishing data

Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>

* use corret minute unit

Co-authored-by: Florian Schade <f.schade@icloud.com>

---------

Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
Co-authored-by: Florian Schade <f.schade@icloud.com>
2023-03-07 11:37:14 +01:00
..
2022-05-04 14:49:59 +02:00
2023-03-03 16:12:53 +01:00
2023-03-07 11:37:14 +01:00
2022-05-13 11:16:40 +00:00
2022-11-03 09:42:47 +01:00
2020-09-18 13:15:21 +02:00

ocis

The ocis package contains the Infinite Scale runtime and the commands for the Infinite Scale cli.

Service registry

This package also configures the service registry which will be used to look up the service addresses. It defaults to mDNS. Keep that in mind when using systems with mDNS disabled by default (i.e. SUSE).

Available registries are:

  • nats
  • kubernetes
  • etcd
  • consul
  • memory
  • mdns (default)

To configure which registry to use, you have to set the environment variable MICRO_REGISTRY, and for all except memory and mdns you also have to set the registry address via MICRO_REGISTRY_ADDRESS.

etcd

To authenticate the connection to the etcd registry, you have to set ETCD_USERNAME and ETCD_PASSWORD.