File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change 147
147
148
148
# HELP spectrum_systemStats_write_cache_pc The percentage of the write cache usage for the node.
149
149
# TYPE spectrum_systemStats_write_cache_pc gauge
150
+ # HELP spectrum_systemStats_nvme_rdma_mb The total number of megabytes transferred per second (MBps) for NVMe over RDMA traffic on the system.
151
+ # TYPE spectrum_systemStats_nvme_rdma_mb gauge
152
+ # HELP spectrum_systemStats_nvme_rdma_io The total I/O operations that are transferred per second for NVMe over RDMA traffic on the system.
153
+ # TYPE spectrum_systemStats_nvme_rdma_io gauge
154
+ # HELP spectrum_systemStats_nvme_tcp_mb The total number of megabytes transferred per second (MBps) for NVMe over TCP traffic on the system.
155
+ # TYPE spectrum_systemStats_nvme_tcp_mb gauge
156
+ # HELP spectrum_systemStats_nvme_tcp_io The total I/O operations that are transferred per second for NVMe over TCP traffic on the system.
157
+ # TYPE spectrum_systemStats_nvme_tcp_io gauge
150
158
```
You can’t perform that action at this time.
0 commit comments