Skip to content
Snippets Groups Projects
Commit 0ca3de52 authored by Sören Henning's avatar Sören Henning
Browse files

Merge branch 'fix-typos' of https://github.com/fwcd/theodolite into fwcd-fix-typos

parents dd62d2ac b90d1fe3
No related branches found
No related tags found
No related merge requests found
Pipeline #6117 passed
...@@ -7,10 +7,10 @@ nav_order: 1 ...@@ -7,10 +7,10 @@ nav_order: 1
# Load Generator Framework # Load Generator Framework
Theodolite's benchmarks come with a flexible load generator framework. It is used to create load on the [4 Theodolite benchmarks](#prebuild-container-images), but can also be applied to create [custom load generators](#creating-a-custom-load-generator). Theodolite's benchmarks come with a flexible load generator framework. It is used to create load on the [4 Theodolite benchmarks](#prebuilt-container-images), but can also be applied to create [custom load generators](#creating-a-custom-load-generator).
It is particularly designed for scalability: Just spin up multiple instances of the load generator and the instances automatically divide the load to be generated among themselves. It is particularly designed for scalability: Just spin up multiple instances of the load generator and the instances automatically divide the load to be generated among themselves.
## Prebuild container images ## Prebuilt container images
For each benchmark, we provide a [load generator as OCI container image](https://github.com/orgs/cau-se/packages?tab=packages&q=workload-generator). These load generators simulate smart power meters in an industrial facility, which generate measurement records at a fixed rate. Records are published to an Apache Kafka topic (default) or sent as POST requests to an HTTP endpoint. For each benchmark, we provide a [load generator as OCI container image](https://github.com/orgs/cau-se/packages?tab=packages&q=workload-generator). These load generators simulate smart power meters in an industrial facility, which generate measurement records at a fixed rate. Records are published to an Apache Kafka topic (default) or sent as POST requests to an HTTP endpoint.
...@@ -38,7 +38,7 @@ If the load generator is configured to send records as HTTP POST requests, recor ...@@ -38,7 +38,7 @@ If the load generator is configured to send records as HTTP POST requests, recor
### Configuration ### Configuration
The prebuild container images can be configured with the following environment variables: The prebuilt container images can be configured with the following environment variables:
| Environment Variable | Description | Default | | Environment Variable | Description | Default |
|:----|:----|:----| |:----|:----|:----|
...@@ -84,4 +84,4 @@ Alternatively, you can also start with a load generator populated with a default ...@@ -84,4 +84,4 @@ Alternatively, you can also start with a load generator populated with a default
```java ```java
LoadGenerator loadGeneratorFromDefaults = LoadGenerator.fromDefaults() LoadGenerator loadGeneratorFromDefaults = LoadGenerator.fromDefaults()
LoadGenerator loadGeneratorFromEnv = LoadGenerator.fromEnvironment(); LoadGenerator loadGeneratorFromEnv = LoadGenerator.fromEnvironment();
``` ```
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment