Skip to content

Commit be2d51b

Browse files
elkriegPitterling
authored andcommitted
AIX cpu parsing fix (#99)
1 parent 2e10b6f commit be2d51b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/main/resources/AIX.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,10 @@
7070
<headerstr>cpu %usr %sys %wio %idle physc</headerstr>
7171
<graphname>CPUS</graphname>
7272
</Stat>
73+
<Stat name="cpu4">
74+
<headerstr>%usr %sys %wio %idle physc %entc</headerstr>
75+
<graphname>CPU</graphname>
76+
</Stat>
7377
<Graph name="CPU" Title="CPU" type="unique">
7478
<Stack Title="Used" size="3">
7579
<cols>%usr %sys %wio</cols>

0 commit comments

Comments
 (0)