Module vmware_reporter.perf

Dump performance definitions or data.

Functions

display_perf_data(vcenter[, search, ...])

Display live performance data about management entities.

dump_perf_all(vcenter, **kwargs)

Dump performance definitions (intervals, counters, and metrics of the first managed entity).

dump_perf_counters(vcenter[, group, level, ...])

Dump performance counters configured on the system.

dump_perf_data(vcenter, search, *[, ...])

Dump performance data for managed entities.

dump_perf_intervals(vcenter[, out, dir])

Dump performance intervals configured on the system.

dump_perf_metrics(vcenter[, search, ...])

Dump available performance metrics (managed entities and physical or virtual devices associated with managed entities).

dump_perf_providers(vcenter[, search, ...])

Dump available performance providers (managed entities only).

get_counter_fullname(counter)

handle(vcenter, **kwargs)

is_percent_counter(counter)

Classes

PerfHandler(vcenter, *[, consolidate])

PerfResultRow(entity, instance, timestamp, ...)