Important
New database features are no longer connected to engine versions; features are now enabled independently during scheduled update windows, and “major” and “minor” releases no longer exist in Helios. Please visit the release notes to view the latest features available in your database clusters.
MV_ SYSINFO_ CPULIST
This view describes the total CPU usage breakdown of SingleStore Helios and other processes per core.
To get the breakdown per host, aggregate the values for each core grouped by host.
|
Column name |
Description |
|---|---|
|
|
The ID of the node. |
|
|
The IP address of the node. |
|
|
The port on which the node is listening. |
|
|
|
|
|
The ID of the core. |
|
|
Per core CPU usage since the startup of the machine. |
|
|
Per core CPU usage, in user mode, since the startup of the machine. |
|
|
Per core CPU usage, in nice mode, since the startup of the machine. |
|
|
Per core CPU usage, in kernel mode, since the startup of the machine. |
|
|
Per core CPU idle time since the startup of the machine. |
|
|
Per core CPU waiting time for I/O since the startup of the machine. |
|
|
Time spent on servicing interrupts on the core. |
|
|
Time spent on servicing soft interrupts on the core. |
|
|
Stolen time, which is the time spent in other operating systems when running in a virtualized environment. |
|
|
Time spent running a virtual CPU for guest operating systems under the control of the Linux kernel. |
|
|
Time spent running a nice guest (virtual CPU for guest operating systems under the control of the Linux kernel). |
|
|
The time when the data was received. |
Last modified: