X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=share%2Fcollection.conf;h=6af6f82e6173a1888ca75b6fb6c6eac297ec764b;hb=4a19e17220c37071ab3848faf1a79f019e654407;hp=3a88363e7bcb12f1739b4cb7ad991e56b632f477;hpb=956843f2f4832763d3d0a7a1d30121993c791045;p=collection4.git diff --git a/share/collection.conf b/share/collection.conf index 3a88363..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" + @@ -225,11 +225,13 @@ DSName "read" Legend "Read " Color "0000ff" + Format "%5.1lf%s" DSName "write" Legend "Write" Color "00bf00" + Format "%5.1lf%s" @@ -520,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" +