collection.conf: Configure the "memory" graph.
authorFlorian Forster <ff@octo.it>
Tue, 15 Jun 2010 13:39:54 +0000 (15:39 +0200)
committerFlorian Forster <octo@leeloo.lan.home.verplant.org>
Tue, 15 Jun 2010 13:39:54 +0000 (15:39 +0200)
collection.conf

index 9197d98..ede1458 100644 (file)
@@ -15,7 +15,7 @@
     Color "e8e8e8"
     Area true
     Stack true
     Color "e8e8e8"
     Area true
     Stack true
-    #Format "%lf"
+    Format "%6.2lf"
   </DEF>
   <DEF>
     TypeInstance "nice"
   </DEF>
   <DEF>
     TypeInstance "nice"
@@ -24,7 +24,7 @@
     Color "00e000"
     Area true
     Stack true
     Color "00e000"
     Area true
     Stack true
-    #Format "%lf"
+    Format "%6.2lf"
   </DEF>
   <DEF>
     TypeInstance "user"
   </DEF>
   <DEF>
     TypeInstance "user"
@@ -33,7 +33,7 @@
     Color "0000ff"
     Area true
     Stack true
     Color "0000ff"
     Area true
     Stack true
-    #Format "%lf"
+    Format "%6.2lf"
   </DEF>
   <DEF>
     TypeInstance "wait"
   </DEF>
   <DEF>
     TypeInstance "wait"
@@ -42,7 +42,7 @@
     Color "ffb000"
     Area true
     Stack true
     Color "ffb000"
     Area true
     Stack true
-    #Format "%lf"
+    Format "%6.2lf"
   </DEF>
   <DEF>
     TypeInstance "system"
   </DEF>
   <DEF>
     TypeInstance "system"
@@ -51,7 +51,7 @@
     Color "ff0000"
     Area true
     Stack true
     Color "ff0000"
     Area true
     Stack true
-    #Format "%lf"
+    Format "%6.2lf"
   </DEF>
   <DEF>
     TypeInstance "softirq"
   </DEF>
   <DEF>
     TypeInstance "softirq"
@@ -60,7 +60,7 @@
     Color "ff00ff"
     Area true
     Stack true
     Color "ff00ff"
     Area true
     Stack true
-    #Format "%lf"
+    Format "%6.2lf"
   </DEF>
   <DEF>
     TypeInstance "interrupt"
   </DEF>
   <DEF>
     TypeInstance "interrupt"
@@ -69,7 +69,7 @@
     Color "a000a0"
     Area true
     Stack true
     Color "a000a0"
     Area true
     Stack true
-    #Format "%lf"
+    Format "%6.2lf"
   </DEF>
   <DEF>
     TypeInstance "steal"
   </DEF>
   <DEF>
     TypeInstance "steal"
@@ -78,7 +78,7 @@
     Color "000000"
     Area true
     Stack true
     Color "000000"
     Area true
     Stack true
-    #Format "%lf"
+    Format "%6.2lf"
   </DEF>
 </Graph>
 
   </DEF>
 </Graph>
 
 
   Title "Memory utilization"
   VerticalLabel "Bytes"
 
   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>
 </Graph>
 
 <Graph>