mirror of
https://github.com/ClusterCockpit/cc-metric-collector.git
synced 2025-04-05 13:15:55 +02:00
switch to cc-lib. docs: consistency for list
This commit is contained in:
parent
f8f2475ae0
commit
f7dcee1100
@ -6,8 +6,8 @@ import (
|
||||
"fmt"
|
||||
"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"
|
||||
"github.com/ClusterCockpit/go-rocm-smi/pkg/rocm_smi"
|
||||
)
|
||||
|
||||
|
@ -1,4 +1,3 @@
|
||||
|
||||
## `rocm_smi` collector
|
||||
|
||||
```json
|
||||
@ -24,24 +23,24 @@ Optionally, it is possible to add the serial to the meta informations. They are
|
||||
|
||||
|
||||
Metrics:
|
||||
* `rocm_gfx_util`
|
||||
* `rocm_umc_util`
|
||||
* `rocm_mm_util`
|
||||
* `rocm_avg_power`
|
||||
* `rocm_temp_mem`
|
||||
* `rocm_temp_hotspot`
|
||||
* `rocm_temp_edge`
|
||||
* `rocm_temp_vrgfx`
|
||||
* `rocm_temp_vrsoc`
|
||||
* `rocm_temp_vrmem`
|
||||
* `rocm_gfx_clock`
|
||||
* `rocm_soc_clock`
|
||||
* `rocm_u_clock`
|
||||
* `rocm_v0_clock`
|
||||
* `rocm_v1_clock`
|
||||
* `rocm_d0_clock`
|
||||
* `rocm_d1_clock`
|
||||
* `rocm_temp_hbm`
|
||||
- `rocm_gfx_util`
|
||||
- `rocm_umc_util`
|
||||
- `rocm_mm_util`
|
||||
- `rocm_avg_power`
|
||||
- `rocm_temp_mem`
|
||||
- `rocm_temp_hotspot`
|
||||
- `rocm_temp_edge`
|
||||
- `rocm_temp_vrgfx`
|
||||
- `rocm_temp_vrsoc`
|
||||
- `rocm_temp_vrmem`
|
||||
- `rocm_gfx_clock`
|
||||
- `rocm_soc_clock`
|
||||
- `rocm_u_clock`
|
||||
- `rocm_v0_clock`
|
||||
- `rocm_v1_clock`
|
||||
- `rocm_d0_clock`
|
||||
- `rocm_d1_clock`
|
||||
- `rocm_temp_hbm`
|
||||
|
||||
|
||||
Some metrics add the additional sub type tag (`stype`) like the `rocm_temp_hbm` metrics set `stype=device,stype-id=<HBM_slice_number>`.
|
||||
|
Loading…
x
Reference in New Issue
Block a user