X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=collection.conf;h=ede145891281217db96d48dbb004d6ed86fb121a;hb=de9239ac3e16e12503eae5ddbfcdaae27f262081;hp=cabea9c6fbc4ac7daaf1d4384040165ae9545768;hpb=586ff0da90125e8449db2ee1b5894c5883255daa;p=collection4.git diff --git a/collection.conf b/collection.conf index cabea9c..ede1458 100644 --- a/collection.conf +++ b/collection.conf @@ -15,7 +15,7 @@ Color "e8e8e8" Area true Stack true - #Format "%lf" + Format "%6.2lf" TypeInstance "nice" @@ -24,7 +24,7 @@ Color "00e000" Area true Stack true - #Format "%lf" + Format "%6.2lf" TypeInstance "user" @@ -33,7 +33,7 @@ Color "0000ff" Area true Stack true - #Format "%lf" + Format "%6.2lf" TypeInstance "wait" @@ -42,7 +42,7 @@ Color "ffb000" Area true Stack true - #Format "%lf" + Format "%6.2lf" TypeInstance "system" @@ -51,7 +51,7 @@ Color "ff0000" Area true Stack true - #Format "%lf" + Format "%6.2lf" TypeInstance "softirq" @@ -60,7 +60,7 @@ Color "ff00ff" Area true Stack true - #Format "%lf" + Format "%6.2lf" TypeInstance "interrupt" @@ -69,7 +69,7 @@ Color "a000a0" Area true Stack true - #Format "%lf" + Format "%6.2lf" TypeInstance "steal" @@ -78,7 +78,7 @@ Color "000000" Area true Stack true - #Format "%lf" + Format "%6.2lf" @@ -99,6 +99,7 @@ Color "ff0000" Area true #Stack true + Format "%5.1lf%s" TypeInstance "reserved" @@ -107,6 +108,7 @@ Color "ffb000" Area true Stack true + Format "%5.1lf%s" TypeInstance "free" @@ -115,6 +117,7 @@ Color "00bf00" Area true Stack true + Format "%5.1lf%s" @@ -271,6 +274,52 @@ Title "Memory 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 "0000ff" + Area true + Stack true + Format "%5.1lf%s" + + + TypeInstance "buffered" + DSName "value" + Legend "Buffered" + Color "ffb000" + Area true + Stack true + Format "%5.1lf%s" + + + TypeInstance "locked" + DSName "value" + Legend "Locked " + Color "ff00ff" + Area true + Stack true + Format "%5.1lf%s" + + + TypeInstance "used" + DSName "value" + Legend "Used " + Color "ff0000" + Area true + Stack true + Format "%5.1lf%s" +