kvm_io neu eingebaut
This commit is contained in:
parent
4d5ca7c30a
commit
e6759640eb
1 changed files with 2 additions and 2 deletions
4
extern/kvm_io
vendored
4
extern/kvm_io
vendored
|
@ -1,4 +1,4 @@
|
||||||
#!/usr/bin/env python3
|
#!/usr/bin/env python
|
||||||
# -*- coding: utf-8 -*-
|
# -*- coding: utf-8 -*-
|
||||||
# vim: set fileencoding=utf-8
|
# vim: set fileencoding=utf-8
|
||||||
#
|
#
|
||||||
|
@ -27,7 +27,7 @@ graph_category virtualization
|
||||||
graph_info This graph shows the block device I/O used of virtual machines
|
graph_info This graph shows the block device I/O used of virtual machines
|
||||||
graph_args --base 1024
|
graph_args --base 1024
|
||||||
"""
|
"""
|
||||||
print (base_config)
|
print base_config
|
||||||
|
|
||||||
for vm in vm_names:
|
for vm in vm_names:
|
||||||
print "%s_read.label %s" % (vm, vm)
|
print "%s_read.label %s" % (vm, vm)
|
||||||
|
|
Loading…
Reference in a new issue