share/collection.conf: Add graph for "swap_io".
[collection4.git] / share / collection.conf
1 <Graph>
2   Host "/any/"
3   Plugin "cpu"
4   PluginInstance "/any/"
5   Type "cpu"
6   TypeInstance "/all/"
7
8   Title "CPU utilization"
9   VerticalLabel "Jiffies"
10
11   <DEF>
12     TypeInstance "idle"
13     DSName "value"
14     Legend "Idle   "
15     Color "e8e8e8"
16     Area true
17     Stack true
18     Format "%6.2lf"
19   </DEF>
20   <DEF>
21     TypeInstance "nice"
22     DSName "value"
23     Legend "Nice   "
24     Color "00e000"
25     Area true
26     Stack true
27     Format "%6.2lf"
28   </DEF>
29   <DEF>
30     TypeInstance "user"
31     DSName "value"
32     Legend "User   "
33     Color "0000ff"
34     Area true
35     Stack true
36     Format "%6.2lf"
37   </DEF>
38   <DEF>
39     TypeInstance "wait"
40     DSName "value"
41     Legend "Wait-IO"
42     Color "ffb000"
43     Area true
44     Stack true
45     Format "%6.2lf"
46   </DEF>
47   <DEF>
48     TypeInstance "system"
49     DSName "value"
50     Legend "System "
51     Color "ff0000"
52     Area true
53     Stack true
54     Format "%6.2lf"
55   </DEF>
56   <DEF>
57     TypeInstance "softirq"
58     DSName "value"
59     Legend "SoftIRQ"
60     Color "ff00ff"
61     Area true
62     Stack true
63     Format "%6.2lf"
64   </DEF>
65   <DEF>
66     TypeInstance "interrupt"
67     DSName "value"
68     Legend "IRQ    "
69     Color "a000a0"
70     Area true
71     Stack true
72     Format "%6.2lf"
73   </DEF>
74   <DEF>
75     TypeInstance "steal"
76     DSName "value"
77     Legend "Steal  "
78     Color "000000"
79     Area true
80     Stack true
81     Format "%6.2lf"
82   </DEF>
83 </Graph>
84
85 <Graph>
86   Host "/any/"
87   Plugin "df"
88   PluginInstance "/any/"
89   Type "df_complex"
90   TypeInstance "/all/"
91
92   Title "Diskspace"
93   VerticalLabel "Bytes"
94   ShowZero true
95
96   <DEF>
97     TypeInstance "used"
98     DSName "value"
99     Legend "Used    "
100     Color "ff0000"
101     Area true
102     #Stack true
103     Format "%5.1lf%s"
104   </DEF>
105   <DEF>
106     TypeInstance "reserved"
107     DSName "value"
108     Legend "Reserved"
109     Color "ffb000"
110     Area true
111     Stack true
112     Format "%5.1lf%s"
113   </DEF>
114   <DEF>
115     TypeInstance "free"
116     DSName "value"
117     Legend "Free    "
118     Color "00bf00"
119     Area true
120     Stack true
121     Format "%5.1lf%s"
122   </DEF>
123 </Graph>
124
125 <Graph>
126   Host "/any/"
127   Plugin "df"
128   PluginInstance "/any/"
129   Type "df_inodes"
130   TypeInstance "/all/"
131
132   Title "Diskspace (Inodes)"
133   VerticalLabel "Inodes"
134   ShowZero true
135
136   <DEF>
137     TypeInstance "used"
138     DSName "value"
139     Legend "Used    "
140     Color "ff0000"
141     Area true
142     #Stack true
143   </DEF>
144   <DEF>
145     TypeInstance "reserved"
146     DSName "value"
147     Legend "Reserved"
148     Color "ffb000"
149     Area true
150     Stack true
151   </DEF>
152   <DEF>
153     TypeInstance "free"
154     DSName "value"
155     Legend "Free    "
156     Color "00bf00"
157     Area true
158     Stack true
159   </DEF>
160 </Graph>
161
162 <Graph>
163   Host "/any/"
164   Plugin "df"
165   PluginInstance ""
166   Type "df"
167   TypeInstance "/any/"
168
169   Title "Diskspace (legacy)"
170   VerticalLabel "Bytes"
171   ShowZero true
172
173   <DEF>
174     DSName "used"
175     Legend "Used"
176     Color "ff0000"
177     Area true
178     #Stack true
179     Format "%5.1lf%s"
180   </DEF>
181   <DEF>
182     DSName "free"
183     Legend "Free"
184     Color "00bf00"
185     Area true
186     Stack true
187     Format "%5.1lf%s"
188   </DEF>
189 </Graph>
190
191 <Graph>
192   Host "/any/"
193   Plugin "disk"
194   PluginInstance "/any/"
195   Type "disk_merged"
196   TypeInstance ""
197
198   Title "Disk merged operations"
199
200   <DEF>
201     DSName "read"
202     Legend "Read "
203     Color "0000ff"
204   </DEF>
205   <DEF>
206     DSName "write"
207     Legend "Write"
208     Color "00bf00"
209   </DEF>
210 </Graph>
211
212 <Graph>
213   Host "/any/"
214   Plugin "disk"
215   PluginInstance "/any/"
216   Type "disk_octets"
217   TypeInstance ""
218
219   Title "Disk octets"
220
221   <DEF>
222     DSName "read"
223     Legend "Read "
224     Color "0000ff"
225   </DEF>
226   <DEF>
227     DSName "write"
228     Legend "Write"
229     Color "00bf00"
230   </DEF>
231 </Graph>
232
233 <Graph>
234   Host "/any/"
235   Plugin "disk"
236   PluginInstance "/any/"
237   Type "disk_ops"
238   TypeInstance ""
239
240   Title "Disk operations"
241
242   <DEF>
243     DSName "read"
244     Legend "Read "
245     Color "0000ff"
246   </DEF>
247   <DEF>
248     DSName "write"
249     Legend "Write"
250     Color "00bf00"
251   </DEF>
252 </Graph>
253
254 <Graph>
255   Host "/any/"
256   Plugin "disk"
257   PluginInstance "/any/"
258   Type "disk_time"
259   TypeInstance ""
260
261   Title "Disk time per op"
262
263   <DEF>
264     DSName "read"
265     Legend "Read "
266     Color "0000ff"
267   </DEF>
268   <DEF>
269     DSName "write"
270     Legend "Write"
271     Color "00bf00"
272   </DEF>
273 </Graph>
274
275 <Graph>
276   Host "/any/"
277   Plugin "interface"
278   PluginInstance "/any/"
279   Type "if_octets"
280   TypeInstance "/any/"
281
282   Title "Interface octets"
283   VerticalLabel "Bytes/s"
284
285   <DEF>
286     DSName "rx"
287     Legend "RX"
288     Color "0000ff"
289     Format "%5.1lf%s"
290   </DEF>
291   <DEF>
292     DSName "tx"
293     Legend "TX"
294     Color "00bf00"
295     Format "%5.1lf%s"
296   </DEF>
297 </Graph>
298
299 <Graph>
300   Host "/any/"
301   Plugin "interface"
302   PluginInstance "/any/"
303   Type "if_packets"
304   TypeInstance "/any/"
305
306   Title "Interface packets"
307   VerticalLabel "Packets/s"
308
309   <DEF>
310     DSName "rx"
311     Legend "RX"
312     Color "0000ff"
313   </DEF>
314   <DEF>
315     DSName "tx"
316     Legend "TX"
317     Color "00bf00"
318   </DEF>
319 </Graph>
320
321 <Graph>
322   Host "/any/"
323   Plugin "load"
324   PluginInstance ""
325   Type "load"
326   TypeInstance ""
327
328   Title "System load"
329
330   <DEF>
331     DSName "longterm"
332     Legend "15m"
333     Color "ff0000"
334   </DEF>
335   <DEF>
336     DSName "midterm"
337     Legend " 5m"
338     Color "0000ff"
339   </DEF>
340   <DEF>
341     DSName "shortterm"
342     Legend " 1m "
343     Color "00ff00"
344   </DEF>
345 </Graph>
346
347 <Graph>
348   Host "/any/"
349   Plugin "memory"
350   PluginInstance ""
351   Type "memory"
352   TypeInstance "/all/"
353
354   Title "Memory utilization"
355   VerticalLabel "Bytes"
356   ShowZero true
357
358   <DEF>
359     TypeInstance "free"
360     DSName "value"
361     Legend "Free    "
362     Color "00e000"
363     Area true
364     Stack true
365     Format "%5.1lf%s"
366   </DEF>
367   <DEF>
368     TypeInstance "cached"
369     DSName "value"
370     Legend "Cached  "
371     Color "0000ff"
372     Area true
373     Stack true
374     Format "%5.1lf%s"
375   </DEF>
376   <DEF>
377     TypeInstance "buffered"
378     DSName "value"
379     Legend "Buffered"
380     Color "ffb000"
381     Area true
382     Stack true
383     Format "%5.1lf%s"
384   </DEF>
385   <DEF>
386     TypeInstance "locked"
387     DSName "value"
388     Legend "Locked  "
389     Color "ff00ff"
390     Area true
391     Stack true
392     Format "%5.1lf%s"
393   </DEF>
394   <DEF>
395     TypeInstance "used"
396     DSName "value"
397     Legend "Used    "
398     Color "ff0000"
399     Area true
400     Stack true
401     Format "%5.1lf%s"
402   </DEF>
403 </Graph>
404
405 <Graph>
406   Host "/any/"
407   Plugin "processes"
408   PluginInstance ""
409   Type "ps_state"
410   TypeInstance "/all/"
411
412   Title "Processes"
413   VerticalLabel "Processes"
414
415   <DEF>
416     TypeInstance "paging"
417     DSName "value"
418     Legend "Paging  "
419     Color "ffb000"
420   </DEF>
421   <DEF>
422     TypeInstance "blocked"
423     DSName "value"
424     Legend "Blocked "
425     Color "ff00ff"
426   </DEF>
427   <DEF>
428     TypeInstance "zombies"
429     DSName "value"
430     Legend "Zombies "
431     Color "ff0000"
432   </DEF>
433   <DEF>
434     TypeInstance "stopped"
435     DSName "value"
436     Legend "Stopped "
437     Color "a000a0"
438   </DEF>
439   <DEF>
440     TypeInstance "running"
441     DSName "value"
442     Legend "Running "
443     Color "00e000"
444   </DEF>
445   <DEF>
446     TypeInstance "sleeping"
447     DSName "value"
448     Legend "Sleeping"
449     Color "0000ff"
450   </DEF>
451 </Graph>
452
453 <Graph>
454   Host "/any/"
455   Plugin "sensors"
456   PluginInstance "/any/"
457   Type "temperature"
458   TypeInstance "/any/"
459
460   Title "Temperature"
461   VerticalLabel "deg Celsius"
462
463   <DEF>
464     DSName "value"
465     Legend "Temperature"
466     Color "0000ff"
467   </DEF>
468 </Graph>
469
470 <Graph>
471   Host "/any/"
472   Plugin "swap"
473   PluginInstance ""
474   Type "swap"
475   TypeInstance "/all/"
476
477   Title "Swap utilization"
478   VerticalLabel "Bytes"
479 </Graph>
480
481 <Graph>
482   Host "/any/"
483   Plugin "swap"
484   PluginInstance ""
485   Type "swap_io"
486   TypeInstance "/all/"
487
488   Title "Swap I/O"
489   VerticalLabel "Pages/s"
490
491   <DEF>
492     TypeInstance "in"
493     DSName "value"
494     Legend "In "
495     Color "0000ff"
496     Format "%5.1lf"
497   </DEF>
498   <DEF>
499     TypeInstance "out"
500     DSName "value"
501     Legend "Out"
502     Color "00bf00"
503     Format "%5.1lf"
504   </DEF>
505 </Graph>