summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: b64e6b6)
raw | patch | inline | side by side (parent: b64e6b6)
author | Florian Forster <ff@octo.it> | |
Tue, 6 Jul 2010 08:35:49 +0000 (10:35 +0200) | ||
committer | Florian Forster <octo@leeloo.lan.home.verplant.org> | |
Tue, 6 Jul 2010 08:35:49 +0000 (10:35 +0200) |
share/collection.conf | patch | blob | history |
diff --git a/share/collection.conf b/share/collection.conf
index 99d3313dc78f1cfb7f072d5a39bc24b1977ea185..f4e12ea833e5257d88598bc31cd10ce403756ddb 100644 (file)
--- a/share/collection.conf
+++ b/share/collection.conf
Title "Swap 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 "ffb000"
+ 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>