CPU_USAGE
Records CPU usage history on the system.
	Records CPU usage history on the system.
| Column Name | Data Type | Description | 
|---|---|---|
| NODE_NAME | VARCHAR | Name of the node that is reporting the requested information. | 
| START_TIME | TIMESTAMP | Beginning of history interval. | 
| END_TIME | TIMESTAMP | End of history interval. | 
| AVERAGE_CPU_USAGE_PERCENT | FLOAT | Average CPU usage in percent of total CPU time (0-100) during history interval. | 
| PHYSICAL_CORES | INTEGER | Number of physical cores used by the node. | 
Privileges
Superuser