X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=collection.conf;h=ede145891281217db96d48dbb004d6ed86fb121a;hb=7a6beaf075a32bfd93d314c00179f258c8e43ee5;hp=58d8c4e122ce43aafaedb7efdd738bd4e10a2676;hpb=3dfc071fbc2e15897d1888e7d75c444a7a801189;p=collection4.git diff --git a/collection.conf b/collection.conf index 58d8c4e..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" @@ -90,6 +90,7 @@ TypeInstance "/all/" Title "Diskspace" + VerticalLabel "Bytes" TypeInstance "used" @@ -98,6 +99,7 @@ Color "ff0000" Area true #Stack true + Format "%5.1lf%s" TypeInstance "reserved" @@ -106,6 +108,7 @@ Color "ffb000" Area true Stack true + Format "%5.1lf%s" TypeInstance "free" @@ -114,6 +117,7 @@ Color "00bf00" Area true Stack true + Format "%5.1lf%s" @@ -270,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" +