1 Title: esx_vsphere_counters: Improved accuracy of all counter values
9 In the previous versions the esx_vsphere_counter checks only got
10 the last real time sample from the ESX system, which always represents
11 a fixed interval of 20 seconds.<br>
12 With this update the agent vsphere now queries the last n-samples.
13 The number of samples is determined out of the agents check interval.<br>
14 Some of the counter checks have been rewritten to handle the increased
15 amount of data. Most of the values are simply processed to an average value,
16 with the expection of the latency, which uses the maximum value.