| JSON representation | 
|---|
| { "processes" : [ { object ( | 
| Fields | |
|---|---|
| processes[] |   | 
| memStats |   | 
| diskStats[] |   | 
| cpuStats |   | 
| networkStats[] |   | 
| loadAvg |   | 
| uptime |   | 
MemStats
| JSON representation | 
|---|
| { "memTotal" : string , "memUsed" : string } | 
| Fields | |
|---|---|
| memTotal |   | 
| memUsed |   | 
DiskStats
| JSON representation | 
|---|
| { "name" : string , "diskTotal" : string , "diskUsed" : string } | 
| Fields | |
|---|---|
| name |   | 
| diskTotal |   | 
| diskUsed |   | 
CpuStats
| JSON representation | 
|---|
| { "user" : string , "nice" : string , "system" : string , "idle" : string , "iowait" : string , "irq" : string , "softIrq" : string , "steal" : string , "guest" : string , "guestNice" : string , "total" : string , "cpuCount" : integer , "statCount" : integer } | 
| Fields | |
|---|---|
| user |   | 
| nice |   | 
| system |   | 
| idle |   | 
| iowait |   | 
| irq |   | 
| softIrq |   | 
| steal |   | 
| guest |   | 
| guestNice |   | 
| total |   | 
| cpuCount |   | 
| statCount |   | 
NetworkStats
| JSON representation | 
|---|
| { "name" : string , "rxBytes" : string , "txBytes" : string } | 
| Fields | |
|---|---|
| name |   | 
| rxBytes |   | 
| txBytes |   | 
LoadAvg
| JSON representation | 
|---|
| { "loadAvg1" : number , "loadAvg5" : number , "loadAvg15" : number } | 
| Fields | |
|---|---|
| loadAvg1 |   | 
| loadAvg5 |   | 
| loadAvg15 |   | 

