Skip to content

Commit

Permalink
sysstat changes 12.1+ (#217)
Browse files Browse the repository at this point in the history
sysstat changes 12.1+ io, devices, hugepages
fixes #210
  • Loading branch information
Pitterling committed Oct 13, 2020
1 parent b6b0588 commit 6c86a7c
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 8 deletions.
3 changes: 3 additions & 0 deletions src/main/resources/Config.xml
Expand Up @@ -105,6 +105,9 @@
<itemcolor name="wkB/s">
<color>170,170,255</color>
</itemcolor>
<itemcolor name="dkB/s">
<color>100,170,255</color>
</itemcolor>
<itemcolor name="avgrq-sz">
<color>170,255,170</color>
</itemcolor>
Expand Down
27 changes: 19 additions & 8 deletions src/main/resources/Linux.xml
Expand Up @@ -64,6 +64,10 @@
<headerstr>tps rtps wtps bread/s bwrtn/s</headerstr>
<graphname>IO</graphname>
</Stat>
<Stat name="io_12.2">
<headerstr>tps rtps wtps dtps bread/s bwrtn/s bdscd/s</headerstr>
<graphname>IO</graphname>
</Stat>
<Stat name="socket1">
<headerstr>totsck tcpsck udpsck rawsck ip-frag</headerstr>
<graphname>SOCKET</graphname>
Expand Down Expand Up @@ -136,7 +140,10 @@
<headerstr>DEV tps rkB/s wkB/s areq-sz aqu-sz await svctm %util</headerstr>
<graphname>DEV_11.5.7</graphname>
</Stat>

<Stat name="dev_12.2.0">
<headerstr>DEV tps rkB/s wkB/s dkB/s areq-sz aqu-sz await %util</headerstr>
<graphname>DEV_11.5.7</graphname>
</Stat>
<Stat name="dentunusd2">
<headerstr>dentunusd file-sz inode-sz super-sz %super-sz dquot-sz %dquot-sz rtsig-sz %rtsig-sz</headerstr>
<graphname>IGNORE</graphname>
Expand All @@ -145,9 +152,9 @@
<headerstr>pgpgin/s pgpgout/s fault/s majflt/s pgfree/s pgscank/s pgscand/s pgsteal/s %vmeff</headerstr>
<graphname>PAGING</graphname>
</Stat>
<Stat name="inet21">
<Stat name="INET_FAIL">
<headerstr>IFACE rxerr/s txerr/s coll/s rxdrop/s txdrop/s txcarr/s rxfram/s rxfifo/s txfifo/s</headerstr>
<graphname>INET2</graphname>
<graphname>INET_FAIL</graphname>
</Stat>
<Stat name="dentunusd3">
<headerstr>dentunusd file-sz %file-sz inode-sz super-sz %super-sz dquot-sz %dquot-sz rtsig-sz %rtsig-sz</headerstr>
Expand Down Expand Up @@ -261,6 +268,10 @@
<headerstr>kbhugfree kbhugused %hugused</headerstr>
<graphname>HPAGE</graphname>
</Stat>
<Stat name="hpage_12.2.0">
<headerstr>kbhugfree kbhugused %hugused kbhugrsvd kbhugsurp</headerstr>
<graphname>HPAGE</graphname>
</Stat>
<Stat name="cpu_softnet_11.5.2">
<headerstr>CPU total/s dropd/s squeezd/s rx_rps/s flw_lim/s</headerstr>
<graphname>CPU_SOFTNET_11.5.2</graphname>
Expand Down Expand Up @@ -316,7 +327,7 @@
<range>0,100</range>
</Plot>
</Graph>
<Graph name="INET2" Title="Interfaces error" type="multiple">
<Graph name="INET_FAIL" Title="Interfaces error" type="multiple">
<Plot Title="Rx">
<cols>rxerr/s rxdrop/s rxfram/s rxfifo/s</cols>
</Plot>
Expand Down Expand Up @@ -382,7 +393,7 @@
<cols>tps</cols>
</Plot>
<Plot Title="Bandwidth [B/s]">
<cols>rkB/s wkB/s</cols>
<cols>rkB/s wkB/s dkB/s</cols>
<format base="1024" factor="1024" />
</Plot>
<Plot Title="areq-sz [KiB] / aqu-sz">
Expand All @@ -394,10 +405,10 @@
</Graph>
<Graph name="IO" Title="I/O" type="unique">
<Plot Title="TPS">
<cols>tps rtps wtps</cols>
<cols>tps rtps wtps dtps</cols>
</Plot>
<Plot Title="blocks/s">
<cols>bread/s bwrtn/s</cols>
<cols>bread/s bwrtn/s bdscd/s</cols>
</Plot>
</Graph>
<Graph name="KMEM_OLD" Title="KMem" type="unique">
Expand Down Expand Up @@ -583,7 +594,7 @@
</Graph>
<Graph name="HPAGE" Title="HugePages" type="unique">
<Plot Title="HugePages">
<cols>kbhugfree kbhugused</cols>
<cols>kbhugfree kbhugused kbhugrsvd kbhugsurp</cols>
<format base="1024" factor="1024" />
</Plot>
<Plot Title="used [%]">
Expand Down

0 comments on commit 6c86a7c

Please sign in to comment.