Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | |||
blog:vcenter_vm_monitoring_with_graphite [2014/10/01 03:11] brett |
blog:vcenter_vm_monitoring_with_graphite [2014/10/01 04:12] (current) brett |
||
---|---|---|---|
Line 59: | Line 59: | ||
# Metric and reporting type as a value | # Metric and reporting type as a value | ||
+ | # https://collectd.org/wiki/index.php/Data_source | ||
+ | # /opt/collectd/share/collectd/types.db | ||
+ | # https://www.vmware.com/support/developer/vc-sdk/visdk41pubs/ApiReference/vim.vm.Summary.QuickStats.html | ||
METRIC={"name":None, | METRIC={"name":None, | ||
"runtime.powerState":None, | "runtime.powerState":None, | ||
- | "summary.quickStats.overallCpuUsage":"gauge", | + | "summary.quickStats.overallCpuUsage":"cpufreq", # Mhz |
"summary.quickStats.uptimeSeconds":"gauge", | "summary.quickStats.uptimeSeconds":"gauge", | ||
"summary.quickStats.guestMemoryUsage":"bytes", | "summary.quickStats.guestMemoryUsage":"bytes", | ||
"summary.quickStats.hostMemoryUsage":"bytes", | "summary.quickStats.hostMemoryUsage":"bytes", | ||
- | "summary.quickStats.overallCpuUsage":"gauge", | ||
"config.hardware.memoryMB":"bytes"} | "config.hardware.memoryMB":"bytes"} | ||