■ units – What the numbers mean. Example values:
■
■ type – Indicates how to interpret the number.
■ static – The value is for configuration and is not expected to change frequently.
For instance: a reservation, or the maximum CPU speed.
■ instant – Instantaneous measurement of the current value. Expected to go up or down over time. For instance: current memory usage.
■ accumulate – Continuous sum of all data over time. Non-decreasing. The statistics consumer must compute the difference between two values at different times and convert it into a rate. For instance: CPU time used, bytes sent, memory swapped in.Example: Text$ vmware-toolbox-cmd stat raw text vnet 00:0c:29:1e:23:f3Example: YAML$ vmware-toolbox-cmd stat raw yaml vnet 00:0c:29:1e:23:f3$ vmware-toolbox-cmd stat raw xml vnet 00:0c:29:1e:23:f3$ vmware-toolbox-cmd stat raw json vnet 00:0c:29:1e:23:f3