Skip to content

vm.counter[(uuid|name),counter,[instance,interval]]

dav3860 edited this page Jul 8, 2016 · 1 revision

Returns a VMWare Performance Manager counter value for a VM.

  • The counter name can be found using the method vm.counter.list[(uuid|name)]
  • The counter instance can be found using the method vm.counter.discovery[(uuid|name),counter,[interval]]
  • The interval parameter defines the how much data will be collected (in seconds).

Sample usage :

vm.counter[VM01,cpu.ready.summation,,300]
1135
Clone this wiki locally