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: version/release-candidate/index.html
+7Lines changed: 7 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -15261,6 +15261,11 @@ <h3 id="the-process-stats-object">The process stats object</h3>
15261
15261
<td>The current cpu usage of the instance</td>
15262
15262
</tr>
15263
15263
<tr>
15264
+
<td><strong>usage.cpu_entitlement</strong></td>
15265
+
<td><em>number</em></td>
15266
+
<td>The current cpu usage relative to the instance’s cpu entitlement; the value is <code class="prettyprint">null</code> when cpu entitlement data is unavailable</td>
15267
+
</tr>
15268
+
<tr>
15264
15269
<td><strong>usage.mem</strong></td>
15265
15270
<td><em>integer</em></td>
15266
15271
<td>The current memory usage of the instance</td>
@@ -15599,6 +15604,7 @@ <h3 id="get-stats-for-a-process">Get stats for a process</h3>
0 commit comments