Component for system resource usage statistics collection.
Periodically queries resource usage info and reports is as a set of metrics.
Static options:
Name | Description | Default value |
fs-task-processor | Task processor to use for statistics gathering | - |
with-nginx | Whether to collect and report nginx processes statistics | false |
Note that with-nginx
is a relatively expensive option as it requires full process list scan.
Static configuration example:
system-statistics-collector:
fs-task-processor: fs-task-processor
with-nginx: false
Definition at line 38 of file system_statistics_collector.hpp.