Skip to content

Latest commit

 

History

History
25 lines (14 loc) · 558 Bytes

README.md

File metadata and controls

25 lines (14 loc) · 558 Bytes

OpenStack VM Stats Collector

===

Description

openstack-vm-stats-collector are python scripts to get useful statistics (like disk, vcpu, stats, etc...) out of running VMs. The data will be output in a JSON format.

installation

Run git clone this repository.

Usage

Run VM on KVM with Openstack (if it is not running already) and then run the scripts under bin directory on KVM hosts.

Here is example.

$ python memory_stats.py

Requirements

Python version is required at least Python 2.7 and libvirt Python bindings.