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
|`database-size`|`size`, `used`, `free`, `audit`|`database`| bytes | The size of the database in bytes |
158
+
|`main-thread-utilization`|`idle`, `active`, `taskQueueLatency`, `rss`, `heapTotal`, `heapUsed`, `external`, `arrayBuffers`|`time`| various | Main thread resource usage; including idle time, active time, task queue latency, RSS, heap, buffer and external memory usage |
159
+
|`resource-usage`||| various |[See breakout below](#resource-usage)|
160
+
|`storage-volume`|`available`, `free`, `size`|`database`| bytes | The size of the storage volume in bytes |
161
+
|`table-size`|`size`|`database`, `table`| bytes | The size of the table in bytes |
162
+
|`utilization`||| % | How much of the time the worker was processing requests |
163
+
164
+
<aid="resource-usage"></a>
165
+
`resource-usage` metrics are everything returned by [node:process.resourceUsage()](https://nodejs.org/api/process.html#processresourceusage)[^1] plus the following additional metrics:
|`database-size`|`size`, `used`, `free`, `audit`|`database`| bytes | The size of the database in bytes |
158
+
|`main-thread-utilization`|`idle`, `active`, `taskQueueLatency`, `rss`, `heapTotal`, `heapUsed`, `external`, `arrayBuffers`|`time`| various | Main thread resource usage; including idle time, active time, task queue latency, RSS, heap, buffer and external memory usage |
159
+
|`resource-usage`||| various |[See breakout below](#resource-usage)|
160
+
|`storage-volume`|`available`, `free`, `size`|`database`| bytes | The size of the storage volume in bytes |
161
+
|`table-size`|`size`|`database`, `table`| bytes | The size of the table in bytes |
162
+
|`utilization`||| % | How much of the time the worker was processing requests |
163
+
164
+
<aid="resource-usage"></a>
165
+
`resource-usage` metrics are everything returned by [node:process.resourceUsage()](https://nodejs.org/api/process.html#processresourceusage)[^1] plus the following additional metrics:
0 commit comments