dnaeon / pvc

Python vSphere Client with a dialog(1) interface
Other
46 stars 13 forks source link

Implement statistics to graphite in PVC #7

Open sigkill opened 9 years ago

sigkill commented 9 years ago

Graphite - http://graphite.wikidot.com/

Software that would be very useful for use with pvc and could possibly fill a void where collectd is not installed in on the host.

If PVC could use the same output collection it does for GNU Plot then it may be possible to bridge this data to graphite.

Additionally capturing multiple metrics may be something to run as a context switch, not actively within the terminal as there would be many data points to measure.

sigkill commented 9 years ago

I believe snmp statistics are also supported by VMware but I'm not entirely sure if they would be an ideal improvement to PVC but could also be something to consider.

dnaeon commented 9 years ago

SNMP is supported, but I don't see any real value in adding SNMP support to PVC, since all the information we need is provided by the performance counters, which PVC already can use and know about.

Using SNMP is better suited for monitoring systems, not PVC.