We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e10b6f commit be2d51bCopy full SHA for be2d51b
src/main/resources/AIX.xml
@@ -70,6 +70,10 @@
70
<headerstr>cpu %usr %sys %wio %idle physc</headerstr>
71
<graphname>CPUS</graphname>
72
</Stat>
73
+ <Stat name="cpu4">
74
+ <headerstr>%usr %sys %wio %idle physc %entc</headerstr>
75
+ <graphname>CPU</graphname>
76
+ </Stat>
77
<Graph name="CPU" Title="CPU" type="unique">
78
<Stack Title="Used" size="3">
79
<cols>%usr %sys %wio</cols>
0 commit comments