ceilometer.compute.virt.libvirt.inspector Module¶Implementation of Inspector abstraction for libvirt.
ceilometer.compute.virt.libvirt.inspector.LibvirtInspector(conf)[source]¶Bases: ceilometer.compute.virt.inspector.Inspector
connection¶inspect_disk_info(**kw)[source]¶Inspect the disk information for an instance.
| Parameters: |
|
|---|---|
| Returns: | for each disk , capacity , allocation and usage |
inspect_disks(**kw)[source]¶Inspect the disk statistics for an instance.
| Parameters: |
|
|---|---|
| Returns: | for each disk, the number of bytes & operations read and written, and the error count |
inspect_instance(instance, *args, **kwargs)¶
Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.