2021-02-17 14:13:50 +01:00
|
|
|
|
# Overview
|
|
|
|
|
|
|
|
|
|
ClusterCockpit uses the InfluxData line-protocol for collecting the node metric
|
|
|
|
|
data.
|
|
|
|
|
|
|
|
|
|
```
|
|
|
|
|
<measurement>,<tag set> <field set> <timestamp [s]>
|
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
Supported measurements:
|
2021-03-18 08:23:43 +01:00
|
|
|
|
* node – Tags: host
|
2021-02-17 14:13:50 +01:00
|
|
|
|
* socket – Tags: host, socket
|
|
|
|
|
* cpu -- Tags: host, cpu
|
|
|
|
|
|
|
|
|
|
## Supported node level fields
|
|
|
|
|
|
|
|
|
|
* `load`
|
|
|
|
|
* `mem_used`
|
|
|
|
|
* `net_bw` - split into `ib_bw` and `eth_bw` if required
|
|
|
|
|
* `file_bw` - split into multiple file systems if required
|
|
|
|
|
|
|
|
|
|
## Supported socket fields
|
|
|
|
|
|
|
|
|
|
All socket metrics can be aggregated to coarser granularity.
|
|
|
|
|
|
|
|
|
|
* `power`
|
|
|
|
|
* `mem_bw`
|
|
|
|
|
|
|
|
|
|
## Supported cpu level fields
|
|
|
|
|
|
|
|
|
|
All cpu metrics can be aggregated to coarser granularity.
|
|
|
|
|
|
|
|
|
|
* `ipc`
|
|
|
|
|
* `flops_any`
|
|
|
|
|
* `clock`
|