Skip to content

Commit 6c86a7c

Browse files
authored
sysstat changes 12.1+ (#217)
sysstat changes 12.1+ io, devices, hugepages fixes #210
1 parent b6b0588 commit 6c86a7c

File tree

2 files changed

+22
-8
lines changed

2 files changed

+22
-8
lines changed

src/main/resources/Config.xml

+3
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,9 @@
105105
<itemcolor name="wkB/s">
106106
<color>170,170,255</color>
107107
</itemcolor>
108+
<itemcolor name="dkB/s">
109+
<color>100,170,255</color>
110+
</itemcolor>
108111
<itemcolor name="avgrq-sz">
109112
<color>170,255,170</color>
110113
</itemcolor>

src/main/resources/Linux.xml

+19-8
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,10 @@
6464
<headerstr>tps rtps wtps bread/s bwrtn/s</headerstr>
6565
<graphname>IO</graphname>
6666
</Stat>
67+
<Stat name="io_12.2">
68+
<headerstr>tps rtps wtps dtps bread/s bwrtn/s bdscd/s</headerstr>
69+
<graphname>IO</graphname>
70+
</Stat>
6771
<Stat name="socket1">
6872
<headerstr>totsck tcpsck udpsck rawsck ip-frag</headerstr>
6973
<graphname>SOCKET</graphname>
@@ -136,7 +140,10 @@
136140
<headerstr>DEV tps rkB/s wkB/s areq-sz aqu-sz await svctm %util</headerstr>
137141
<graphname>DEV_11.5.7</graphname>
138142
</Stat>
139-
143+
<Stat name="dev_12.2.0">
144+
<headerstr>DEV tps rkB/s wkB/s dkB/s areq-sz aqu-sz await %util</headerstr>
145+
<graphname>DEV_11.5.7</graphname>
146+
</Stat>
140147
<Stat name="dentunusd2">
141148
<headerstr>dentunusd file-sz inode-sz super-sz %super-sz dquot-sz %dquot-sz rtsig-sz %rtsig-sz</headerstr>
142149
<graphname>IGNORE</graphname>
@@ -145,9 +152,9 @@
145152
<headerstr>pgpgin/s pgpgout/s fault/s majflt/s pgfree/s pgscank/s pgscand/s pgsteal/s %vmeff</headerstr>
146153
<graphname>PAGING</graphname>
147154
</Stat>
148-
<Stat name="inet21">
155+
<Stat name="INET_FAIL">
149156
<headerstr>IFACE rxerr/s txerr/s coll/s rxdrop/s txdrop/s txcarr/s rxfram/s rxfifo/s txfifo/s</headerstr>
150-
<graphname>INET2</graphname>
157+
<graphname>INET_FAIL</graphname>
151158
</Stat>
152159
<Stat name="dentunusd3">
153160
<headerstr>dentunusd file-sz %file-sz inode-sz super-sz %super-sz dquot-sz %dquot-sz rtsig-sz %rtsig-sz</headerstr>
@@ -261,6 +268,10 @@
261268
<headerstr>kbhugfree kbhugused %hugused</headerstr>
262269
<graphname>HPAGE</graphname>
263270
</Stat>
271+
<Stat name="hpage_12.2.0">
272+
<headerstr>kbhugfree kbhugused %hugused kbhugrsvd kbhugsurp</headerstr>
273+
<graphname>HPAGE</graphname>
274+
</Stat>
264275
<Stat name="cpu_softnet_11.5.2">
265276
<headerstr>CPU total/s dropd/s squeezd/s rx_rps/s flw_lim/s</headerstr>
266277
<graphname>CPU_SOFTNET_11.5.2</graphname>
@@ -316,7 +327,7 @@
316327
<range>0,100</range>
317328
</Plot>
318329
</Graph>
319-
<Graph name="INET2" Title="Interfaces error" type="multiple">
330+
<Graph name="INET_FAIL" Title="Interfaces error" type="multiple">
320331
<Plot Title="Rx">
321332
<cols>rxerr/s rxdrop/s rxfram/s rxfifo/s</cols>
322333
</Plot>
@@ -382,7 +393,7 @@
382393
<cols>tps</cols>
383394
</Plot>
384395
<Plot Title="Bandwidth [B/s]">
385-
<cols>rkB/s wkB/s</cols>
396+
<cols>rkB/s wkB/s dkB/s</cols>
386397
<format base="1024" factor="1024" />
387398
</Plot>
388399
<Plot Title="areq-sz [KiB] / aqu-sz">
@@ -394,10 +405,10 @@
394405
</Graph>
395406
<Graph name="IO" Title="I/O" type="unique">
396407
<Plot Title="TPS">
397-
<cols>tps rtps wtps</cols>
408+
<cols>tps rtps wtps dtps</cols>
398409
</Plot>
399410
<Plot Title="blocks/s">
400-
<cols>bread/s bwrtn/s</cols>
411+
<cols>bread/s bwrtn/s bdscd/s</cols>
401412
</Plot>
402413
</Graph>
403414
<Graph name="KMEM_OLD" Title="KMem" type="unique">
@@ -583,7 +594,7 @@
583594
</Graph>
584595
<Graph name="HPAGE" Title="HugePages" type="unique">
585596
<Plot Title="HugePages">
586-
<cols>kbhugfree kbhugused</cols>
597+
<cols>kbhugfree kbhugused kbhugrsvd kbhugsurp</cols>
587598
<format base="1024" factor="1024" />
588599
</Plot>
589600
<Plot Title="used [%]">

0 commit comments

Comments
 (0)