share/collection.conf: Add "Load" graph.
[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 "load"
278   PluginInstance ""
279   Type "load"
280   TypeInstance ""
281
282   Title "System load"
283
284   <DEF>
285     DSName "longterm"
286     Legend "15m"
287     Color "ff0000"
288   </DEF>
289   <DEF>
290     DSName "midterm"
291     Legend " 5m"
292     Color "0000ff"
293   </DEF>
294   <DEF>
295     DSName "shortterm"
296     Legend " 1m "
297     Color "00ff00"
298   </DEF>
299 </Graph>
300
301 <Graph>
302   Host "/any/"
303   Plugin "memory"
304   PluginInstance ""
305   Type "memory"
306   TypeInstance "/all/"
307
308   Title "Memory utilization"
309   VerticalLabel "Bytes"
310   ShowZero true
311
312   <DEF>
313     TypeInstance "free"
314     DSName "value"
315     Legend "Free    "
316     Color "00e000"
317     Area true
318     Stack true
319     Format "%5.1lf%s"
320   </DEF>
321   <DEF>
322     TypeInstance "cached"
323     DSName "value"
324     Legend "Cached  "
325     Color "0000ff"
326     Area true
327     Stack true
328     Format "%5.1lf%s"
329   </DEF>
330   <DEF>
331     TypeInstance "buffered"
332     DSName "value"
333     Legend "Buffered"
334     Color "ffb000"
335     Area true
336     Stack true
337     Format "%5.1lf%s"
338   </DEF>
339   <DEF>
340     TypeInstance "locked"
341     DSName "value"
342     Legend "Locked  "
343     Color "ff00ff"
344     Area true
345     Stack true
346     Format "%5.1lf%s"
347   </DEF>
348   <DEF>
349     TypeInstance "used"
350     DSName "value"
351     Legend "Used    "
352     Color "ff0000"
353     Area true
354     Stack true
355     Format "%5.1lf%s"
356   </DEF>
357 </Graph>
358
359 <Graph>
360   Host "/any/"
361   Plugin "processes"
362   PluginInstance ""
363   Type "ps_state"
364   TypeInstance "/all/"
365
366   Title "Processes"
367   VerticalLabel "Processes"
368
369   <DEF>
370     TypeInstance "paging"
371     DSName "value"
372     Legend "Paging  "
373     Color "ffb000"
374   </DEF>
375   <DEF>
376     TypeInstance "blocked"
377     DSName "value"
378     Legend "Blocked "
379     Color "ff00ff"
380   </DEF>
381   <DEF>
382     TypeInstance "zombies"
383     DSName "value"
384     Legend "Zombies "
385     Color "ff0000"
386   </DEF>
387   <DEF>
388     TypeInstance "stopped"
389     DSName "value"
390     Legend "Stopped "
391     Color "a000a0"
392   </DEF>
393   <DEF>
394     TypeInstance "running"
395     DSName "value"
396     Legend "Running "
397     Color "00e000"
398   </DEF>
399   <DEF>
400     TypeInstance "sleeping"
401     DSName "value"
402     Legend "Sleeping"
403     Color "0000ff"
404   </DEF>
405 </Graph>
406
407 <Graph>
408   Host "/any/"
409   Plugin "swap"
410   PluginInstance ""
411   Type "swap"
412   TypeInstance "/all/"
413
414   Title "Swap utilization"
415   VerticalLabel "Bytes"
416 </Graph>
417