]> granicus.if.org Git - sysstat/commit
PCP: Fix multiple metrics name problems
authorSebastien GODARD <sysstat@users.noreply.github.com>
Sun, 3 Apr 2022 07:42:27 +0000 (09:42 +0200)
committerSebastien GODARD <sysstat@users.noreply.github.com>
Sun, 3 Apr 2022 07:42:27 +0000 (09:42 +0200)
commitbb5c137f2aac36ae0db092f208c6768540c80122
tree537dfe7503d259f45c7760796690111ecdaf87f1
parentf4605f3b5560751623f2c7e34ed85e0e7dde4769
PCP: Fix multiple metrics name problems

Replace metric name "kernel.percpu.cpu.wait.total" (which was defined
but not used) with "kernel.percpu.cpu.iowait".

"kernel.percpu.cpu.int" was used but not defined. Replace it with
"kernel.percpu.cpu.irq.total" and define it.

Fix metric name "mem.util.buffers" -> Replace it with "mem.util.bufmem".

Fix metric name "mem.util.stack" -> Replace it with
"mem.util.kernelStack".

Fix metric name "mem.util.vmused" -> Replace it with
"mem.util.vmallocUsed".

Define metric name "disk.dev.total_bytes".

Fix metric name "network.ip.ipoutrequests" -> Replace it with
"network.ip.outrequests".

Fix metric name "network.ip.ipreasmreqds" -> Replace it with
"network.ip.reasmreqds".

Fix metric name "network.ip.ipreasmoks" -> Replace it with
"network.ip.reasmoks".

Fix metric name "network.tcp.tcpestabresets" -> Replace it with
"network.tcp.estabresets".

FIx metric name "network.tcp.tcpretranssegs" -> Replace it with
"network.tcp.retranssegs".

Signed-off-by: Sebastien GODARD <sysstat@users.noreply.github.com>
pcp_def_metrics.c
pcp_stats.c