summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: fab9182)
raw | patch | inline | side by side (parent: fab9182)
author | Florian Forster <ff@octo.it> | |
Tue, 15 Jun 2010 13:39:54 +0000 (15:39 +0200) | ||
committer | Florian Forster <octo@leeloo.lan.home.verplant.org> | |
Tue, 15 Jun 2010 13:39:54 +0000 (15:39 +0200) |
collection.conf | patch | blob | history |
diff --git a/collection.conf b/collection.conf
index 9197d98ee50e77e854528539a131b6cca31ebe50..ede145891281217db96d48dbb004d6ed86fb121a 100644 (file)
--- a/collection.conf
+++ b/collection.conf
Color "e8e8e8"
Area true
Stack true
- #Format "%lf"
+ Format "%6.2lf"
</DEF>
<DEF>
TypeInstance "nice"
Color "00e000"
Area true
Stack true
- #Format "%lf"
+ Format "%6.2lf"
</DEF>
<DEF>
TypeInstance "user"
Color "0000ff"
Area true
Stack true
- #Format "%lf"
+ Format "%6.2lf"
</DEF>
<DEF>
TypeInstance "wait"
Color "ffb000"
Area true
Stack true
- #Format "%lf"
+ Format "%6.2lf"
</DEF>
<DEF>
TypeInstance "system"
Color "ff0000"
Area true
Stack true
- #Format "%lf"
+ Format "%6.2lf"
</DEF>
<DEF>
TypeInstance "softirq"
Color "ff00ff"
Area true
Stack true
- #Format "%lf"
+ Format "%6.2lf"
</DEF>
<DEF>
TypeInstance "interrupt"
Color "a000a0"
Area true
Stack true
- #Format "%lf"
+ Format "%6.2lf"
</DEF>
<DEF>
TypeInstance "steal"
Color "000000"
Area true
Stack true
- #Format "%lf"
+ Format "%6.2lf"
</DEF>
</Graph>
Title "Memory utilization"
VerticalLabel "Bytes"
+
+ <DEF>
+ TypeInstance "free"
+ DSName "value"
+ Legend "Free "
+ Color "00e000"
+ Area true
+ Stack true
+ Format "%5.1lf%s"
+ </DEF>
+ <DEF>
+ TypeInstance "cached"
+ DSName "value"
+ Legend "Cached "
+ Color "0000ff"
+ Area true
+ Stack true
+ Format "%5.1lf%s"
+ </DEF>
+ <DEF>
+ TypeInstance "buffered"
+ DSName "value"
+ Legend "Buffered"
+ Color "ffb000"
+ Area true
+ Stack true
+ Format "%5.1lf%s"
+ </DEF>
+ <DEF>
+ TypeInstance "locked"
+ DSName "value"
+ Legend "Locked "
+ Color "ff00ff"
+ Area true
+ Stack true
+ Format "%5.1lf%s"
+ </DEF>
+ <DEF>
+ TypeInstance "used"
+ DSName "value"
+ Legend "Used "
+ Color "ff0000"
+ Area true
+ Stack true
+ Format "%5.1lf%s"
+ </DEF>
</Graph>
<Graph>