Commit 93a145f
authored
Adds system benchmarks command (#1232)
* Refactor benchmark command to make it easier to extend
* Add new command and read config
* Set up service and generator
* Improve policy creation and add docker service deployer
* Bump es api version
* Add new options
* Add new reportable types
* Collect and report summary metrics
* Add documentation
* Add system benchmark test
* Save report file
* Ensure all data is generated previous to agents being assigned
* Save file indented
* Update readme
* Lint
* Make test faster
* Go back to 7.17 client
* fix tests
* Change comments
* Add monitoringenabled option
* Update report.go
* Delete outputs.go from kibana
* Rename reports payload property
* Remove pkg/errors from ingest, kibana, and servicedeployer
* Amend const and comment
* Avoid overriding configs unadvertedly
* Change byte replace to strings.Replacer
* Undo change in report benchmark command
* Use policy template name to generate input name
* Fix readme
* Add corpora file to report
* Cleanup corpora generated data
* Fix lint error
* Fix test package format
* Fix lint errors
* Fix processor error return
* Rename folder to accomodate to spec
* Add prefix check1 parent e16c69e commit 93a145f
File tree
66 files changed
+3743
-865
lines changed- cmd
- docs/howto
- internal
- benchrunner
- reporters
- formats
- outputs
- runners
- pipeline
- system
- servicedeployer
- cobraext
- elasticsearch/ingest
- formatter
- kibana
- reportgenerator/generators
- pipelinebench
- testrunner/runners/system
- scripts
- test/packages/benchmarks/system_benchmark
- _dev/benchmark/system
- logs-benchmark
- data_stream/testds
- _dev/benchmark/pipeline
- agent/stream
- elasticsearch/ingest_pipeline
- fields
- docs
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
66 files changed
+3743
-865
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
100 | 100 | | |
101 | 101 | | |
102 | 102 | | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
103 | 109 | | |
104 | 110 | | |
105 | 111 | | |
| |||
116 | 122 | | |
117 | 123 | | |
118 | 124 | | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
119 | 131 | | |
120 | 132 | | |
121 | 133 | | |
| |||
0 commit comments