Révision e3899a30
Reduce number of categories, use more generic terms
| plugins/virtualization/virtualbox_cpu_user | ||
|---|---|---|
| 35 | 35 |
echo 'graph_vlabel %' |
| 36 | 36 |
echo 'graph_scale no' |
| 37 | 37 |
echo 'graph_info This graph shows the percentage of processor time spent in user mode by the every single VM process.' |
| 38 |
echo 'graph_category virtualbox'
|
|
| 38 |
echo 'graph_category Virtualization'
|
|
| 39 | 39 |
echo 'graph_period second' |
| 40 | 40 |
vboxmanage list vms | sed -r 's/^\"(.*)\" \{.*\}$/\1/' | while read VM_NAME; do
|
| 41 | 41 |
VM_NAME_PRINT=`echo -e "${VM_NAME}" | sed 's/[^A-Za-z0-9_]/_/g'`
|
Formats disponibles : Unified diff