You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/v3/source/includes/resources/processes/_stats_object.md.erb
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -19,6 +19,7 @@ Name | Type | Description
19
19
**usage** | _object_ | Object containing actual usage data for the instance; the value is `{}` when usage data is unavailable
20
20
**usage.time** | _[timestamp](#timestamps)_ | The time when the usage was requested
21
21
**usage.cpu** | _number_ | The current cpu usage of the instance
22
+
**usage.cpu_entitlement** | _number_ | The current cpu usage relative to the instance's cpu entitlement; the value is `null` when cpu entitlement data is unavailable
22
23
**usage.mem** | _integer_ | The current memory usage of the instance
23
24
**usage.disk** | _integer_ | The current disk usage of the instance
24
25
**usage.log_rate** | _integer_ | The current logging usage of the instance
0 commit comments