mirror of
https://github.com/ClusterCockpit/cc-metric-collector.git
synced 2025-04-05 13:15:55 +02:00
change README metric list from * to - and apply minor fixes
This commit is contained in:
parent
a001acd2b2
commit
4126132d64
@ -14,8 +14,8 @@ import (
|
||||
"strings"
|
||||
"time"
|
||||
|
||||
lp "github.com/ClusterCockpit/cc-lib/pkg/ccMessage"
|
||||
cclog "github.com/ClusterCockpit/cc-metric-collector/pkg/ccLogger"
|
||||
lp "github.com/ClusterCockpit/cc-energy-manager/pkg/cc-message"
|
||||
)
|
||||
|
||||
const DEFAULT_BEEGFS_CMD = "beegfs-ctl"
|
||||
|
@ -26,50 +26,50 @@ in the configuration.
|
||||
|
||||
When using the `exclude_metrics` option, the excluded metrics are summed as `other`.
|
||||
|
||||
Important: The metrics listed below, are similar to the naming of BeeGFS. The Collector prefixes these with `beegfs_cstorage`(beegfs client storage).
|
||||
Important: The metrics listed below are similar to the naming of BeeGFS. The Collector prefixes these with `beegfs_cstorage`(beegfs client storage).
|
||||
|
||||
For example beegfs metric `open`-> `beegfs_cstorage_open`
|
||||
For example `beegfs` metric `open`-> `beegfs_cstorage_open`
|
||||
|
||||
Available Metrics:
|
||||
|
||||
* sum
|
||||
* ack
|
||||
* close
|
||||
* entInf
|
||||
* fndOwn
|
||||
* mkdir
|
||||
* create
|
||||
* rddir
|
||||
* refrEnt
|
||||
* mdsInf
|
||||
* rmdir
|
||||
* rmLnk
|
||||
* mvDirIns
|
||||
* mvFiIns
|
||||
* open
|
||||
* ren
|
||||
* sChDrct
|
||||
* sAttr
|
||||
* sDirPat
|
||||
* stat
|
||||
* statfs
|
||||
* trunc
|
||||
* symlnk
|
||||
* unlnk
|
||||
* lookLI
|
||||
* statLI
|
||||
* revalLI
|
||||
* openLI
|
||||
* createLI
|
||||
* hardlnk
|
||||
* flckAp
|
||||
* flckEn
|
||||
* flckRg
|
||||
* dirparent
|
||||
* listXA
|
||||
* getXA
|
||||
* rmXA
|
||||
* setXA
|
||||
* mirror
|
||||
- sum
|
||||
- ack
|
||||
- close
|
||||
- entInf
|
||||
- fndOwn
|
||||
- mkdir
|
||||
- create
|
||||
- rddir
|
||||
- refrEnt
|
||||
- mdsInf
|
||||
- rmdir
|
||||
- rmLnk
|
||||
- mvDirIns
|
||||
- mvFiIns
|
||||
- open
|
||||
- ren
|
||||
- sChDrct
|
||||
- sAttr
|
||||
- sDirPat
|
||||
- stat
|
||||
- statfs
|
||||
- trunc
|
||||
- symlnk
|
||||
- unlnk
|
||||
- lookLI
|
||||
- statLI
|
||||
- revalLI
|
||||
- openLI
|
||||
- createLI
|
||||
- hardlnk
|
||||
- flckAp
|
||||
- flckEn
|
||||
- flckRg
|
||||
- dirparent
|
||||
- listXA
|
||||
- getXA
|
||||
- rmXA
|
||||
- setXA
|
||||
- mirror
|
||||
|
||||
The collector adds a `filesystem` tag to all metrics
|
||||
The collector adds a `filesystem` tag to all metrics
|
||||
|
Loading…
x
Reference in New Issue
Block a user