RESOURCE_USAGE
Monitors system resource management on each node.
Monitors system resource management on each node.
| Column Name | Data Type | Description |
|---|---|---|
| NODE_NAME | VARCHAR | The node name for which information is listed. |
| REQUEST_COUNT | INTEGER | The cumulative number of requests for threads, file handles, and memory (in kilobytes). |
| LOCAL_REQUEST_COUNT | INTEGER | The cumulative number of local requests. |
| REQUEST_QUEUE_DEPTH | INTEGER | The current request queue depth. |
| ACTIVE_THREAD_COUNT | INTEGER | The current number of active threads. |
| OPEN_FILE_HANDLE_COUNT | INTEGER | The current number of open file handles. |
| MEMORY_REQUESTED_KB | INTEGER | The memory requested in kilobytes. |
| ADDRESS_SPACE_REQUESTED_KB | INTEGER | The address space requested in kilobytes. |
| ROS_USED_BYTES | INTEGER | The size of the ROS in bytes. |
| ROS_ROW_COUNT | INTEGER | The number of rows in the ROS. |
| RESOURCE_REQUEST_REJECT_COUNT | INTEGER | The number of rejected plan requests. |
| RESOURCE_REQUEST_TIMEOUT_COUNT | INTEGER | The number of resource request timeouts. |
| RESOURCE_REQUEST_CANCEL_COUNT | INTEGER | The number of resource request cancelations. |
| DISK_SPACE_REQUEST_REJECT_COUNT | INTEGER | The number of rejected disk write requests. |
| FAILED_VOLUME_REJECT_COUNT | INTEGER | The number of rejections due to a failed volume. |
| TOKENS_USED | INTEGER | For internal use only. |
| TOKENS_AVAILABLE | INTEGER | For internal use only. |