Skip to content

Commit 9a08576

Browse files
authored
nonvolatile memory express metrics added
1 parent 966652a commit 9a08576

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

docs/lssystemstats_metrics.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,4 +147,12 @@
147147
148148
# HELP spectrum_systemStats_write_cache_pc The percentage of the write cache usage for the node.
149149
# 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
150158
```

0 commit comments

Comments
 (0)