aodh/ceilometer/compute/virt/libvirt
Saba Ahmed 707c286cf5 Add Disk Meters for ceilometer
The new disk meter reading correspond to libvirt domblkinfo Statistics :
capacity, allocation and physical(usage) .

Storage meters per instance
disk.capacity = Disk Capacity for all the disks of the instance
disk.usage = Disk Usage for all the disks of the instance
disk.allocation = Disk Allocation for all the disks of the instance

Storage Meters per disk per instance
disk.device.capacity = Disk Capacity for each individual disk of an instance
disk.device.usage = Disk Usage for each individual disk of an instance
disk.device.allocation =Disk Allocation for each individual disk of an instance

DocImpact

Implements: blueprint disk-info-meters
Change-Id: Ie5accb8fb75b0d3a6641d090fa273fc8fe100ab3
2015-02-12 09:27:33 -05:00
..
__init__.py Virt inspector directly layered over hypervisor API 2012-12-06 12:30:03 +00:00
inspector.py Add Disk Meters for ceilometer 2015-02-12 09:27:33 -05:00