ceilometer.compute.virt.hyperv.inspector
Module¶Implementation of Inspector abstraction for Hyper-V
ceilometer.compute.virt.hyperv.inspector.
HyperVInspector
(conf)[source]¶Bases: ceilometer.compute.virt.inspector.Inspector
inspect_disk_iops
(**kwargs)[source]¶Inspect the disk statistics as rates for an instance.
Parameters: |
|
---|---|
Returns: | for each disk, the number of iops per second |
inspect_disk_latency
(**kwargs)[source]¶Inspect the disk statistics as rates for an instance.
Parameters: |
|
---|---|
Returns: | for each disk, the average disk latency |
inspect_disks
(**kwargs)[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 |
Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.