NSX-T Data Center REST API
NodeProcessProperties (schema)
Node process properties
| Name | Description | Type | Notes | 
|---|---|---|---|
| _links | References related to this resource The server will populate this field when returing the resource. Ignored on PUT and POST.  | 
            
            array of ResourceLink | Readonly | 
| _schema | Schema for this resource | string | Readonly | 
| _self | Link to this resource | SelfResourceLink | Readonly | 
| cpu_time | CPU time (user and system) consumed by process in milliseconds | integer | Readonly | 
| mem_resident | Resident set size of process in bytes | integer | Readonly | 
| mem_used | Virtual memory used by process in bytes | integer | Readonly | 
| pid | Process id | integer | Readonly | 
| ppid | Parent process id | integer | Readonly | 
| process_name | Process name | string | Readonly | 
| start_time | Process start time expressed in milliseconds since epoch | EpochMsTimestamp | Readonly | 
| uptime | Milliseconds since process started | integer | Readonly |