X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=share%2Fcollection.conf;h=f4e12ea833e5257d88598bc31cd10ce403756ddb;hb=36b307a19a30b0866c4446f572c45bcd0446cdea;hp=99d3313dc78f1cfb7f072d5a39bc24b1977ea185;hpb=b64e6b6983c49fa5924fa8558fe1d65f7ea5aea0;p=collection4.git 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" +