File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 2
2
3
3
This repo contains tools used for interacting with [ Cortex] ( https://github.com/cortexproject/cortex ) .
4
4
5
+ * [ benchtool] ( docs/benchtool.md ) : A powerful YAML driven tool for benchmarking
6
+ Cortex write and query API.
5
7
* [ cortextool] ( #cortextool ) : Interacts with user-facing Cortex APIs and backend storage components
6
8
* [ chunktool] ( #chunktool ) : Interacts with chunks stored and indexed in Cortex storage backends.
7
9
* [ logtool] ( #logtool ) : Tool which parses Cortex query-frontend logs and formats them for easy analysis.
Original file line number Diff line number Diff line change @@ -10,7 +10,10 @@ expanded functionality and this should not be consided stable.
10
10
11
11
## Workload file
12
12
13
- The workload file can be configured as a follows:
13
+ The ` benchtool ` is designed to generate Prometheus remote-write and PromQL API
14
+ query requests to a configured endpoint. The characteristics of the data used
15
+ for these requests is driven by a YAML workload configuration file. The workload
16
+ file can be configured as a follows:
14
17
15
18
``` yaml
16
19
replicas : " <int>"
@@ -165,3 +168,4 @@ value of the benchtool instance.
165
168
166
169
This will ensure two `benchtool` processes run with the same id and workload
167
170
config file will result in the same behavior between runs.
171
+
You can’t perform that action at this time.
0 commit comments