X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=share%2Fcollection.conf;h=6af6f82e6173a1888ca75b6fb6c6eac297ec764b;hb=4a19e17220c37071ab3848faf1a79f019e654407;hp=99d3313dc78f1cfb7f072d5a39bc24b1977ea185;hpb=755a13e1dda957b708219bb92ea0d07dcd6f364a;p=collection4.git diff --git a/share/collection.conf b/share/collection.conf index 99d3313..6af6f82 100644 --- a/share/collection.conf +++ b/share/collection.conf @@ -134,15 +134,6 @@ ShowZero true - TypeInstance "used" - DSName "value" - Legend "Used " - Color "ff0000" - Area true - #Stack true - Format "%5.1lf%s" - - TypeInstance "reserved" DSName "value" Legend "Reserved" @@ -160,6 +151,15 @@ Stack true Format "%5.1lf%s" + + TypeInstance "used" + DSName "value" + Legend "Used " + Color "ff0000" + Area true + Stack true + Format "%5.1lf%s" + @@ -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" +