From: Florian Forster Date: Wed, 23 Jun 2010 09:20:56 +0000 (+0200) Subject: share/collection.conf: Add graph for "swap_io". X-Git-Tag: v4.0.0~196 X-Git-Url: https://git.octo.it/?p=collection4.git;a=commitdiff_plain;h=c1c2c42a4e443db3d718a8f49e6e5c38bb794042 share/collection.conf: Add graph for "swap_io". --- diff --git a/share/collection.conf b/share/collection.conf index 2874bb9..9b180ca 100644 --- a/share/collection.conf +++ b/share/collection.conf @@ -286,11 +286,13 @@ DSName "rx" Legend "RX" Color "0000ff" + Format "%5.1lf%s" DSName "tx" Legend "TX" Color "00bf00" + Format "%5.1lf%s" @@ -476,3 +478,28 @@ VerticalLabel "Bytes" + + Host "/any/" + Plugin "swap" + PluginInstance "" + Type "swap_io" + TypeInstance "/all/" + + Title "Swap I/O" + VerticalLabel "Pages/s" + + + TypeInstance "in" + DSName "value" + Legend "In " + Color "0000ff" + Format "%5.1lf" + + + TypeInstance "out" + DSName "value" + Legend "Out" + Color "00bf00" + Format "%5.1lf" + +