mirror of
https://github.com/ClusterCockpit/cc-metric-collector.git
synced 2024-11-10 12:37:25 +01:00
20 lines
369 B
Markdown
20 lines
369 B
Markdown
|
|
||
|
## `ibstat` collector
|
||
|
|
||
|
```json
|
||
|
"ibstat": {
|
||
|
"perfquery_path" : "<path to perfquery command>",
|
||
|
"exclude_devices": [
|
||
|
"mlx4"
|
||
|
]
|
||
|
}
|
||
|
```
|
||
|
|
||
|
The `ibstat` collector reads either data through the `perfquery` command or the sysfs files below `/sys/class/infiniband/<device>`.
|
||
|
|
||
|
Metrics:
|
||
|
* `ib_recv`
|
||
|
* `ib_xmit`
|
||
|
|
||
|
The collector adds a `device` tag to all metrics
|