From: Florian Forster Date: Tue, 6 Jul 2010 08:35:49 +0000 (+0200) Subject: share/collection.conf: Improve configuration of the "swap" graph. X-Git-Tag: v4.0.0~150 X-Git-Url: https://git.tokkee.org/?p=collection4.git;a=commitdiff_plain;h=36b307a19a30b0866c4446f572c45bcd0446cdea share/collection.conf: Improve configuration of the "swap" graph. --- diff --git a/share/collection.conf b/share/collection.conf index 99d3313..f4e12ea 100644 --- a/share/collection.conf +++ b/share/collection.conf @@ -522,6 +522,34 @@ Title "Swap utilization" VerticalLabel "Bytes" + + + TypeInstance "free" + DSName "value" + Legend "Free " + Color "00e000" + Area true + Stack true + Format "%5.1lf%s" + + + TypeInstance "cached" + DSName "value" + Legend "Cached" + Color "ffb000" + Area true + Stack true + Format "%5.1lf%s" + + + TypeInstance "used" + DSName "value" + Legend "Used " + Color "ff0000" + Area true + Stack true + Format "%5.1lf%s" +