This system table contains information on the current CPU load in each of the Exasol nodes. All users have access to the table.
Column Name | Description |
---|---|
IPROC | Number of the node |
LAST_1MIN | Average load in the last minute |
LAST_5MIN | Average load in the last 5 minutes |
LAST_15MIN | Average load in the last 15 minutes |
RUNNING | Contains two numbers separated with "/". The first indicates the number of active processes or threads at the time of evaluation. The second indicates the overall number of processes and threads on the node. |