ProcessPerformanceInfo
ProcessPerformanceInfo
Information about process performance.
JSON Example
{
"cpu": "number",
"create_time": 1687202598,
"disk": "number",
"memory": 1323008,
"name": "svchost.exe",
"process_id": 1636,
"user_name": "SYSTEM"
}
number As double As double
cpu
Optional
The cpu utilization.
integer As int64 As int64
create_time
Optional
The process creation time.
number As double As double
disk
Optional
the disk utilization.
number As double As double
memory
Optional
The memory utilization.
string
name
Optional
The name of the process
integer As int64 As int64
process_id
Optional
The process id.
string
user_name
Optional
The owner of the process.