src/action_list_graphs.c: Add a simple search box.
[collection4.git] / collection.conf
index cabea9c..eb33fe0 100644 (file)
@@ -15,7 +15,7 @@
     Color "e8e8e8"
     Area true
     Stack true
-    #Format "%lf"
+    Format "%6.2lf"
   </DEF>
   <DEF>
     TypeInstance "nice"
@@ -24,7 +24,7 @@
     Color "00e000"
     Area true
     Stack true
-    #Format "%lf"
+    Format "%6.2lf"
   </DEF>
   <DEF>
     TypeInstance "user"
@@ -33,7 +33,7 @@
     Color "0000ff"
     Area true
     Stack true
-    #Format "%lf"
+    Format "%6.2lf"
   </DEF>
   <DEF>
     TypeInstance "wait"
@@ -42,7 +42,7 @@
     Color "ffb000"
     Area true
     Stack true
-    #Format "%lf"
+    Format "%6.2lf"
   </DEF>
   <DEF>
     TypeInstance "system"
@@ -51,7 +51,7 @@
     Color "ff0000"
     Area true
     Stack true
-    #Format "%lf"
+    Format "%6.2lf"
   </DEF>
   <DEF>
     TypeInstance "softirq"
@@ -60,7 +60,7 @@
     Color "ff00ff"
     Area true
     Stack true
-    #Format "%lf"
+    Format "%6.2lf"
   </DEF>
   <DEF>
     TypeInstance "interrupt"
@@ -69,7 +69,7 @@
     Color "a000a0"
     Area true
     Stack true
-    #Format "%lf"
+    Format "%6.2lf"
   </DEF>
   <DEF>
     TypeInstance "steal"
@@ -78,7 +78,7 @@
     Color "000000"
     Area true
     Stack true
-    #Format "%lf"
+    Format "%6.2lf"
   </DEF>
 </Graph>
 
@@ -91,6 +91,7 @@
 
   Title "Diskspace"
   VerticalLabel "Bytes"
+  ShowZero true
 
   <DEF>
     TypeInstance "used"
     Color "ff0000"
     Area true
     #Stack true
+    Format "%5.1lf%s"
   </DEF>
   <DEF>
     TypeInstance "reserved"
     Color "ffb000"
     Area true
     Stack true
+    Format "%5.1lf%s"
   </DEF>
   <DEF>
     TypeInstance "free"
     Color "00bf00"
     Area true
     Stack true
+    Format "%5.1lf%s"
   </DEF>
 </Graph>
 
   TypeInstance "/all/"
 
   Title "Diskspace (Inodes)"
+  VerticalLabel "Inodes"
+  ShowZero true
 
   <DEF>
     TypeInstance "used"
   TypeInstance "/any/"
 
   Title "Diskspace (legacy)"
+  VerticalLabel "Bytes"
+  ShowZero true
 
   <DEF>
     DSName "used"
-    Legend "Used "
+    Legend "Used"
     Color "ff0000"
     Area true
     #Stack true
+    Format "%5.1lf%s"
   </DEF>
   <DEF>
     DSName "free"
     Color "00bf00"
     Area true
     Stack true
+    Format "%5.1lf%s"
   </DEF>
 </Graph>
 
 
   Title "Memory utilization"
   VerticalLabel "Bytes"
+  ShowZero true
+
+  <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>