ceilometer.compute.virt.xenapi.inspector Module¶Implementation of Inspector abstraction for XenAPI.
ceilometer.compute.virt.xenapi.inspector.XenapiInspector(conf)[source]¶Bases: ceilometer.compute.virt.inspector.Inspector
inspect_disk_rates(instance, duration)[source]¶Inspect the disk statistics as rates for an instance.
| Parameters: |
|
|---|---|
| Returns: | for each disk, the number of bytes & operations read and written per second, with the error count |
inspect_instance(instance, duration)[source]¶Inspect the CPU statistics for an instance.
| Parameters: |
|
|---|---|
| Returns: | the instance stats |
Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.