Data Object - ProcessPerformanceData

Class
VMware.Hv.ProcessPerformanceData
Property of
PerformanceInfo
Returned by
Performance_GetProcessPerformanceData
Since
Horizon 7.2

Data Object Description

The performance data for a process.

Data Object Properties

Properties

Name Type Description
cpuxsd:double

The cpu utilization.
  • This property need not be set.
  • This property cannot be updated.
memoryxsd:double

The memory utilization.
  • This property need not be set.
  • This property cannot be updated.
diskxsd:double

The disk utilization.
  • This property need not be set.
  • This property cannot be updated.
namexsd:string

The name of the process.
  • This property cannot be updated.
processIdxsd:long

The process id.
  • This property cannot be updated.
createTimexsd:long

The process creation time.
  • This property cannot be updated.
userNamexsd:string

The owner of the process.
  • This property need not be set.
  • This property cannot be updated.