mirror of
https://github.com/ClusterCockpit/cc-metric-collector.git
synced 2025-04-05 21:25:55 +02:00
sort metrics in categories and remove ibstat_perfquery
This commit is contained in:
parent
16faa70867
commit
a001acd2b2
@ -16,30 +16,44 @@ In contrast to the configuration files for sinks and receivers, the collectors c
|
|||||||
|
|
||||||
# Available collectors
|
# Available collectors
|
||||||
|
|
||||||
* [`cpustat`](./cpustatMetric.md)
|
**CPU & Performance**
|
||||||
* [`memstat`](./memstatMetric.md)
|
* [`loadavg`](./loadavgMetric.md) - System load averages
|
||||||
* [`iostat`](./iostatMetric.md)
|
* [`cpustat`](./cpustatMetric.md) - CPU usage metrics
|
||||||
* [`diskstat`](./diskstatMetric.md)
|
* [`cpufreq`](./cpufreqMetric.md) - CPU frequency data
|
||||||
* [`loadavg`](./loadavgMetric.md)
|
* [`cpufreq_cpuinfo`](./cpufreqCpuinfoMetric.md) - CPU frequency from cpuinfo
|
||||||
* [`netstat`](./netstatMetric.md)
|
* [`likwid`](./likwidMetric.md) - Hardware performance via Likwid
|
||||||
* [`ibstat`](./infinibandMetric.md)
|
* [`topprocs`](./topprocsMetric.md) - Top process details
|
||||||
* [`ibstat_perfquery`](./infinibandPerfQueryMetric.md)
|
|
||||||
* [`tempstat`](./tempMetric.md)
|
**Memory**
|
||||||
* [`lustrestat`](./lustreMetric.md)
|
* [`memstat`](./memstatMetric.md) - Memory usage data
|
||||||
* [`likwid`](./likwidMetric.md)
|
* [`numastats`](./numastatsMetric.md) - NUMA memory allocations
|
||||||
* [`nvidia`](./nvidiaMetric.md)
|
|
||||||
* [`customcmd`](./customCmdMetric.md)
|
**Disk & I/O**
|
||||||
* [`ipmistat`](./ipmiMetric.md)
|
* [`diskstat`](./diskstatMetric.md) - Disk usage metrics
|
||||||
* [`topprocs`](./topprocsMetric.md)
|
* [`iostat`](./iostatMetric.md) - I/O performance data
|
||||||
* [`nfs3stat`](./nfs3Metric.md)
|
|
||||||
* [`nfs4stat`](./nfs4Metric.md)
|
**Filesystems**
|
||||||
* [`cpufreq`](./cpufreqMetric.md)
|
* [`beegfs_meta`](./beegfsmetaMetric.md) - BeeGFS metadata metrics
|
||||||
* [`cpufreq_cpuinfo`](./cpufreqCpuinfoMetric.md)
|
* [`beegfs_storage`](./beegfsstorageMetric.md) - BeeGFS storage metrics
|
||||||
* [`numastats`](./numastatsMetric.md)
|
* [`gpfs`](./gpfsMetric.md) - GPFS filesystem data
|
||||||
* [`gpfs`](./gpfsMetric.md)
|
* [`lustrestat`](./lustreMetric.md) - Lustre filesystem metrics
|
||||||
* [`beegfs_meta`](./beegfsmetaMetric.md)
|
* [`nfs3stat`](./nfs3Metric.md) - NFSv3 usage
|
||||||
* [`beegfs_storage`](./beegfsstorageMetric.md)
|
* [`nfs4stat`](./nfs4Metric.md) - NFSv4 usage
|
||||||
* [`rocm_smi`](./rocmsmiMetric.md)
|
|
||||||
|
**Network**
|
||||||
|
* [`ibstat`](./infinibandMetric.md) - InfiniBand network metrics
|
||||||
|
* [`netstat`](./netstatMetric.md) - Network interface data
|
||||||
|
|
||||||
|
**GPU & Accelerators**
|
||||||
|
* [`nvidia`](./nvidiaMetric.md) - NVIDIA GPU metrics
|
||||||
|
* [`rocm_smi`](./rocmsmiMetric.md) - AMD ROCm SMI data
|
||||||
|
|
||||||
|
**Hardware Monitoring**
|
||||||
|
* [`ipmistat`](./ipmiMetric.md) - IPMI sensor readings
|
||||||
|
* [`tempstat`](./tempMetric.md) - Temperature measurements
|
||||||
|
|
||||||
|
**Custom**
|
||||||
|
* [`customcmd`](./customCmdMetric.md) - Custom command output
|
||||||
|
|
||||||
## Todos
|
## Todos
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user