kvm_io neu eingebaut

This commit is contained in:
Michael Grote 2021-10-11 21:22:01 +02:00
parent 4d5ca7c30a
commit e6759640eb

4
extern/kvm_io vendored
View file

@ -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)