From 36b307a19a30b0866c4446f572c45bcd0446cdea Mon Sep 17 00:00:00 2001 From: Florian Forster Date: Tue, 6 Jul 2010 10:35:49 +0200 Subject: [PATCH] share/collection.conf: Improve configuration of the "swap" graph. --- share/collection.conf | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) 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" + -- 2.11.0