X-Git-Url: https://git.octo.it/?p=collection4.git;a=blobdiff_plain;f=collection.conf;h=eb33fe00a049bda5e311f6c742d7f2f42d45e9b7;hp=58d8c4e122ce43aafaedb7efdd738bd4e10a2676;hb=c4815ba2e7fca583e71ce97fb60b4434d398309f;hpb=3dfc071fbc2e15897d1888e7d75c444a7a801189 diff --git a/collection.conf b/collection.conf index 58d8c4e..eb33fe0 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,8 @@ TypeInstance "/all/" Title "Diskspace" + VerticalLabel "Bytes" + ShowZero true TypeInstance "used" @@ -98,6 +100,7 @@ Color "ff0000" Area true #Stack true + Format "%5.1lf%s" TypeInstance "reserved" @@ -106,6 +109,7 @@ Color "ffb000" Area true Stack true + Format "%5.1lf%s" TypeInstance "free" @@ -114,6 +118,7 @@ Color "00bf00" Area true Stack true + Format "%5.1lf%s" @@ -125,6 +130,8 @@ TypeInstance "/all/" Title "Diskspace (Inodes)" + VerticalLabel "Inodes" + ShowZero true TypeInstance "used" @@ -160,13 +167,16 @@ TypeInstance "/any/" Title "Diskspace (legacy)" + VerticalLabel "Bytes" + ShowZero true DSName "used" - Legend "Used " + Legend "Used" Color "ff0000" Area true #Stack true + Format "%5.1lf%s" DSName "free" @@ -174,6 +184,7 @@ Color "00bf00" Area true Stack true + Format "%5.1lf%s" @@ -270,6 +281,53 @@ Title "Memory utilization" VerticalLabel "Bytes" + ShowZero true + + + 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" +