influxdb/influxdb3_process
Trevor Hilton 2dde602995
feat: report system stats in load generator (#24871)
* feat: report system stats in load generator

Added the mechanism to report system stats during load generation. The
following stats are saved in a CSV file:

- cpu_usage
- disk_written_bytes
- disk_read_bytes
- memory
- virtual_memory

This only works when running the load generator against a local instance
of influxdb3, i.e., one that is running on your machine.

Generating system stats is done by passing the --system-stats flag to the
load generator.
2024-04-02 17:16:17 -04:00
..
src feat: report system stats in load generator (#24871) 2024-04-02 17:16:17 -04:00
Cargo.toml feat: `/ping` API to serve version and revision (#24864) 2024-04-01 16:57:10 -04:00
build.rs feat: `/ping` API to serve version and revision (#24864) 2024-04-01 16:57:10 -04:00