diff options
Diffstat (limited to 'man/html/pmview/example.view')
-rw-r--r-- | man/html/pmview/example.view | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/man/html/pmview/example.view b/man/html/pmview/example.view new file mode 100644 index 0000000..2f61785 --- /dev/null +++ b/man/html/pmview/example.view @@ -0,0 +1,38 @@ +pmview Version 2.1 +# +# pmview configuration used as a starting point in the pmview exercises. +# + +_colorlist ctrl_colors ( green2 ) + +_grid hide ( + _label 0 1 _down _large "Disk" + + _bar 1 1 _west ( + _metrics ( + disk.all.read 100 + ) + _colorlist ctrl_colors + _baseLabel "Disk Reads\nNormalized to 100 reads/second" + ) + + _bar 2 1 _west ( + _metrics ( + disk.all.write 100 + ) + _colorlist ctrl_colors + _baseLabel "Disk Writes\nNormalized to 100 writes/second" + ) + + _label 0 3 _west _down _large "Load" + _bar 1 3 2 1 _west ( + _metrics ( + kernel.all.load[15] 2 + kernel.all.load[5] 2 + kernel.all.load[1] 2 + ) + _metriclabels _away ( "15" "5" "1" ) + _colorlist ( blue2 blue2 blue2 ) + _baseLabel "Average System Load over the last 1, 5, and 15 minutes\nNormalized to 2" + ) +) |