Skip to content

Commit

Permalink
Update process stats examples in API docs
Browse files Browse the repository at this point in the history
Signed-off-by: Matthew Kocher <[email protected]>
  • Loading branch information
acrmp authored and sethboyles committed Feb 21, 2024
1 parent 6aa1082 commit b9f2933
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions docs/v3/source/includes/api_resources/_processes.erb
Original file line number Diff line number Diff line change
Expand Up @@ -208,8 +208,10 @@
"usage": {
"time": "2016-03-23T23:17:30.476314154Z",
"cpu": 0.00038711029163348665,
"cpu_entitlement": 0.01117396940977856,
"mem": 19177472,
"disk": 69705728
"disk": 69705728,
"log_rate": 0
},
"host": "10.244.16.10",
"instance_internal_ip": "10.255.93.167",
Expand All @@ -235,6 +237,7 @@
"state": "STARTING",
"usage": {
"cpu": 0,
"cpu_entitlement": null,
"disk": 0,
"log_rate": 0,
"mem": 0,
Expand Down Expand Up @@ -282,8 +285,10 @@
"usage": {
"time": "2016-03-23T23:17:30.476314154Z",
"cpu": 0.00038711029163348665,
"cpu_entitlement": 0.01117396940977856,
"mem": 19177472,
"disk": 69705728
"disk": 69705728,
"log_rate": 0
},
"host": "10.244.16.10",
"instance_ports": [
Expand Down

0 comments on commit b9f2933

Please sign in to comment.