The page has been translated by Gen AI.
Appendix B. Performance Items by Service
Compute Type
Virtual Server
Agentless (Basic Metrics)
| Performance Item Group Name | Performance Item Name | Collection Unit | Collection Cycle | Description |
|---|---|---|---|---|
| Memory | Memory Total [Basic] | bytes | 1m | Available memory in bytes |
| Memory | Memory Used [Basic] | bytes | 1m | Currently used memory in bytes |
| Memory | Memory Swap In [Basic] | bytes | 1m | Swapped memory in bytes |
| Memory | Memory Swap Out [Basic] | bytes | 1m | Swapped memory in bytes |
| Memory | Memory Free [Basic] | bytes | 1m | Unused memory in bytes |
| Disk | Disk Read Bytes [Basic] | bytes | 1m | Read bytes |
| Disk | Disk Read Requests [Basic] | cnt | 1m | Number of read requests |
| Disk | Disk Write Bytes [Basic] | bytes | 1m | Write bytes |
| Disk | Disk Write Requests [Basic] | cnt | 1m | Number of write requests |
| CPU | CPU Usage [Basic] | % | 1m | Average system CPU usage over 1 minute |
| State | Instance State [Basic] | state | 1m | Instance state |
| Network | Network In Bytes [Basic] | bytes | 1m | Received bytes |
| Network | Network In Dropped [Basic] | cnt | 1m | Dropped received packets |
| Network | Network In Packets [Basic] | cnt | 1m | Number of received packets |
| Network | Network Out Bytes [Basic] | bytes | 1m | Sent bytes |
| Network | Network Out Dropped [Basic] | cnt | 1m | Dropped sent packets |
| Network | Network Out Packets [Basic] | cnt | 1m | Number of sent packets |
Table. Virtual Server (Agentless) Performance Items
Note
- For Windows OS, you need to install the Balloon Driver or the monitoring performance agent to provide memory performance indicators.
Agent (Detailed Metrics)
| Performance Item Group Name | Performance Item Name | Collection Unit | Collection Cycle | Description |
|---|---|---|---|---|
| CPU | Core Usage [IO Wait] | % | 1m | CPU time spent in wait state (disk wait) |
| CPU | Core Usage [System] | % | 1m | CPU time spent in kernel space |
| CPU | Core Usage [User] | % | 1m | CPU time spent in user space |
| CPU | CPU Cores | cnt | 1m | Number of CPU cores on the host. The maximum value of the unnormalized ratio is 100%* of the number of cores. The unnormalized ratio already reflects this value, and the maximum value is 100%* of the number of cores. |
| CPU | CPU Usage [Active] | % | 1m | CPU time used, excluding idle and IOWait states (using all 4 cores at 100%: 400%) |
| CPU | CPU Usage [Idle] | % | 1m | CPU time spent in idle state |
| CPU | CPU Usage [IO Wait] | % | 1m | CPU time spent in wait state (disk wait) |
| CPU | CPU Usage [System] | % | 1m | CPU time used by the kernel (using all 4 cores at 100%: 400%) |
| CPU | CPU Usage [User] | % | 1m | CPU time used by the user (using all 4 cores at 100%: 400%) |
| CPU | CPU Usage/Core [Active] | % | 1m | CPU time used, excluding idle and IOWait states (normalized by the number of cores, using all 4 cores at 100%: 100%) |
| CPU | CPU Usage/Core [Idle] | % | 1m | CPU time spent in idle state |
| CPU | CPU Usage/Core [IO Wait] | % | 1m | CPU time spent in wait state (disk wait) |
| CPU | CPU Usage/Core [System] | % | 1m | CPU time used by the kernel (normalized by the number of cores, using all 4 cores at 100%: 100%) |
| CPU | CPU Usage/Core [User] | % | 1m | CPU time used by the user (normalized by the number of cores, using all 4 cores at 100%: 100%) |
| Disk | Disk CPU Usage [IO Request] | % | 1m | CPU time spent executing I/O requests to the device (device bandwidth utilization). If this value is close to 100%, the device is saturated. |
| Disk | Disk Queue Size [Avg] | num | 1m | Average queue length of requests executed on the device |
| Disk | Disk Read Bytes | bytes | 1m | Bytes read from the device per second |
| Disk | Disk Read Bytes [Delta Avg] | bytes | 1m | Average of system.diskio.read.bytes_delta for individual disks |
| Disk | Disk Read Bytes [Delta Max] | bytes | 1m | Maximum of system.diskio.read.bytes_delta for individual disks |
| Disk | Disk Read Bytes [Delta Min] | bytes | 1m | Minimum of system.diskio.read.bytes_delta for individual disks |
| Disk | Disk Read Bytes [Delta Sum] | bytes | 1m | Sum of system.diskio.read.bytes_delta for individual disks |
| Disk | Disk Read Bytes [Delta] | bytes | 1m | Delta of system.diskio.read.bytes for individual disks |
| Disk | Disk Read Bytes [Success] | bytes | 1m | Total bytes read successfully. For Linux, it is assumed that the sector size is 512 and the value is the number of sectors read multiplied by 512 |
| Disk | Disk Read Requests | cnt | 1m | Number of read requests to the disk device per second |
| Disk | Disk Read Requests [Delta Avg] | cnt | 1m | Average of system.diskio.read.count_delta for individual disks |
| Disk | Disk Read Requests [Delta Max] | cnt | 1m | Maximum of system.diskio.read.count_delta for individual disks |
| Disk | Disk Read Requests [Delta Min] | cnt | 1m | Minimum of system.diskio.read.count_delta for individual disks |
| Disk | Disk Read Requests [Delta Sum] | cnt | 1m | Sum of system.diskio.read.count_delta for individual disks |
| Disk | Disk Read Requests [Success Delta] | cnt | 1m | Delta of system.diskio.read.count for individual disks |
| Disk | Disk Read Requests [Success] | cnt | 1m | Total number of successful read completions |
| Disk | Disk Request Size [Avg] | num | 1m | Average size of requests executed on the device (in sectors) |
| Disk | Disk Service Time [Avg] | ms | 1m | Average service time of I/O requests executed on the device (in milliseconds) |
| Disk | Disk Wait Time [Avg] | ms | 1m | Average time spent waiting for I/O requests to be executed on the device |
| Disk | Disk Wait Time [Read] | ms | 1m | Average disk read wait time |
| Disk | Disk Wait Time [Write] | ms | 1m | Average disk write wait time |
| Disk | Disk Write Bytes [Delta Avg] | bytes | 1m | Average of system.diskio.write.bytes_delta for individual disks |
| Disk | Disk Write Bytes [Delta Max] | bytes | 1m | Maximum of system.diskio.write.bytes_delta for individual disks |
| Disk | Disk Write Bytes [Delta Min] | bytes | 1m | Minimum of system.diskio.write.bytes_delta for individual disks |
| Disk | Disk Write Bytes [Delta Sum] | bytes | 1m | Sum of system.diskio.write.bytes_delta for individual disks |
| Disk | Disk Write Bytes [Delta] | bytes | 1m | Delta of system.diskio.write.bytes for individual disks |
| Disk | Disk Write Bytes [Success] | bytes | 1m | Total bytes written successfully. For Linux, it is assumed that the sector size is 512 and the value is the number of sectors written multiplied by 512 |
| Disk | Disk Write Requests | cnt | 1m | Number of write requests to the disk device per second |
| Disk | Disk Write Requests [Delta Avg] | cnt | 1m | Average of system.diskio.write.count_delta for individual disks |
| Disk | Disk Write Requests [Delta Max] | cnt | 1m | Maximum of system.diskio.write.count_delta for individual disks |
| Disk | Disk Write Requests [Delta Min] | cnt | 1m | Minimum of system.diskio.write.count_delta for individual disks |
| Disk | Disk Write Requests [Delta Sum] | cnt | 1m | Sum of system.diskio.write.count_delta for individual disks |
| Disk | Disk Write Requests [Success Delta] | cnt | 1m | Delta of system.diskio.write.count for individual disks |
| Disk | Disk Write Requests [Success] | cnt | 1m | Total number of successful writes |
| Disk | Disk Writes Bytes | bytes | 1m | Bytes written to the device per second |
| FileSystem | Filesystem Hang Check | state | 1m | Filesystem (local/NFS) hang check (normal: 1, abnormal: 0) |
| FileSystem | Filesystem Nodes | cnt | 1m | Total number of file nodes in the filesystem |
| FileSystem | Filesystem Nodes [Free] | cnt | 1m | Total number of available file nodes in the filesystem |
| FileSystem | Filesystem Size [Available] | bytes | 1m | Disk space available for non-privileged users (in bytes) |
| FileSystem | Filesystem Size [Free] | bytes | 1m | Available disk space (in bytes) |
| FileSystem | Filesystem Size [Total] | bytes | 1m | Total disk space (in bytes) |
| FileSystem | Filesystem Usage | % | 1m | Percentage of used disk space |
| FileSystem | Filesystem Usage [Avg] | % | 1m | Average of filesystem.used.pct for individual filesystems |
| FileSystem | Filesystem Usage [Inode] | % | 1m | Inode usage rate |
| FileSystem | Filesystem Usage [Max] | % | 1m | Maximum of filesystem.used.pct for individual filesystems |
| FileSystem | Filesystem Usage [Min] | % | 1m | Minimum of filesystem.used.pct for individual filesystems |
| FileSystem | Filesystem Usage [Total] | % | 1m | - |
| FileSystem | Filesystem Used | bytes | 1m | Used disk space (in bytes) |
| FileSystem | Filesystem Used [Inode] | bytes | 1m | Inode usage |
| Memory | Memory Free | bytes | 1m | Total available memory (in bytes), excluding system cache and buffer memory (see system.memory.actual.free). |
| Memory | Memory Free [Actual] | bytes | 1m | Actual available memory (in bytes). The calculation method varies depending on the OS. For Linux, it is the value of MemAvailable in /proc/meminfo, or the calculated value using available memory and cache/buffer memory if /proc/meminfo is not available. For OSX, it is the sum of available memory and inactive memory. For Windows, it is the same value as system.memory.free. |
| Memory | Memory Free [Swap] | bytes | 1m | Available swap memory |
| Memory | Memory Total | bytes | 1m | Total memory |
| Memory | Memory Total [Swap] | bytes | 1m | Total swap memory |
| Memory | Memory Usage | % | 1m | Percentage of used memory |
| Memory | Memory Usage [Actual] | % | 1m | Percentage of actually used memory |
| Memory | Memory Usage [Cache Swap] | % | 1m | Cache swap usage rate |
| Memory | Memory Usage [Swap] | % | 1m | Percentage of used swap memory |
| Memory | Memory Used | bytes | 1m | Used memory |
| Memory | Memory Used [Actual] | bytes | 1m | Actually used memory (in bytes). The value of total memory minus used memory. The available memory is calculated differently depending on the OS (see system.actual.free). |
| Memory | Memory Used [Swap] | bytes | 1m | Used swap memory |
| Network | Collisions | cnt | 1m | Network collisions |
| Network | Network In Bytes | bytes | 1m | Received bytes |
| Network | Network In Bytes [Delta Avg] | bytes | 1m | Average of system.network.in.bytes_delta for individual networks |
| Network | Network In Bytes [Delta Max] | bytes | 1m | Maximum of system.network.in.bytes_delta for individual networks |
| Network | Network In Bytes [Delta Min] | bytes | 1m | Minimum of system.network.in.bytes_delta for individual networks |
| Network | Network In Bytes [Delta Sum] | bytes | 1m | Sum of system.network.in.bytes_delta for individual networks |
| Network | Network In Bytes [Delta] | bytes | 1m | Delta of received bytes |
| Network | Network In Dropped | cnt | 1m | Dropped received packets |
| Network | Network In Errors | cnt | 1m | Number of receive errors |
| Network | Network In Packets | cnt | 1m | Number of received packets |
| Network | Network In Packets [Delta Avg] | cnt | 1m | Average of system.network.in.packets_delta for individual networks |
| Network | Network In Packets [Delta Max] | cnt | 1m | Maximum of system.network.in.packets_delta for individual networks |
| Network | Network In Packets [Delta Min] | cnt | 1m | Minimum of system.network.in.packets_delta for individual networks |
| Network | Network In Packets [Delta Sum] | cnt | 1m | Sum of system.network.in.packets_delta for individual networks |
| Network | Network In Packets [Delta] | cnt | 1m | Delta of received packets |
| Network | Network Out Bytes | bytes | 1m | Sent bytes |
| Network | Network Out Bytes [Delta Avg] | bytes | 1m | Average of system.network.out.bytes_delta for individual networks |
| Network | Network Out Bytes [Delta Max] | bytes | 1m | Maximum of system.network.out.bytes_delta for individual networks |
| Network | Network Out Bytes [Delta Min] | bytes | 1m | Minimum of system.network.out.bytes_delta for individual networks |
| Network | Network Out Bytes [Delta Sum] | bytes | 1m | Sum of system.network.out.bytes_delta for individual networks |
| Network | Network Out Bytes [Delta] | bytes | 1m | Delta of sent bytes |
| Network | Network Out Dropped | cnt | 1m | Dropped sent packets. This value is not reported by the OS, so it is always 0 on Darwin and BSD. |
| Network | Network Out Errors | cnt | 1m | Number of transmit errors |
| Network | Network Out Packets | cnt | 1m | Number of sent packets |
| Network | Network Out Packets [Delta Avg] | cnt | 1m | Average of system.network.out.packets_delta for individual networks |
| Network | Network Out Packets [Delta Max] | cnt | 1m | Maximum of system.network.out.packets_delta for individual networks |
| Network | Network Out Packets [Delta Min] | cnt | 1m | Minimum of system.network.out.packets_delta for individual networks |
| Network | Network Out Packets [Delta Sum] | cnt | 1m | Sum of system.network.out.packets_delta for individual networks |
| Network | Network Out Packets [Delta] | cnt | 1m | Delta of sent packets |
| Network | Open Connections [TCP] | cnt | 1m | Number of open TCP connections |
| Network | Open Connections [UDP] | cnt | 1m | Number of open UDP connections |
| Network | Port Usage | % | 1m | Port usage rate |
| Network | SYN Sent Sockets | cnt | 1m | Number of sockets in the SYN_SENT state (when connecting to a remote host) |
| Process | Kernel PID Max | cnt | 1m | Value of kernel.pid_max |
| Process | Kernel Thread Max | cnt | 1m | Value of kernel.threads-max |
| Process | Process CPU Usage | % | 1m | Percentage of CPU time consumed by the process since the last update. This value is similar to the %CPU value displayed by the top command on Unix systems. |
| Process | Process CPU Usage/Core | % | 1m | Percentage of CPU time used by the process since the last event. This value is normalized by the number of cores and ranges from 0 to 100%. |
| Process | Process Memory Usage | % | 1m | Percentage of main memory (RAM) used by the process |
| Process | Process Memory Used | bytes | 1m | Resident Set size. The amount of memory used by the process in RAM. On Windows, this is the current working set size. |
| Process | Process PID | PID | 1m | Process PID |
| Process | Process PPID | PID | 1m | Parent process PID |
| Process | Processes [Dead] | cnt | 1m | Number of dead processes |
| Process | Processes [Idle] | cnt | 1m | Number of idle processes |
| Process | Processes [Running] | cnt | 1m | Number of running processes |
| Process | Processes [Sleeping] | cnt | 1m | Number of sleeping processes |
| Process | Processes [Stopped] | cnt | 1m | Number of stopped processes |
| Process | Processes [Total] | cnt | 1m | Total number of processes |
| Process | Processes [Unknown] | cnt | 1m | Number of processes with unknown or unsearchable status |
| Process | Processes [Zombie] | cnt | 1m | Number of zombie processes |
| Process | Running Process Usage | % | 1m | Process usage rate |
| Process | Running Processes | cnt | 1m | Number of running processes |
| Process | Running Thread Usage | % | 1m | Thread usage rate |
| Process | Running Threads | cnt | 1m | Total number of threads running in running processes |
| System | Context Switches | cnt | 1m | Number of context switches (per second) |
| System | Load/Core [1 min] | cnt | 1m | Load over the last 1 minute, normalized by the number of cores |
| System | Load/Core [15 min] | cnt | 1m | Load over the last 15 minutes, normalized by the number of cores |
| System | Load/Core [5 min] | cnt | 1m | Load over the last 5 minutes, normalized by the number of cores |
| System | Multipaths [Active] | cnt | 1m | Number of active paths for external storage connections |
| System | Multipaths [Failed] | cnt | 1m | Number of failed paths for external storage connections |
| System | Multipaths [Faulty] | cnt | 1m | Number of faulty paths for external storage connections |
| System | NTP Offset | num | 1m | Measured offset (time difference between the NTP server and the local environment) of the last sample |
| System | Run Queue Length | num | 1m | Length of the run queue |
| System | Uptime | ms | 1m | System uptime (in milliseconds) |
| Windows | Context Switchies | cnt | 1m | Number of CPU context switches (per second) |
| Windows | Disk Read Bytes [Sec] | cnt | 1m | Number of bytes read from the Windows logical disk per second |
| Windows | Disk Read Time [Avg] | sec | 1m | Average time spent reading data (in seconds) |
| Windows | Disk Transfer Time [Avg] | sec | 1m | Average disk wait time |
| Windows | Disk Usage | % | 1m | Disk usage rate |
| Windows | Disk Write Bytes [Sec] | cnt | 1m | Number of bytes written to the Windows logical disk per second |
| Windows | Disk Write Time [Avg] | sec | 1m | Average time spent writing data (in seconds) |
| Windows | Pagingfile Usage | % | 1m | Paging file usage rate |
| Windows | Pool Used [Non Paged] | bytes | 1m | Non-paged pool usage of kernel memory |
| Windows | Pool Used [Paged] | bytes | 1m | Paged pool usage of kernel memory |
| Windows | Process [Running] | cnt | 1m | Number of currently running processes |
| Windows | Threads [Running] | cnt | 1m | Number of currently running threads |
| Windows | Threads [Waiting] | cnt | 1m | Number of threads waiting for processor time |
Table. Virtual Server (Agent) Performance Items
GPU Server
Agentless (Basic Metrics)
| Performance Item Group Name | Performance Item Name | Collection Unit | Collection Cycle | Description |
|---|---|---|---|---|
| Memory | Memory Total [Basic] | bytes | 1m | Available memory in bytes |
| Memory | Memory Used [Basic] | bytes | 1m | Currently used memory in bytes |
| Memory | Memory Swap In [Basic] | bytes | 1m | Swapped memory in bytes |
| Memory | Memory Swap Out [Basic] | bytes | 1m | Swapped memory in bytes |
| Memory | Memory Free [Basic] | bytes | 1m | Unused memory in bytes |
| Disk | Disk Read Bytes [Basic] | bytes | 1m | Read bytes |
| Disk | Disk Read Requests [Basic] | cnt | 1m | Number of read requests |
| Disk | Disk Write Bytes [Basic] | bytes | 1m | Write bytes |
| Disk | Disk Write Requests [Basic] | cnt | 1m | Number of write requests |
| CPU | CPU Usage [Basic] | % | 1m | Average system CPU usage over 1 minute |
| State | Instance State [Basic] | state | 1m | Instance state |
| Network | Network In Bytes [Basic] | bytes | 1m | Received bytes |
| Network | Network In Dropped [Basic] | cnt | 1m | Dropped received packets |
| Network | Network In Packets [Basic] | cnt | 1m | Number of received packets |
| Network | Network Out Bytes [Basic] | bytes | 1m | Sent bytes |
| Network | Network Out Dropped [Basic] | cnt | 1m | Dropped sent packets |
| Network | Network Out Packets [Basic] | cnt | 1m | Number of sent packets |
Table. GPU Server (Agentless) Performance Items
Agent (Detailed Metrics)
| Performance Item Group Name | Performance Item Name | Collection Unit | Collection Cycle | Description |
|---|---|---|---|---|
| GPU | GPU Count | cnt | 1m | Number of GPUs |
| GPU | GPU Memory Usage | % | 1m | GPU memory usage rate |
| GPU | GPU Memory Used | bytes | 1m | GPU memory usage |
| GPU | GPU Temperature | ℃ | 1m | GPU temperature |
| GPU | GPU Usage | % | 1m | Total GPU usage rate (using all 8 GPUs at 100%: 800%) |
| GPU | GPU Usage [Avg] | % | 1m | Average GPU usage rate (%) |
| GPU | GPU Power Cap | W | 1m | Maximum power capacity of the GPU |
| GPU | GPU Power Usage | W | 1m | Current power usage of the GPU |
| GPU | GPU Memory Usage [Avg] | % | 1m | Average GPU memory usage rate |
| GPU | GPU Count in use | cnt | 1m | Number of GPUs in use by jobs running on the node |
| GPU | Execution State for nvidia-smi | state | 1m | Execution result of the nvidia-smi command |
| CPU | Core Usage [IO Wait] | % | 1m | CPU time spent in wait state (disk wait) |
| CPU | Core Usage [System] | % | 1m | CPU time spent in kernel space |
| CPU | Core Usage [User] | % | 1m | CPU time spent in user space |
| CPU | CPU Cores | cnt | 1m | Number of CPU cores on the host. The maximum value of the unnormalized ratio is 100%* of the number of cores. The unnormalized ratio already reflects this value, and the maximum value is 100%* of the number of cores. |
| CPU | CPU Usage [Active] | % | 1m | CPU time used, excluding idle and IOWait states (using all 4 cores at 100%: 400%) |
| CPU | CPU Usage [Idle] | % | 1m | CPU time spent in idle state |
| CPU | CPU Usage [IO Wait] | % | 1m | CPU time spent in wait state (disk wait) |
| CPU | CPU Usage [System] | % | 1m | CPU time used by the kernel (using all 4 cores at 100%: 400%) |
| CPU | CPU Usage [User] | % | 1m | CPU time used by the user (using all 4 cores at 100%: 400%) |
| CPU | CPU Usage/Core [Active] | % | 1m | CPU time used, excluding idle and IOWait states (normalized by the number of cores, using all 4 cores at 100%: 100%) |
| CPU | CPU Usage/Core [Idle] | % | 1m | CPU time spent in idle state |
| CPU | CPU Usage/Core [IO Wait] | % | 1m | CPU time spent in wait state (disk wait) |
| CPU | CPU Usage/Core [System] | % | 1m | CPU time used by the kernel (normalized by the number of cores, using all 4 cores at 100%: 100%) |
| CPU | CPU Usage/Core [User] | % | 1m | CPU time used by the user (normalized by the number of cores, using all 4 cores at 100%: 100%) |
| Disk | Disk CPU Usage [IO Request] | % | 1m | The ratio of CPU time spent executing I/O requests for the device (device bandwidth utilization). If this value is close to 100%, the device is in a saturated state. |
| Disk | Disk Queue Size [Avg] | num | 1m | The average queue length of requests executed for the device. |
| Disk | Disk Read Bytes | bytes | 1m | The number of bytes read from the device per second. |
| Disk | Disk Read Bytes [Delta Avg] | bytes | 1m | The average of system.diskio.read.bytes_delta for individual disks. |
| Disk | Disk Read Bytes [Delta Max] | bytes | 1m | The maximum of system.diskio.read.bytes_delta for individual disks. |
| Disk | Disk Read Bytes [Delta Min] | bytes | 1m | The minimum of system.diskio.read.bytes_delta for individual disks. |
| Disk | Disk Read Bytes [Delta Sum] | bytes | 1m | The sum of system.diskio.read.bytes_delta for individual disks. |
| Disk | Disk Read Bytes [Delta] | bytes | 1m | The delta value of system.diskio.read.bytes for individual disks. |
| Disk | Disk Read Bytes [Success] | bytes | 1m | The total number of bytes read successfully. On Linux, it is assumed that the sector size is 512 and the value is calculated by multiplying the number of sectors read by 512. |
| Disk | Disk Read Requests | cnt | 1m | The number of read requests for the disk device per second. |
| Disk | Disk Read Requests [Delta Avg] | cnt | 1m | The average of system.diskio.read.count_delta for individual disks. |
| Disk | Disk Read Requests [Delta Max] | cnt | 1m | The maximum of system.diskio.read.count_delta for individual disks. |
| Disk | Disk Read Requests [Delta Min] | cnt | 1m | The minimum of system.diskio.read.count_delta for individual disks. |
| Disk | Disk Read Requests [Delta Sum] | cnt | 1m | The sum of system.diskio.read.count_delta for individual disks. |
| Disk | Disk Read Requests [Success Delta] | cnt | 1m | The delta value of system.diskio.read.count for individual disks. |
| Disk | Disk Read Requests [Success] | cnt | 1m | The total number of successful read requests. |
| Disk | Disk Request Size [Avg] | num | 1m | The average size of requests executed for the device (in sectors). |
| Disk | Disk Service Time [Avg] | ms | 1m | The average service time for input requests executed for the device (in milliseconds). |
| Disk | Disk Wait Time [Avg] | ms | 1m | The average time spent executing requests for the device. |
| Disk | Disk Wait Time [Read] | ms | 1m | The average disk wait time for read operations. |
| Disk | Disk Wait Time [Write] | ms | 1m | The average disk wait time for write operations. |
| Disk | Disk Write Bytes [Delta Avg] | bytes | 1m | The average of system.diskio.write.bytes_delta for individual disks. |
| Disk | Disk Write Bytes [Delta Max] | bytes | 1m | The maximum of system.diskio.write.bytes_delta for individual disks. |
| Disk | Disk Write Bytes [Delta Min] | bytes | 1m | The minimum of system.diskio.write.bytes_delta for individual disks. |
| Disk | Disk Write Bytes [Delta Sum] | bytes | 1m | The sum of system.diskio.write.bytes_delta for individual disks. |
| Disk | Disk Write Bytes [Delta] | bytes | 1m | The delta value of system.diskio.write.bytes for individual disks. |
| Disk | Disk Write Bytes [Success] | bytes | 1m | The total number of bytes written successfully. On Linux, it is assumed that the sector size is 512 and the value is calculated by multiplying the number of sectors written by 512. |
| Disk | Disk Write Requests | cnt | 1m | The number of write requests for the disk device per second. |
| Disk | Disk Write Requests [Delta Avg] | cnt | 1m | The average of system.diskio.write.count_delta for individual disks. |
| Disk | Disk Write Requests [Delta Max] | cnt | 1m | The maximum of system.diskio.write.count_delta for individual disks. |
| Disk | Disk Write Requests [Delta Min] | cnt | 1m | The minimum of system.diskio.write.count_delta for individual disks. |
| Disk | Disk Write Requests [Delta Sum] | cnt | 1m | The sum of system.diskio.write.count_delta for individual disks. |
| Disk | Disk Write Requests [Success Delta] | cnt | 1m | The delta value of system.diskio.write.count for individual disks. |
| Disk | Disk Write Requests [Success] | cnt | 1m | The total number of successful write requests. |
| Disk | Disk Writes Bytes | bytes | 1m | The number of bytes written to the device per second. |
| FileSystem | Filesystem Hang Check | state | 1m | Filesystem (local/NFS) hang check (normal: 1, abnormal: 0). |
| FileSystem | Filesystem Nodes | cnt | 1m | The total number of file nodes in the file system. |
| FileSystem | Filesystem Nodes [Free] | cnt | 1m | The total number of available file nodes in the file system. |
| FileSystem | Filesystem Size [Available] | bytes | 1m | The available disk space (in bytes) that can be used by non-privileged users. |
| FileSystem | Filesystem Size [Free] | bytes | 1m | The available disk space (in bytes). |
| FileSystem | Filesystem Size [Total] | bytes | 1m | The total disk space (in bytes). |
| FileSystem | Filesystem Usage | % | 1m | The percentage of used disk space. |
| FileSystem | Filesystem Usage [Avg] | % | 1m | The average of filesystem.used.pct for individual file systems. |
| FileSystem | Filesystem Usage [Inode] | % | 1m | The inode usage rate. |
| FileSystem | Filesystem Usage [Max] | % | 1m | The maximum of filesystem.used.pct for individual file systems. |
| FileSystem | Filesystem Usage [Min] | % | 1m | The minimum of filesystem.used.pct for individual file systems. |
| FileSystem | Filesystem Usage [Total] | % | 1m | - |
| FileSystem | Filesystem Used | bytes | 1m | The used disk space (in bytes). |
| FileSystem | Filesystem Used [Inode] | bytes | 1m | The inode usage. |
| Memory | Memory Free | bytes | 1m | The total available memory (in bytes), excluding memory used by system cache and buffers (see system.memory.actual.free). |
| Memory | Memory Free [Actual] | bytes | 1m | The actual available memory (in bytes), which varies depending on the OS. On Linux, it is calculated using /proc/meminfo, and on OSX, it is the sum of available and inactive memory. On Windows, it is the same as system.memory.free. |
| Memory | Memory Free [Swap] | bytes | 1m | The available swap memory. |
| Memory | Memory Total | bytes | 1m | The total memory. |
| Memory | Memory Total [Swap] | bytes | 1m | The total swap memory. |
| Memory | Memory Usage | % | 1m | The percentage of used memory. |
| Memory | Memory Usage [Actual] | % | 1m | The percentage of actual used memory. |
| Memory | Memory Usage [Cache Swap] | % | 1m | The cache swap usage rate. |
| Memory | Memory Usage [Swap] | % | 1m | The percentage of used swap memory. |
| Memory | Memory Used | bytes | 1m | The used memory. |
| Memory | Memory Used [Actual] | bytes | 1m | The actual used memory (in bytes), which is the total memory minus the used memory. The available memory varies depending on the OS (see system.actual.free). |
| Memory | Memory Used [Swap] | bytes | 1m | The used swap memory. |
| Network | Collisions | cnt | 1m | Network collisions. |
| Network | Network In Bytes | bytes | 1m | The number of bytes received. |
| Network | Network In Bytes [Delta Avg] | bytes | 1m | The average of system.network.in.bytes_delta for individual networks. |
| Network | Network In Bytes [Delta Max] | bytes | 1m | The maximum of system.network.in.bytes_delta for individual networks. |
| Network | Network In Bytes [Delta Min] | bytes | 1m | The minimum of system.network.in.bytes_delta for individual networks. |
| Network | Network In Bytes [Delta Sum] | bytes | 1m | The sum of system.network.in.bytes_delta for individual networks. |
| Network | Network In Bytes [Delta] | bytes | 1m | The delta value of the number of bytes received. |
| Network | Network In Dropped | cnt | 1m | The number of packets dropped during reception. |
| Network | Network In Errors | cnt | 1m | The number of errors during reception. |
| Network | Network In Packets | cnt | 1m | The number of packets received. |
| Network | Network In Packets [Delta Avg] | cnt | 1m | The average of system.network.in.packets_delta for individual networks. |
| Network | Network In Packets [Delta Max] | cnt | 1m | The maximum of system.network.in.packets_delta for individual networks. |
| Network | Network In Packets [Delta Min] | cnt | 1m | The minimum of system.network.in.packets_delta for individual networks. |
| Network | Network In Packets [Delta Sum] | cnt | 1m | The sum of system.network.in.packets_delta for individual networks. |
| Network | Network In Packets [Delta] | cnt | 1m | The delta value of the number of packets received. |
| Network | Network Out Bytes | bytes | 1m | The number of bytes sent. |
| Network | Network Out Bytes [Delta Avg] | bytes | 1m | The average of system.network.out.bytes_delta for individual networks. |
| Network | Network Out Bytes [Delta Max] | bytes | 1m | The maximum of system.network.out.bytes_delta for individual networks. |
| Network | Network Out Bytes [Delta Min] | bytes | 1m | The minimum of system.network.out.bytes_delta for individual networks. |
| Network | Network Out Bytes [Delta Sum] | bytes | 1m | The sum of system.network.out.bytes_delta for individual networks. |
| Network | Network Out Bytes [Delta] | bytes | 1m | The delta value of the number of bytes sent. |
| Network | Network Out Dropped | cnt | 1m | The number of packets dropped during transmission. This value is not reported by the OS and is always 0 on Darwin and BSD. |
| Network | Network Out Errors | cnt | 1m | The number of errors during transmission. |
| Network | Network Out Packets | cnt | 1m | The number of packets sent. |
| Network | Network Out Packets [Delta Avg] | cnt | 1m | The average of system.network.out.packets_delta for individual networks. |
| Network | Network Out Packets [Delta Max] | cnt | 1m | The maximum of system.network.out.packets_delta for individual networks. |
| Network | Network Out Packets [Delta Min] | cnt | 1m | The minimum of system.network.out.packets_delta for individual networks. |
| Network | Network Out Packets [Delta Sum] | cnt | 1m | The sum of system.network.out.packets_delta for individual networks. |
| Network | Network Out Packets [Delta] | cnt | 1m | The delta value of the number of packets sent. |
| Network | Open Connections [TCP] | cnt | 1m | The number of open TCP connections. |
| Network | Open Connections [UDP] | cnt | 1m | The number of open UDP connections. |
| Network | Port Usage | % | 1m | The port usage rate. |
| Network | SYN Sent Sockets | cnt | 1m | The number of sockets in the SYN_SENT state (when connecting to a remote host). |
| Process | Kernel PID Max | cnt | 1m | The kernel.pid_max value. |
| Process | Kernel Thread Max | cnt | 1m | The kernel.threads-max value. |
| Process | Process CPU Usage | % | 1m | The percentage of CPU time consumed by the process since the last update. This value is similar to the %CPU value displayed by the top command on Unix systems. |
| Process | Process CPU Usage/Core | % | 1m | The percentage of CPU time used by the process since the last event, normalized by the number of cores (0-100%). |
| Process | Process Memory Usage | % | 1m | The percentage of main memory (RAM) used by the process. |
| Process | Process Memory Used | bytes | 1m | The resident set size, which is the amount of memory used by the process in RAM. On Windows, it is the current working set size. |
| Process | Process PID | PID | 1m | The process ID. |
| Process | Process PPID | PID | 1m | The parent process ID. |
| Process | Processes [Dead] | cnt | 1m | The number of dead processes. |
| Process | Processes [Idle] | cnt | 1m | The number of idle processes. |
| Process | Processes [Running] | cnt | 1m | The number of running processes. |
| Process | Processes [Sleeping] | cnt | 1m | The number of sleeping processes. |
| Process | Processes [Stopped] | cnt | 1m | The number of stopped processes. |
| Process | Processes [Total] | cnt | 1m | The total number of processes. |
| Process | Processes [Unknown] | cnt | 1m | The number of processes with unknown or unsearchable states. |
| Process | Processes [Zombie] | cnt | 1m | The number of zombie processes. |
| Process | Running Process Usage | % | 1m | The process usage rate. |
| Process | Running Processes | cnt | 1m | The number of running processes. |
| Process | Running Thread Usage | % | 1m | The thread usage rate. |
| Process | Running Threads | cnt | 1m | The total number of threads running in running processes. |
| System | Context Switches | cnt | 1m | The number of context switches per second. |
| System | Load/Core [1 min] | cnt | 1m | The load average over the last 1 minute, normalized by the number of cores. |
| System | Load/Core [15 min] | cnt | 1m | The load average over the last 15 minutes, normalized by the number of cores. |
| System | Load/Core [5 min] | cnt | 1m | The load average over the last 5 minutes, normalized by the number of cores. |
| System | Multipaths [Active] | cnt | 1m | The number of active paths for external storage connections. |
| System | Multipaths [Failed] | cnt | 1m | The number of failed paths for external storage connections. |
| System | Multipaths [Faulty] | cnt | 1m | The number of faulty paths for external storage connections. |
| System | NTP Offset | num | 1m | The measured offset (time difference between the NTP server and the local environment) of the last sample. |
| System | Run Queue Length | num | 1m | The length of the run queue. |
| System | Uptime | ms | 1m | The OS uptime (in milliseconds). |
| Windows | Context Switchies | cnt | 1m | The number of CPU context switches per second. |
| Windows | Disk Read Bytes [Sec] | cnt | 1m | The number of bytes read from the Windows logical disk per second. |
| Windows | Disk Read Time [Avg] | sec | 1m | The average time spent reading data (in seconds). |
| Windows | Disk Transfer Time [Avg] | sec | 1m | The average disk wait time. |
| Windows | Disk Usage | % | 1m | The disk usage rate. |
| Windows | Disk Write Bytes [Sec] | cnt | 1m | The number of bytes written to the Windows logical disk per second. |
| Windows | Disk Write Time [Avg] | sec | 1m | The average time spent writing data (in seconds). |
| Windows | Pagingfile Usage | % | 1m | The paging file usage rate. |
| Windows | Pool Used [Non Paged] | bytes | 1m | The Nonpaged Pool usage of kernel memory. |
| Windows | Pool Used [Paged] | bytes | 1m | The Paged Pool usage of kernel memory. |
| Windows | Process [Running] | cnt | 1m | The number of currently running processes. |
| Windows | Threads [Running] | cnt | 1m | The number of currently running threads. |
| Windows | Threads [Waiting] | cnt | 1m | The number of threads waiting for processor time. |
Table. Performance Items for GPU Server (Agent)
Bare Metal Server
Agent (Detailed Metrics)
| Performance Item Group Name | Performance Item Name | Collection Unit | Collection Cycle | Description |
|---|---|---|---|---|
| CPU | Core Usage [IO Wait] | % | 1m | The ratio of CPU time spent in a waiting state (disk wait). |
| CPU | Core Usage [System] | % | 1m | The percentage of CPU time used by the kernel. |
| CPU | Core Usage [User] | % | 1m | The percentage of CPU time used in the user space. |
| CPU | CPU Cores | cnt | 1m | The number of CPU cores on the host. The maximum value for unnormalized rates is 100% * the number of cores. The maximum value for normalized rates is 100%. |
| CPU | CPU Usage [Active] | % | 1m | The percentage of CPU time used, excluding idle and IOWait states (all 4 cores using 100%: 400%). |
| CPU | CPU Usage [Idle] | % | 1m | The ratio of CPU time spent in an idle state. |
| CPU | CPU Usage [IO Wait] | % | 1m | The ratio of CPU time spent in a waiting state (disk wait). |
| CPU | CPU Usage [System] | % | 1m | The percentage of CPU time used by the kernel (all 4 cores using 100%: 400%). |
| CPU | CPU Usage [User] | % | 1m | The percentage of CPU time used in the user area (all 4 cores using 100%: 400%). |
| CPU | CPU Usage/Core [Active] | % | 1m | The percentage of CPU time used, excluding idle and IOWait states (normalized by the number of cores, all 4 cores using 100%: 100%). |
| CPU | CPU Usage/Core [Idle] | % | 1m | The ratio of CPU time spent in an idle state. |
| CPU | CPU Usage/Core [IO Wait] | % | 1m | The ratio of CPU time spent in a waiting state (disk wait). |
| CPU | CPU Usage/Core [System] | % | 1m | The percentage of CPU time used by the kernel (normalized by the number of cores, all 4 cores using 100%: 100%). |
| CPU | CPU Usage/Core [User] | % | 1m | The percentage of CPU time used in the user area (normalized by the number of cores, all 4 cores using 100%: 100%). |
| Disk | Disk CPU Usage [IO Request] | % | 1m | The ratio of CPU time spent executing I/O requests for the device (device bandwidth utilization). If this value is close to 100%, the device is in a saturated state. |
| Disk | Disk Queue Size [Avg] | num | 1m | The average queue length of requests executed for the device. |
| Disk | Disk Read Bytes | bytes | 1m | The number of bytes read from the device per second. |
| Disk | Disk Read Bytes [Delta Avg] | bytes | 1m | The average of system.diskio.read.bytes_delta for individual disks. |
| Disk | Disk Read Bytes [Delta Max] | bytes | 1m | The maximum of system.diskio.read.bytes_delta for individual disks. |
| Disk | Disk Read Bytes [Delta Min] | bytes | 1m | The minimum of system.diskio.read.bytes_delta for individual disks. |
| Disk | Disk Read Bytes [Delta Sum] | bytes | 1m | The sum of system.diskio.read.bytes_delta for individual disks. |
| Disk | Disk Read Bytes [Delta] | bytes | 1m | The delta value of system.diskio.read.bytes for individual disks. |
| Disk | Disk Read Bytes [Success] | bytes | 1m | The total number of bytes read successfully. On Linux, it is assumed that the sector size is 512 and the value is calculated by multiplying the number of sectors read by 512. |
| Disk | Disk Read Requests | cnt | 1m | The number of read requests for the disk device per second. |
| Disk | Disk Read Requests [Delta Avg] | cnt | 1m | The average of system.diskio.read.count_delta for individual disks. |
| Disk | Disk Read Requests [Delta Max] | cnt | 1m | The maximum of system.diskio.read.count_delta for individual disks. |
| Disk | Disk Read Requests [Delta Min] | cnt | 1m | The minimum of system.diskio.read.count_delta for individual disks. |
| Disk | Disk Read Requests [Delta Sum] | cnt | 1m | The sum of system.diskio.read.count_delta for individual disks. |
| Disk | Disk Read Requests [Success Delta] | cnt | 1m | The delta value of system.diskio.read.count for individual disks. |
| Disk | Disk Read Requests [Success] | cnt | 1m | The total number of successful read requests. |
| Disk | Disk Request Size [Avg] | num | 1m | The average size of requests executed for the device (in sectors). |
| Disk | Disk Service Time [Avg] | ms | 1m | The average service time for input requests executed for the device (in milliseconds). |
| Disk | Disk Wait Time [Avg] | ms | 1m | The average time spent executing requests for the device. |
| Disk | Disk Wait Time [Read] | ms | 1m | The average disk wait time for read operations. |
| Disk | Disk Wait Time [Write] | ms | 1m | The average disk wait time for write operations. |
| Disk | Disk Write Bytes [Delta Avg] | bytes | 1m | The average of system.diskio.write.bytes_delta for individual disks. |
| Disk | Disk Write Bytes [Delta Max] | bytes | 1m | The maximum of system.diskio.write.bytes_delta for individual disks. |
| Disk | Disk Write Bytes [Delta Min] | bytes | 1m | The minimum of system.diskio.write.bytes_delta for individual disks. |
| Disk | Disk Write Bytes [Delta Sum] | bytes | 1m | The sum of system.diskio.write.bytes_delta for individual disks. |
| Disk | Disk Write Bytes [Delta] | bytes | 1m | The delta value of system.diskio.write.bytes for individual disks. |
| Disk | Disk Write Bytes [Success] | bytes | 1m | The total number of bytes written successfully. On Linux, it is assumed that the sector size is 512 and the value is calculated by multiplying the number of sectors written by 512. |
| Disk | Disk Write Requests | cnt | 1m | The number of write requests for the disk device per second. |
| Disk | Disk Write Requests [Delta Avg] | cnt | 1m | The average of system.diskio.write.count_delta for individual disks. |
| Disk | Disk Write Requests [Delta Max] | cnt | 1m | The maximum of system.diskio.write.count_delta for individual disks. |
| Disk | Disk Write Requests [Delta Min] | cnt | 1m | The minimum of system.diskio.write.count_delta for individual disks. |
| Disk | Disk Write Requests [Delta Sum] | cnt | 1m | The sum of system.diskio.write.count_delta for individual disks. |
| Disk | Disk Write Requests [Success Delta] | cnt | 1m | The delta value of system.diskio.write.count for individual disks. |
| Disk | Disk Write Requests [Success] | cnt | 1m | The total number of successful write requests. |
| Disk | Disk Writes Bytes | bytes | 1m | The number of bytes written to the device per second. |
| FileSystem | Filesystem Hang Check | state | 1m | Filesystem (local/NFS) hang check (normal: 1, abnormal: 0). |
| FileSystem | Filesystem Nodes | cnt | 1m | The total number of file nodes in the file system. |
| FileSystem | Filesystem Nodes [Free] | cnt | 1m | The total number of available file nodes in the file system. |
| FileSystem | Filesystem Size [Available] | bytes | 1m | The available disk space (in bytes) that can be used by non-privileged users. |
| FileSystem | Filesystem Size [Free] | bytes | 1m | The available disk space (in bytes). |
| FileSystem | Filesystem Size [Total] | bytes | 1m | The total disk space (in bytes). |
| FileSystem | Filesystem Usage | % | 1m | The percentage of used disk space. |
| FileSystem | Filesystem Usage [Avg] | % | 1m | The average of filesystem.used.pct for individual file systems. |
| FileSystem | Filesystem Usage [Inode] | % | 1m | The inode usage rate. |
| FileSystem | Filesystem Usage [Max] | % | 1m | The maximum of filesystem.used.pct for individual file systems. |
| FileSystem | Filesystem Usage [Min] | % | 1m | The minimum of filesystem.used.pct for individual file systems. |
| FileSystem | Filesystem Usage [Total] | % | 1m | - |
| FileSystem | Filesystem Used | bytes | 1m | The used disk space (in bytes). |
| FileSystem | Filesystem Used [Inode] | bytes | 1m | The inode usage. |
| Memory | Memory Free | bytes | 1m | The total available memory (in bytes), excluding memory used by system cache and buffers (see system.memory.actual.free). |
| Memory | Memory Free [Actual] | bytes | 1m | The actual available memory (in bytes), which varies depending on the OS. On Linux, it is calculated using /proc/meminfo, and on OSX, it is the sum of available and inactive memory. On Windows, it is the same as system.memory.free. |
| Memory | Memory Free [Swap] | bytes | 1m | The available swap memory. |
| Memory | Memory Total | bytes | 1m | The total memory. |
| Memory | Memory Total [Swap] | bytes | 1m | The total swap memory. |
| Memory | Memory Usage | % | 1m | The percentage of used memory. |
| Memory | Memory Usage [Actual] | % | 1m | The percentage of actual used memory. |
| Memory | Memory Usage [Cache Swap] | % | 1m | The cache swap usage rate. |
| Memory | Memory Usage [Swap] | % | 1m | The percentage of used swap memory. |
| Memory | Memory Used | bytes | 1m | The used memory. |
| Memory | Memory Used [Actual] | bytes | 1m | The actual used memory (in bytes), which is the total memory minus the used memory. The available memory varies depending on the OS (see system.actual.free). |
| Memory | Memory Used [Swap] | bytes | 1m | The used swap memory. |
| Network | Collisions | cnt | 1m | Network collisions. |
| Network | Network In Bytes | bytes | 1m | The number of bytes received. |
| Network | Network In Bytes [Delta Avg] | bytes | 1m | The average of system.network.in.bytes_delta for individual networks. |
| Network | Network In Bytes [Delta Max] | bytes | 1m | The maximum of system.network.in.bytes_delta for individual networks. |
| Network | Network In Bytes [Delta Min] | bytes | 1m | The minimum of system.network.in.bytes_delta for individual networks. |
| Network | Network In Bytes [Delta Sum] | bytes | 1m | The sum of system.network.in.bytes_delta for individual networks. |
| Network | Network In Bytes [Delta] | bytes | 1m | The delta value of the number of bytes received. |
| Network | Network In Dropped | cnt | 1m | The number of packets dropped during reception. |
| Network | Network In Errors | cnt | 1m | The number of errors during reception. |
| Network | Network In Packets | cnt | 1m | The number of packets received. |
| Network | Network In Packets [Delta Avg] | cnt | 1m | The average of system.network.in.packets_delta for individual networks. |
| Network | Network In Packets [Delta Max] | cnt | 1m | The maximum of system.network.in.packets_delta for individual networks. |
| Network | Network In Packets [Delta Min] | cnt | 1m | The minimum of system.network.in.packets_delta for individual networks. |
| Network | Network In Packets [Delta Sum] | cnt | 1m | The sum of system.network.in.packets_delta for individual networks. |
| Network | Network In Packets [Delta] | cnt | 1m | The delta value of the number of packets received. |
| Network | Network Out Bytes | bytes | 1m | The number of bytes sent. |
| Network | Network Out Bytes [Delta Avg] | bytes | 1m | The average of system.network.out.bytes_delta for individual networks. |
| Network | Network Out Bytes [Delta Max] | bytes | 1m | The maximum of system.network.out.bytes_delta for individual networks. |
| Network | Network Out Bytes [Delta Min] | bytes | 1m | The minimum of system.network.out.bytes_delta for individual networks. |
| Network | Network Out Bytes [Delta Sum] | bytes | 1m | The sum of system.network.out.bytes_delta for individual networks. |
| Network | Network Out Bytes [Delta] | bytes | 1m | The delta value of the number of bytes sent. |
| Network | Network Out Dropped | cnt | 1m | The number of packets dropped during transmission. This value is not reported by the OS and is always 0 on Darwin and BSD. |
| Network | Network Out Errors | cnt | 1m | The number of errors during transmission. |
| Network | Network Out Packets | cnt | 1m | The number of packets sent. |
| Network | Network Out Packets [Delta Avg] | cnt | 1m | The average of system.network.out.packets_delta for individual networks. |
| Network | Network Out Packets [Delta Max] | cnt | 1m | The maximum of system.network.out.packets_delta for individual networks. |
| Network | Network Out Packets [Delta Min] | cnt | 1m | The minimum of system.network.out.packets_delta for individual networks. |
| Network | Network Out Packets [Delta Sum] | cnt | 1m | The sum of system.network.out.packets_delta for individual networks. |
| Network | Network Out Packets [Delta] | cnt | 1m | The delta value of the number of packets sent. |
| Network | Open Connections [TCP] | cnt | 1m | The number of open TCP connections. |
| Network | Open Connections [UDP] | cnt | 1m | The number of open UDP connections. |
| Network | Port Usage | % | 1m | The port usage rate. |
| Network | SYN Sent Sockets | cnt | 1m | The number of sockets in the SYN_SENT state (when connecting to a remote host). |
| Process | Kernel PID Max | cnt | 1m | The kernel.pid_max value. |
| Process | Kernel Thread Max | cnt | 1m | The kernel.threads-max value. |
| Process | Process CPU Usage | % | 1m | The percentage of CPU time consumed by the process since the last update. This value is similar to the %CPU value displayed by the top command on Unix systems. |
| Process | Process CPU Usage/Core | % | 1m | The percentage of CPU time used by the process since the last event, normalized by the number of cores (0-100%). |
| Process | Process Memory Usage | % | 1m | The percentage of main memory (RAM) used by the process. |
| Process | Process Memory Used | bytes | 1m | The resident set size, which is the amount of memory used by the process in RAM. On Windows, it is the current working set size. |
| Process | Process PID | PID | 1m | The process ID. |
| Process | Process PPID | PID | 1m | The parent process ID. |
| Process | Processes [Dead] | cnt | 1m | The number of dead processes. |
| Process | Processes [Idle] | cnt | 1m | The number of idle processes. |
| Process | Processes [Running] | cnt | 1m | The number of running processes. |
| Process | Processes [Sleeping] | cnt | 1m | The number of sleeping processes. |
| Process | Processes [Stopped] | cnt | 1m | The number of stopped processes. |
| Process | Processes [Total] | cnt | 1m | The total number of processes. |
| Process | Processes [Unknown] | cnt | 1m | The number of processes with unknown or unsearchable states. |
| Process | Processes [Zombie] | cnt | 1m | The number of zombie processes. |
| Process | Running Process Usage | % | 1m | The process usage rate. |
| Process | Running Processes | cnt | 1m | The number of running processes. |
| Process | Running Thread Usage | % | 1m | The thread usage rate. |
| Process | Running Threads | cnt | 1m | The total number of threads running in running processes. |
| System | Context Switches | cnt | 1m | The number of context switches per second. |
| System | Load/Core [1 min] | cnt | 1m | The load average over the last 1 minute, normalized by the number of cores. |
| System | Load/Core [15 min] | cnt | 1m | The load average over the last 15 minutes, normalized by the number of cores. |
| System | Load/Core [5 min] | cnt | 1m | The load average over the last 5 minutes, normalized by the number of cores. |
| System | Multipaths [Active] | cnt | 1m | The number of active paths for external storage connections. |
| System | Multipaths [Failed] | cnt | 1m | The number of failed paths for external storage connections. |
| System | Multipaths [Faulty] | cnt | 1m | The number of faulty paths for external storage connections. |
| System | NTP Offset | num | 1m | The measured offset (time difference between the NTP server and the local environment) of the last sample. |
| System | Run Queue Length | num | 1m | The length of the run queue. |
| System | Uptime | ms | 1m | The OS uptime (in milliseconds). |
| Windows | Context Switchies | cnt | 1m | The number of CPU context switches per second. |
| Windows | Disk Read Bytes [Sec] | cnt | 1m | The number of bytes read from the Windows logical disk per second. |
| Windows | Disk Read Time [Avg] | sec | 1m | The average time spent reading data (in seconds). |
| Windows | Disk Transfer Time [Avg] | sec | 1m | The average disk wait time. |
| Windows | Disk Usage | % | 1m | The disk usage rate. |
| Windows | Disk Write Bytes [Sec] | cnt | 1m | The number of bytes written to the Windows logical disk per second. |
| Windows | Disk Write Time [Avg] | sec | 1m | The average time spent writing data (in seconds). |
| Windows | Pagingfile Usage | % | 1m | The paging file usage rate. |
| Windows | Pool Used [Non Paged] | bytes | 1m | The Nonpaged Pool usage of kernel memory. |
| Windows | Pool Used [Paged] | bytes | 1m | The Paged Pool usage of kernel memory. |
| Windows | Process [Running] | cnt | 1m | The number of currently running processes. |
| Windows | Threads [Running] | cnt | 1m | The number of currently running threads. |
| Windows | Threads [Waiting] | cnt | 1m | The number of threads waiting for processor time. |
Table. Performance Items for Bare Metal Server
Note
To monitor the performance of Bare Metal Server, please install the Agent. Refer to Agent Management for the installation guide.
Storage type
File Storage
| Performance item group name | Performance item name | Collection unit | Collection cycle | Description |
|---|---|---|---|---|
| Volume | Instance State | state | 1m | File storage volume status |
| Volume | IOPS [Other] | iops | 1m | IOPS (other) |
| Volume | IOPS [Read] | iops | 1m | IOPS (read) |
| Volume | IOPS [Total] | iops | 1m | IOPS (total) |
| Volume | IOPS [Write] | iops | 1m | IOPS (write) |
| Volume | Latency Time [Other] | usec | 1m | Latency time (other) |
| Volume | Latency Time [Read] | usec | 1m | Latency time (read) |
| Volume | Latency Time [Total] | usec | 1m | Latency time (total) |
| Volume | Latency Time [write] | usec | 1m | Latency time (write) |
| Volume | Throughput [Other] | MB/s | 1m | Throughput (other) |
| Volume | Throughput [Read] | MB/s | 1m | Throughput (read) |
| Volume | Throughput [Total] | MB/s | 1m | Throughput (total) |
| Volume | Throughput [Write] | MB/s | 1m | Throughput (write) |
| Volume | Volume Total | bytes | 1m | Total bytes |
| Volume | Volume Usage | % | 1m | Usage rate |
| Volume | Volume Used | bytes | 1m | Used amount |
Table. File Storage performance items
Object Storage
| Performance item group name | Performance item name | Collection unit | Collection cycle | Description |
|---|---|---|---|---|
| Request | Requests [Delete] | cnt | 1m | Number of HTTP DELETE requests executed on objects in the bucket |
| Request | Requests [Download Avg] | bytes | 1m | Average download usage per bucket |
| Request | Requests [Get] | cnt | 1m | Number of HTTP GET requests executed on objects in the bucket |
| Request | Requests [Head] | cnt | 1m | Number of HTTP HEAD requests executed on objects in the bucket |
| Request | Requests [List] | cnt | 1m | Number of LIST requests executed on objects in the bucket |
| Request | Requests [Post] | cnt | 1m | Number of HTTP POST requests executed on objects in the bucket |
| Request | Requests [Put] | cnt | 1m | Number of HTTP PUT requests executed on objects in the bucket |
| Request | Requests [Total] | cnt | 1m | Total number of HTTP requests executed on the bucket |
| Request | Requests [Upload Avg] | bytes | 1m | Average upload usage per bucket |
| Usage | Bucket Used | bytes | 1m | Amount of data stored in the bucket (in bytes) |
| Usage | Objects | cnt | 1m | Number of objects stored in the bucket |
Table. Object Storage performance items
Database type
PostgreSQL(DBaaS)
| Performance item group name | Performance item name | Collection unit | Collection cycle | Description |
|---|---|---|---|---|
| Activelock | Active Locks | cnt | 1m | Number of active locks |
| Activelock | Active Locks [Access Exclusive] | cnt | 1m | Number of access exclusive locks |
| Activelock | Active Locks [Access Share] | cnt | 1m | Number of access share locks |
| Activelock | Active Locks [Total] | cnt | 1m | Total number of active locks |
| Activelock | Exclusive Locks | cnt | 1m | Number of exclusive locks |
| Activelock | Row Exclusive Locks | cnt | 1m | Number of row exclusive locks |
| Activelock | Row Share Locks | cnt | 1m | Number of row share locks |
| Activelock | Share Locks | cnt | 1m | Number of share locks |
| Activelock | Share Row Exclusive Locks | cnt | 1m | Number of share row exclusive locks |
| Activelock | Share Update Exclusive Locks | cnt | 1m | Number of share update exclusive locks |
| ActiveSession | Active Sessions | cnt | 1m | Number of active sessions |
| ActiveSession | Active Sessions [Total] | cnt | 1m | Total number of active sessions |
| ActiveSession | Idle In Transaction Sessions | cnt | 1m | Number of idle in transaction sessions |
| ActiveSession | Idle In Transaction Sessions [Total] | cnt | 1m | Total number of idle in transaction sessions |
| ActiveSession | Idle Sessions | cnt | 1m | Number of idle sessions |
| ActiveSession | Idle Sessions [Total] | cnt | 1m | Total number of idle sessions |
| ActiveSession | Waiting Sessions | cnt | 1m | Number of waiting sessions |
| ActiveSession | Waiting Sessions [Total] | cnt | 1m | Total number of waiting sessions |
| Connection | Connection Usage | % | 1m | DB connection usage rate |
| Connection | Connection Usage [Total] | % | 1m | Total DB connection usage rate |
| DB Age | DB Age Max | age | 1m | Database age (frozen XID) value |
| Lock | Wait Locks | cnt | 1m | Number of sessions waiting for locks (per DB) |
| Lock | Wait Locks [Long Total] | cnt | 1m | Number of sessions waiting for locks for more than 300 seconds |
| Lock | Wait Locks [Long] | cnt | 1m | Number of sessions waiting for locks for more than 300 seconds |
| Lock | Wait Locks [Total] | cnt | 1m | Total number of sessions waiting for locks |
| Long Transaction | Transaction Time Max [Long] | sec | 1m | Longest transaction time (in seconds) |
| Long Transaction | Transaction Time Max Total [Long] | sec | 1m | Longest transaction time (in seconds) |
| Replica | Apply Lag Time | sec | 1m | Apply lag time |
| Replica | Check No Replication | cnt | 1m | Check no replication value |
| Replica | Check Replication | state | 1m | Check replication state value |
| Slowquery | Slowqueries | cnt | 1m | Number of slow queries (more than 5 minutes) |
| State | Instance State [PID] | PID | 1m | Postgres process PID |
| Tablespace | Tablespace Used | bytes | 1m | Tablespace usage |
| Tablespace | Tablespace Used [Total] | bytes | 1m | Total tablespace usage |
| Tablespace | Tablespace Used Bytes [MB] | bytes | 1m | Filesystem directory usage (in MB) |
| Tablespace | Tablespaces [Total] | cnt | 1m | Total number of tablespaces |
Table. PostgreSQL(DBaaS) performance items
Note
Refer to Virtual Server performance items for DB instance performance items.
MariaDB(DBaaS)
| Performance item group name | Performance item name | Collection unit | Collection cycle | Description |
|---|---|---|---|---|
| Activelock | Active Locks | cnt | 1m | Number of active locks |
| Activesssion | Active Sessions | cnt | 1m | Number of connected threads |
| Activesssion | Connection Usage [Total] | % | 1m | DB connection usage rate |
| Activesssion | Connections | cnt | 1m | Number of connections |
| Activesssion | Connections [MAX] | cnt | 1m | Maximum number of connected threads |
| Datafile | Binary Log Used [MB] | bytes | 1m | Binary log usage (in MB) |
| Datafile | Data Directory Used [MB] | bytes | 1m | Datadir usage (in MB) |
| Datafile | Open Files | cnt | 1m | Number of open files |
| Datafile | Open Files [MAX] | cnt | 1m | Maximum number of open files |
| Datafile | Open Files Usage | % | 1m | Open file usage rate |
| Datafile | Relay Log Used [MB] | bytes | 1m | Relay log usage (in MB) |
| State | Instance State [PID] | PID | 1m | Mariadbd process PID (or mysqld process PID for versions prior to 10.5.2) |
| State | Safe PID | PID | 1m | Mariadbd_safe process PID (or mysqld_safe process PID for versions prior to 10.5.2) |
| State | Slave Behind Master seconds | sec | 1m | Time difference between master and slave (in seconds) |
| Tablespace | Tablespace Used | bytes | 1m | Tablespace usage |
| Tablespace | Tablespace Used [Total] | bytes | 1m | Total tablespace usage |
| Transaction | Running Threads | cnt | 1m | Number of running threads |
| Transaction | Slowqueries | cnt | 1m | Number of slow queries (more than 10 seconds) |
| Transaction | Slowqueries [Total] | cnt | 1m | Total number of slow queries |
| Transaction | Transaction Time [Long] | sec | 1m | Longest transaction time (in seconds) |
| Transaction | Wait Locks | cnt | 1m | Number of sessions waiting for locks for more than 60 seconds |
Table. MariaDB(DBaaS) performance items
Note
Refer to Virtual Server performance items for DB instance performance items.
MySQL(DBaaS)
| Performance item group name | Performance item name | Collection unit | Collection cycle | Description |
|---|---|---|---|---|
| Activelock | Active Locks | cnt | 1m | Number of active locks |
| Activesssion | Active Sessions | cnt | 1m | Number of connected threads |
| Activesssion | Connection Usage [Total] | % | 1m | DB connection usage rate |
| Activesssion | Connections | cnt | 1m | Number of connections |
| Activesssion | Connections [MAX] | cnt | 1m | Maximum number of connected threads |
| Datafile | Binary Log Used [MB] | bytes | 1m | Binary log usage (in MB) |
| Datafile | Data Directory Used [MB] | bytes | 1m | Datadir usage (in MB) |
| Datafile | Open Files | cnt | 1m | Number of open files |
| Datafile | Open Files [MAX] | cnt | 1m | Maximum number of open files |
| Datafile | Open Files Usage | % | 1m | Open file usage rate |
| Datafile | Relay Log Used [MB] | bytes | 1m | Relay log usage (in MB) |
| State | Instance State [PID] | PID | 1m | Mysqld process PID |
| State | Safe PID | PID | 1m | Safe program PID |
| State | Slave Behind Master seconds | sec | 1m | Time difference between master and slave (in seconds) |
| Tablespace | Tablespace Used | bytes | 1m | Tablespace usage |
| Tablespace | Tablespace Used [Total] | bytes | 1m | Total tablespace usage |
| Transaction | Running Threads | cnt | 1m | Number of running threads |
| Transaction | Slowqueries | cnt | 1m | Number of slow queries (more than 10 seconds) |
| Transaction | Slowqueries [Total] | cnt | 1m | Total number of slow queries |
| Transaction | Transaction Time [Long] | sec | 1m | Longest transaction time (in seconds) |
| Transaction | Wait Locks | cnt | 1m | Number of sessions waiting for locks for more than 60 seconds |
Table. MySQL(DBaaS) performance items
Note
Refer to Virtual Server performance items for DB instance performance items.
CacheStore(DBaaS)
| Performance item group name | Performance item name | Collection unit | Collection cycle | Description |
|---|---|---|---|---|
| CacheStore | Active Defragmentation Keys [Hits] | cnt | 1m | Number of keys defragmented |
| CacheStore | Active Defragmentation Keys [Miss] | cnt | 1m | Number of keys skipped during defragmentation |
| CacheStore | Active Defragmentationd [Hits] | cnt | 1m | Number of values reassigned during defragmentation |
| CacheStore | Active Defragmentations [Miss] | cnt | 1m | Number of defragmentation processes started and stopped |
| CacheStore | Allocated Bytes [OS] | bytes | 1m | Bytes allocated by CacheStore and recognized by the operating system (resident set size) |
| CacheStore | Allocated Bytes [Redis] | bytes | 1m | Total bytes allocated by CacheStore |
| CacheStore | AOF Buffer Size | bytes | 1m | AOF buffer size |
| CacheStore | AOF File Size [Current] | bytes | 1m | Current AOF file size |
| CacheStore | AOF File Size [Lastest Startup] | bytes | 1m | AOF file size at the last startup or rewrite |
| CacheStore | AOF Rewrite Buffer Size | bytes | 1m | AOF rewrite buffer size |
| CacheStore | AOF Rewrite Current Time | sec | 1m | Time spent on the current AOF rewrite process |
| CacheStore | AOF Rewrite Last Time | sec | 1m | Time spent on the last AOF rewrite process |
| CacheStore | Calls | cnt | 1m | Number of commands executed (not rejected) |
| CacheStore | Calls [Failed] | cnt | 1m | Number of failed commands (CacheStore 6.2-rc2) |
| CacheStore | Calls [Rejected] | cnt | 1m | Number of rejected commands (CacheStore 6.2-rc2) |
| CacheStore | Changes [Last Saved] | cnt | 1m | Number of changes since the last dump |
| CacheStore | Client Output Buffer [MAX] | cnt | 1m | Longest output list among current client connections |
| CacheStore | Client Input Buffer [MAX] | cnt | 1m | Largest input buffer among current client connections (CacheStore 5.0) |
| CacheStore | Clients [Sentinel] | cnt | 1m | Number of client connections (sentinel) |
| CacheStore | Connected Slaves | cnt | 1m | Number of connected slaves |
| CacheStore | Connections [Blocked] | cnt | 1m | Number of clients waiting for blocking calls (BLPOP, BRPOP, BRPOPLPUSH) |
| CacheStore | Connections [Current] | cnt | 1m | Number of client connections (excluding slave connections) |
| CacheStore | Copy On Write Allocated Size [AOF] | bytes | 1m | COW allocation size (in bytes) during the last RDB save operation |
| CacheStore | Copy On Write Allocated Size [RDB] | bytes | 1m | COW allocation size (in bytes) during the last RDB save operation |
| CacheStore | CPU Time [Average] | cnt | 1m | Average CPU usage per command execution |
| CacheStore | CPU Time [Total] | usec | 1m | Total CPU time used by these commands |
| CacheStore | CPU Usage [System Process] | % | 1m | System CPU usage by background processes |
| CacheStore | CPU Usage [System] | % | 1m | System CPU usage by the CacheStore server |
| CacheStore | CPU Usage [User Process] | % | 1m | User CPU usage by background processes |
| CacheStore | CPU Usage [User] | % | 1m | User CPU usage by the CacheStore server |
| CacheStore | Dataset Used | bytes | 1m | Dataset size (in bytes) |
| CacheStore | Disk Used | bytes | 1m | Datadir usage |
| CacheStore | Evicted Keys | cnt | 1m | Number of evicted keys due to maxmemory limit |
| CacheStore | Fsyncs [Delayed] | cnt | 1m | Delayed fsync counter |
| CacheStore | Fsyncs [Pending] | cnt | 1m | Number of fsync operations pending in the background I/O queue (in bytes) |
| CacheStore | Full Resyncs | cnt | 1m | Number of full resynchronizations with slaves |
| CacheStore | Keys [Expired] | cnt | 1m | Total number of key expiration events |
| CacheStore | Keys [Keyspace] | cnt | 1m | Number of keys in the keyspace |
| CacheStore | Lastest Fork Duration Time | usec | 1m | Time taken by the last fork operation (in microseconds) |
| CacheStore | Lookup Keys [Hit] | cnt | 1m | Number of successful key lookups in the main dictionary |
| CacheStore | Lookup Keys [Miss] | cnt | 1m | Number of failed key lookups in the main dictionary |
| CacheStore | Lua Engine Memory Used | bytes | 1m | Memory used by the Lua engine |
| CacheStore | Master Last Interaction Time Ago | sec | 1m | Time elapsed since the last interaction with the master (in seconds) |
| CacheStore | Master Last Interaction Time Ago [Sync] | sec | 1m | Time elapsed since the last interaction with the master (in seconds) |
| CacheStore | Master Offset | pid | 1m | Current replication offset of the server |
| CacheStore | Master Second Offset | pid | 1m | Offset of the replication ID that will be accepted |
| CacheStore | Master Sync Left Bytes | bytes | 1m | Number of bytes remaining to be synchronized |
| CacheStore | Memory Fragmentation Rate | % | 1m | Ratio of used_memory_rss to used_memory |
| CacheStore | Memory Fragmentation Rate [Allocator] | % | 1m | Fragmentation ratio |
| CacheStore | Memory Fragmentation Used | bytes | 1m | Difference between used_memory_rss and used_memory (in bytes) |
| CacheStore | Memory Fragmentation Used [Allocator] | bytes | 1m | Resident bytes |
| CacheStore | Memory Max Value | bytes | 1m | Memory limit |
| CacheStore | Memory Resident [Allocator] | bytes | 1m | Resident memory |
| CacheStore | Memory RSS Rate [Allocator] | % | 1m | Resident ratio |
| CacheStore | Memory Used [Active] | bytes | 1m | Active memory |
| CacheStore | Memory Used [Allocated] | bytes | 1m | Allocated memory |
| CacheStore | Memory Used [Resident] | bytes | 1m | Resident bytes |
| CacheStore | Network In Bytes [Total] | bytes | 1m | Total network input (in bytes) |
| CacheStore | Network Out Bytes [Total] | bytes | 1m | Total network output (in bytes) |
| CacheStore | Network Read Rate | cnt | 1m | Network read rate (in KB/sec) |
| CacheStore | Network Write Rate | cnt | 1m | Network write rate (in KB/sec) |
| CacheStore | Partial Resync Requests [Accepted] | cnt | 1m | Number of accepted partial resynchronization requests |
| CacheStore | Partial Resync Requests [Denied] | cnt | 1m | Number of denied partial resynchronization requests |
| CacheStore | Peak Memory Consumed | bytes | 1m | Maximum memory consumed by CacheStore |
| CacheStore | Processed Commands | cnt | 1m | Number of commands processed per second |
| CacheStore | Processed Commands [Total] | cnt | 1m | Total number of commands processed |
| CacheStore | Pub/Sub Channels | cnt | 1m | Global number of pub/sub channels with client subscriptions |
| CacheStore | Pub/Sub Patterns | cnt | 1m | Global number of pub/sub patterns with client subscriptions |
| CacheStore | RDB Saved Duration Time [Current] | sec | 1m | Time taken by the current RDB save operation (in seconds) |
| CacheStore | RDB Saved Duration Time [Last] | sec | 1m | Time taken by the last RDB save operation (in seconds) |
| CacheStore | Received Connections [Total] | cnt | 1m | Total number of connections received |
| CacheStore | Rejected Connections [Total] | cnt | 1m | Total number of connections rejected |
| CacheStore | Replication Backlog Actove Count | cnt | 1m | Replication backlog active flag |
| CacheStore | Replication Backlog Master Offset | cnt | 1m | Master offset of the replication backlog buffer |
| CacheStore | Replication Backlog Size | bytes | 1m | Size of the replication backlog buffer (in bytes) |
| CacheStore | Replication Backlog Size [Total] | bytes | 1m | Total size of the replication backlog buffer (in bytes) |
| CacheStore | Slave Priority | cnt | 1m | Priority of the instance as a failover target |
| CacheStore | Slave Replication Offset | pid | 1m | Replication offset of the slave instance |
| CacheStore | Slow Operations | cnt | 1m | Number of slow operations |
| CacheStore | Sockets [MIGRATE] | cnt | 1m | Number of sockets opened for migration |
| CacheStore | Tracked Keys [Expiry] | cnt | 1m | Number of keys being tracked for expiry (only for writable slaves) |
| State | Instance State [PID] | PID | 1m | PID of the redis-server process |
| State | Sentinel State [PID] | PID | 1m | PID of the sentinel process |
Table. CacheStore (DBaaS) Performance Items
Note
Refer to the performance items of the Virtual Server for the performance items of the DB instance.
EPAS
| Performance Item Group Name | Performance Item Name | Collection Unit | Collection Cycle | Description |
|---|---|---|---|---|
| Activelock | Access Exclusive Locks | cnt | 1m | Number of access exclusive locks |
| Activelock | Access Share Locks | cnt | 1m | Number of access share locks |
| Activelock | Active Locks | cnt | 1m | Number of active locks |
| Activelock | Active Locks [Total] | cnt | 1m | Total number of active locks |
| Activelock | Exclusive Locks | cnt | 1m | Number of exclusive locks |
| Activelock | Row Exclusive Locks | cnt | 1m | Number of row exclusive locks |
| Activelock | Row Share Locks | cnt | 1m | Number of row share locks |
| Activelock | Share Locks | cnt | 1m | Number of share locks |
| Activelock | Share Row Exclusive Locks | cnt | 1m | Number of share row exclusive locks |
| Activelock | Share Update Exclusive Locks | cnt | 1m | Number of share update exclusive locks |
| Activesession | Active Sessions | cnt | 1m | Number of active sessions |
| Activesession | Active Sessions [Total] | cnt | 1m | Total number of active sessions |
| Activesession | Idel In Transaction Sessions | cnt | 1m | Number of idle in transaction sessions |
| Activesession | Idle In Transaction Sessions [Total] | cnt | 1m | Total number of idle in transaction sessions |
| Activesession | Idle Sessions | cnt | 1m | Number of idle sessions |
| Activesession | Idle Sessions [Total] | cnt | 1m | Total number of idle sessions |
| Activesession | Waiting Sessions | cnt | 1m | Number of waiting sessions |
| Activesession | Waiting Sessions [Total] | cnt | 1m | Total number of waiting sessions |
| Connection | Connection Usage | % | 1m | DB connection usage rate (%) |
| Connection | Connection Usage [Total] | % | 1m | Total DB connection usage rate (%) |
| Connection | Connection Usage Per DB | % | 1m | DB connection usage rate per DB (%) |
| DB Age | DB Age Max | age | 1m | Database age (frozen XID) value |
| Lock | Wait Locks | cnt | 1m | Number of sessions waiting for locks |
| Lock | Wait Locks [Long Total] | cnt | 1m | Total number of sessions waiting for locks for a long time |
| Lock | Wait Locks [Long] | cnt | 1m | Number of sessions waiting for locks for a long time |
| Lock | Wait Locks [Total] | cnt | 1m | Total number of sessions waiting for locks |
| Lock | Wait Locks Per DB [Total] | cnt | 1m | Total number of sessions waiting for locks per DB |
| Long Transaction | Transaction Time Max [Long] | sec | 1m | Maximum transaction time (in minutes) |
| Long Transaction | Transaction Time Max Total [Long] | sec | 1m | Maximum transaction time (in minutes) |
| Replica | Apply Lag Time | sec | 1m | Apply lag time |
| Replica | Check No Replication | cnt | 1m | Check no replication value |
| Replica | Check Replication | state | 1m | Check replication state value |
| Slowquery | Slowqueries | cnt | 1m | Number of slow queries |
| State | Instance state [PID] | PID | 1m | PID of the edb-postgres process |
| Tablespace | Tablespace Used Bytes [MB] | bytes | 1m | Filesystem directory usage (in MB) |
| Tablespace | Tablespace [Total] | cnt | 1m | Total number of tablespaces |
| Tablespace | Tablespace Used | bytes | 1m | Used tablespace size |
| Tablespace | Tablespace Used [Total] | bytes | 1m | Total used tablespace size |
Table. EPAS Performance Items
Microsoft SQL Server
| Performance Item Group Name | Performance Item Name | Collection Unit | Collection Cycle | Description |
|---|---|---|---|---|
| Activelock | Active Locks | cnt | 1m | Number of active locks |
| Activesssion | Active Sessions | cnt | 1m | Number of active sessions |
| Activetransaction | Active Transactions [Total] | cnt | 1m | Total number of active transactions |
| Connection | Connected Users | cnt | 1m | Number of users connected to the system |
| Datafile | Datavolume Size [Free] | bytes | 1m | Available space |
| Datafile | DBFiles [Not Online] | cnt | 1m | Number of data files that are not online |
| Datafile | Tablespace Used | bytes | 1m | Used data volume size |
| Lock | Lock Processes [Blocked] | cnt | 1m | Number of SQL processes blocked by other processes |
| Lock | Lock Waits [Per Second] | cnt | 1m | Number of lock waits per second |
| Slowquery | Blocking Session ID | ID | 1m | ID of the session blocking the query |
| Slowquery | Slowqueries | cnt | 1m | Number of slow queries |
| Slowquery | Slowquery CPU Time | ms | 1m | CPU time taken by slow queries |
| Slowquery | Slowquery Execute Context ID | ID | 1m | ID of the execution context of slow queries |
| Slowquery | Slowquery Memory Usage | bytes | 1m | Memory usage of slow queries |
| Slowquery | Slowquery Session ID | ID | 1m | ID of the session executing slow queries |
| Slowquery | Slowquery Wait Duration Time | ms | 1m | Wait duration time of slow queries |
| State | Instance State [Cluster] | state | 1m | State of the MSSQL cluster |
| State | Instance State [PID] | PID | 1m | PID of the sqlservr.exe process |
| State | Page IO Latch Wait Time | ms | 1m | Average wait time for page IO latches |
| Transaction | Transaction Time [MAX] | cnt | 1m | Maximum transaction time |
Table. Microsoft SQL Server
Data Analytics 유형
Event Streams
| Performance Item Group Name | Performance Item Name | Collection Unit | Collection Cycle | Description |
|---|---|---|---|---|
| Broker | Connections [Zookeeper Client] | cnt | 1m | Number of ZooKeeper connections |
| Broker | Failed [Client Fetch Request] | cnt | 1m | Number of failed client fetch requests |
| Broker | Failed [Produce Request] | cnt | 1m | Number of failed produce requests |
| Broker | Incomming Messages | cnt | 1m | Number of incoming messages |
| Broker | Leader Elections | cnt | 1m | Number of leader elections |
| Broker | Leader Elections [Unclean] | cnt | 1m | Number of unclean leader elections |
| Broker | Log Flushes | cnt | 1m | Number of log flushes |
| Broker | Network In Bytes | bytes | 1m | Total network input (in bytes) |
| Broker | Network Out Bytes | bytes | 1m | Total network output (in bytes) |
| Broker | Rejected Bytes | bytes | 1m | Total rejected bytes |
| Broker | Request Queue Length | cnt | 1m | Request queue length |
| Broker | Zookeeper Sessions [Closed] | cnt | 1m | Number of closed ZooKeeper sessions |
| Broker | Zookeeper Sessions [Expired] | cnt | 1m | Number of expired ZooKeeper sessions |
| Broker | Zookeeper Sessions [Readonly] | cnt | 1m | Number of read-only ZooKeeper sessions |
| Broker | Incomming Messages Rate [Topic] | cnt | 1m | Incoming message rate per topic |
| Broker | Incomming Byte Rate [Second] | bytes | 1m | Incoming byte rate per second |
| Broker | Outgoing Byte Rate [Second] | bytes | 1m | Outgoing byte rate per second |
| Broker | Rejected Byte Rate [Second] | bytes | 1m | Rejected byte rate per second |
| Disk | Disk Used | bytes | 1m | Datadir usage |
| State | AKHQ State [PID] | PID | 1m | PID of the akhq process |
| State | Instance State [PID] | PID | 1m | PID of the kafka process |
| State | Zookeeper State [PID] | PID | 1m | PID of the zookeeper process |
Table. Event Streams
Search Engine
| Performance Item Group Name | Performance Item Name | Collection Unit | Collection Cycle | Description |
|---|---|---|---|---|
| Cluster | Shards | cnt | 1m | Number of shards in the cluster |
| Cluster | Shards [Primary] | cnt | 1m | Number of primary shards in the cluster |
| Cluster | Index [Total] | cnt | 1m | Total number of indices in the cluster |
| Cluster | License Expiry Date [ms] | ms | 1m | License expiry date (in milliseconds) |
| Cluster | License Status | state | 1m | License status |
| Cluster | License Type | type | 1m | License type |
| FileSystem | Disk Usage | bytes | 1m | Datadir usage |
| Node | Documents [Deleted] | cnt | 1m | Total number of deleted documents |
| Node | Documents [Existing] | cnt | 1m | Total number of existing documents |
| Node | Filesystem Bytes [Available] | bytes | 1m | Available filesystem bytes |
| Node | Filesystem Bytes [Free] | bytes | 1m | Free filesystem bytes |
| Node | Filesystem Bytes [Total] | bytes | 1m | Total filesystem bytes |
| Node | JVM Heap Used [Init] | bytes | 1m | Initial JVM heap usage (in bytes) |
| Node | JVM Heap Used [MAX] | bytes | 1m | Maximum JVM heap usage (in bytes) |
| Node | JVM Non Heap Used [Init] | bytes | 1m | Initial JVM non-heap usage (in bytes) |
| Node | JVM Non Heap Used [MAX] | bytes | 1m | Maximum JVM non-heap usage (in bytes) |
| Node | Segments | cnt | 1m | Total number of segments |
| Node | Segments Bytes | bytes | 1m | Total size of segments (in bytes) |
| Node | Store Bytes | bytes | 1m | Total size of the store (in bytes) |
| State | Instance state [PID] | PID | 1m | PID of the Elasticsearch process |
| Task | Queue Time | ms | 1m | Queue time |
| Kibana | Kibana state [PID] | PID | 1m | PID of the Kibana process |
| Kibana | Kibana Connections | cnt | 1m | Number of connections |
| Kibana | Kibana Memory Heap Allocated [Limit] | bytes | 1m | Maximum allocated heap size (in bytes) |
| Kibana | Kibana Memory Heap Allocated [Total] | bytes | 1m | Total allocated heap size (in bytes) |
| Kibana | Kibana Memory Heap Used | bytes | 1m | Used heap size (in bytes) |
| Kibana | Kibana Process Uptime | ms | 1m | Process uptime |
| Kibana | Kibana Requests [Disconnected] | cnt | 1m | Number of disconnected requests |
| Kibana | Kibana Requests [Total] | cnt | 1m | Total number of requests |
| Kibana | Kibana Response Time [Avg] | ms | 1m | Average response time |
| Kibana | Kibana Response Time [MAX] | ms | 1m | Maximum response time |
Table. Search Engine
Container 유형
Kubernetes Engine
| Performance Item Group Name | Performance Item Name | Collection Unit | Collection Cycle | Description |
|---|---|---|---|---|
| Cluster | Cluster Namespaces [Active] | cnt | 5m | Number of active namespaces |
| Cluster | Cluster Namespaces [Total] | cnt | 5m | Total number of namespaces |
| Cluster | Cluster Nodes [Ready] | cnt | 5m | Number of ready nodes |
| Cluster | Cluster Nodes [Total] | cnt | 5m | Total number of nodes |
| Cluster | Cluster Pods [Failed] | cnt | 5m | Number of failed pods |
| Cluster | Cluster Pods [Pending] | cnt | 5m | Number of pending pods |
| Cluster | Cluster Pods [Running] | cnt | 5m | Number of running pods |
| Cluster | Cluster Pods [Succeeded] | cnt | 5m | Number of succeeded pods |
| Cluster | Cluster Pods [Unknown] | cnt | 5m | Number of unknown pods |
| Cluster | Instance State | state | 5m | Cluster state |
| Namespace | Namespace Pods [Failed] | cnt | 5m | Number of failed pods in the namespace |
| Namespace | Namespace Pods [Pending] | cnt | 5m | Number of pending pods in the namespace |
| Namespace | Namespace Pods [Running] | cnt | 5m | Number of running pods in the namespace |
| Namespace | Namespace Pods [Succeeded] | cnt | 5m | Number of succeeded pods in the namespace |
| Namespace | Namespace Pods [Unknown] | cnt | 5m | Number of unknown pods in the namespace |
| Namespace | Namespace GPU Clock Frequency | MHz | 5m | GPU clock frequency |
| Namespace | Namespace GPU Memory Usage | % | 5m | GPU memory usage |
| Node | Node CPU Size [Allocatable] | cnt | 5m | Allocatable CPU size |
| Node | Node CPU Size [Capacity] | cnt | 5m | CPU capacity |
| Node | Node CPU Usage | % | 5m | CPU usage |
| Node | Node CPU Usage [Request] | % | 5m | CPU request ratio |
| Node | Node CPU Used | state | 5m | CPU utilization |
| Node | Node Filesystem Usage | % | 5m | Filesystem usage |
| Node | Node Memory Size [Allocatable] | bytes | 5m | Allocatable memory size |
| Node | Node Memory Size [Capacity] | bytes | 5m | Memory capacity |
| Node | Node Memory Usage | % | 5m | Memory usage |
| Node | Node Memory Usage [Request] | % | 5m | Memory request ratio |
| Node | Node Memory Workingset | bytes | 5m | Node memory working set |
| Node | Node Network In Bytes | bytes | 5m | Node network RX bytes |
| Node | Node Network Out Bytes | bytes | 5m | Node network TX bytes |
| Node | Node Network Total Bytes | bytes | 5m | Node network total bytes |
| Node | Node Pods [Failed] | cnt | 5m | Number of failed pods in the node |
| Node | Node Pods [Pending] | cnt | 5m | Number of pending pods in the node |
| Node | Node Pods [Running] | cnt | 5m | Number of running pods in the node |
| Node | Node Pods [Succeeded] | cnt | 5m | Number of succeeded pods in the node |
| Node | Node Pods [Unknown] | cnt | 5m | Number of unknown pods in the node |
| Pod | Pod CPU Usage [Limit] | % | 5m | Pod CPU usage limit ratio |
| Pod | Pod CPU Usage [Request] | % | 5m | Pod CPU request ratio |
| Pod | Pod CPU Usage | mc | 5m | Pod CPU usage |
| Pod | Pod Memory Usage [Limit] | % | 5m | Pod memory usage limit ratio |
| Pod | Pod Memory Usage [Request] | % | 5m | Pod memory request ratio |
| Pod | Pod Memory Usage | bytes | 5m | Pod memory usage |
| Pod | Pod Network In Bytes | bytes | 5m | Pod network RX bytes |
| Pod | Pod Network Out Bytes | bytes | 5m | Pod network TX bytes |
| Pod | Pod Network Total Bytes | bytes | 5m | Pod network total bytes |
| Pod | Pod Restart Containers | cnt | 5m | Number of container restarts in the pod |
| Workload | Workload Pods [Running] | cnt | 5m | - |
Table. Kubernetes Engine performance items
Container Registry
| Performance Item Group Name | Performance Item Name | Collection Unit | Collection Cycle | Description |
|---|---|---|---|---|
| Container Registry | Image Pulls [Denied] | cnt | 1m | Number of denied image tag (digest) pulls |
| Container Registry | Image Pushs [Allowed] | cnt | 1m | Number of allowed image tag (digest) pushes |
| Container Registry | Image Pushs [Denied] | cnt | 1m | Number of denied image tag (digest) pushes |
| Container Registry | Image Scans [Allowed] | cnt | 1m | Number of allowed image tag (digest) scans |
| Container Registry | Image Scans [Denied] | cnt | 1m | Number of denied image tag (digest) scans |
| Container Registry | Image Tags [Deleted] | cnt | 1m | Number of deleted image tags (digests) |
| Container Registry | Images [Created] | cnt | 1m | Number of created images |
| Container Registry | Images [Deleted] | cnt | 1m | Number of deleted images |
| Container Registry | Logins [Allowed] | cnt | 1m | Number of allowed registry logins |
| Container Registry | Logins [Denied] | cnt | 1m | Number of denied registry logins |
| Container Registry | Repositories [Created] | cnt | 1m | Number of created repositories |
| Container Registry | Repositories [Deleted] | cnt | 1m | Number of deleted repositories |
| State | Instance State | state | 1m | Status check |
Table. Container Registry performance items
Networking Type
Internet Gateway
| Performance Item Group Name | Performance Item Name | Collection Unit | Collection Cycle | Description |
|---|---|---|---|---|
| Internet Gateway | Network In Total Bytes [Internet Delta] | bytes | 5m | Cumulative traffic from Internet Gateway to VPC over 5 minutes (Internet) ※ Average traffic bps conversion formula: cumulative traffic (bytes) / 300 (seconds) * 8 (bits) |
| Internet Gateway | Network In Total Bytes [Internet] | bytes | 5m | RX bytes total |
| Internet Gateway | Network Out Total Bytes [Internet Delta] | bytes | 5m | Cumulative traffic from VPC to Internet Gateway over 5 minutes (Internet) ※ Average traffic bps conversion formula: cumulative traffic (bytes) / 300 (seconds) * 8 (bits) |
| Internet Gateway | Network Out Total Bytes [Internet] | bytes | 5m | TX bytes total |
Table. Internet Gateway performance items
Load Balancer (OLD)
| Performance Item Group Name | Performance Item Name | Collection Unit | Collection Cycle | Description |
|---|---|---|---|---|
| Load Balancer | Current Connection | cnt | 5m | Current number of connections |
| Load Balancer | Total Connection | cnt | 5m | Total number of connections |
| Load Balancer | Total Connection [Delta] | cnt | 5m | Total number of connections (delta value) |
| Load Balancer | Network In Bytes | bytes | 5m | In bytes |
| Load Balancer | Network In Bytes [Delta] | bytes | 5m | Cumulative traffic from client to Load Balancer over 5 minutes ※ Average traffic bps conversion formula: cumulative traffic (bytes) / 300 (seconds) * 8 (bits) |
| Load Balancer | Network Out Bytes | bytes | 5m | Out bytes |
| Load Balancer | Network Out Bytes [Delta] | bytes | 5m | Cumulative traffic from Load Balancer to client over 5 minutes ※ Average traffic bps conversion formula: cumulative traffic (bytes) / 300 (seconds) * 8 (bits) |
| Load Balancer | Instance State | state | 5m | Load Balancer status |
Table. Load Balancer performance items
Load Balancer Listener (OLD)
| Performance Item Group Name | Performance Item Name | Collection Unit | Collection Cycle | Description |
|---|---|---|---|---|
| Listener | Connections [Current] | cnt | 5m | Current number of connections |
| Listener | Connections [Total Delta] | cnt | 5m | Total number of connections (delta value) |
| Listener | Connections [Total] | cnt | 5m | Total number of connections |
| Listener | Instance State | state | 5m | LB Listener status |
| Listener | Network In Bytes | bytes | 5m | In bytes |
| Listener | Network In Bytes [Delta] | bytes | 5m | Cumulative traffic from client to Load Balancer over 5 minutes ※ Average traffic bps conversion formula: cumulative traffic (bytes) / 300 (seconds) * 8 (bits) |
| Listener | Network Out Bytes | bytes | 5m | Out bytes |
| Listener | Network Out Bytes [Delta] | bytes | 5m | Cumulative traffic from Load Balancer to client over 5 minutes ※ Average traffic bps conversion formula: cumulative traffic (bytes) / 300 (seconds) * 8 (bits) |
Table. Load Balancer Listener performance items
Direct Connect
| Performance Item Group Name | Performance Item Name | Collection Unit | Collection Cycle | Description |
|---|---|---|---|---|
| Direct Connect | Network In Bytes | bytes | 5m | Cumulative traffic from Direct Connect to VPC |
| Direct Connect | Network In Bytes [Delta] | bytes | 5m | Cumulative traffic from Direct Connect to VPC over 5 minutes ※ Average traffic bps conversion formula: cumulative traffic (bytes) / 300 (seconds) * 8 (bits) |
| Direct Connect | Network Out Bytes | bytes | 5m | Cumulative traffic from VPC to Direct Connect |
| Direct Connect | Network Out Bytes [Delta] | bytes | 5m | Cumulative traffic from VPC to Direct Connect over 5 minutes ※ Average traffic bps conversion formula: cumulative traffic (bytes) / 300 (seconds) * 8 (bits) |
Table. Direct Connect performance items
Load Balancer
| Performance Item Group Name | Performance Item Name | Collection Unit | Collection Cycle | Description |
|---|---|---|---|---|
| State | Instance State | state | 5m | LB status |
| Load Balancer | Current Connection | cnt | 5m | Current number of connections |
| Load Balancer | Total L4 Connection | cnt | 5m | Total number of L4 connections |
| Load Balancer | Total L7 Connection | cnt | 5m | Total number of L7 connections |
| Load Balancer | Total TCP Connection | cnt | 5m | Total number of TCP connections |
| Load Balancer | Total Connection | cnt | 5m | Total number of connections |
| Load Balancer | Bytes processed in forward direction | bytes | 5m | Forward network bytes |
| Load Balancer | Packets processed in forward direction | cnt | 5m | Forward network packets |
| Load Balancer | Bytes processed in reverse direction | bytes | 5m | Reverse network bytes |
| Load Balancer | Packets processed in reverse direction | cnt | 5m | Reverse network packets |
| Load Balancer | Total failure actions | cnt | 5m | Total number of failure actions |
| Load Balancer | Current Request | cnt | 5m | Current number of requests |
| Load Balancer | Current response | cnt | 5m | Current number of responses |
| Load Balancer | Total Request | cnt | 5m | Total number of requests |
| Load Balancer | Total Request Success | cnt | 5m | Total number of successful requests |
| Load Balancer | Peak Connection | cnt | 5m | Peak number of connections |
| Load Balancer | Current Connection Rate | % | 5m | Current SSL connection rate |
| Load Balancer | Last response time | ms | 5m | Last response time |
| Load Balancer | Fastest response time | ms | 5m | Fastest response time |
| Load Balancer | Slowest response time | ms | 5m | Slowest response time |
| Load Balancer | Current SSL Connection | cnt | 5m | Current number of SSL connections |
| Load Balancer | Total SSL Connection | cnt | 5m | Total number of SSL connections |
Table. Load Balancer performance items
Load Balancer Listener
| Performance Item Group Name | Performance Item Name | Collection Unit | Collection Cycle | Description |
|---|---|---|---|---|
| State | Instance State | state | 5m | LB status |
| Load Balancer | Current Connection | cnt | 5m | Current number of connections |
| Load Balancer | Total L4 Connection | cnt | 5m | Total number of L4 connections |
| Load Balancer | Total L7 Connection | cnt | 5m | Total number of L7 connections |
| Load Balancer | Total TCP Connection | cnt | 5m | Total number of TCP connections |
| Load Balancer | Total Connection | cnt | 5m | Total number of connections |
| Load Balancer | Bytes processed in forward direction | bytes | 5m | Forward network bytes |
| Load Balancer | Packets processed in forward direction | cnt | 5m | Forward network packets |
| Load Balancer | Bytes processed in reverse direction | bytes | 5m | Reverse network bytes |
| Load Balancer | Packets processed in reverse direction | cnt | 5m | Reverse network packets |
| Load Balancer | Total failure actions | cnt | 5m | Total number of failure actions |
| Load Balancer | Current Request | cnt | 5m | Current number of requests |
| Load Balancer | Current response | cnt | 5m | Current number of responses |
| Load Balancer | Total Request | cnt | 5m | Total number of requests |
| Load Balancer | Total Request Success | cnt | 5m | Total number of successful requests |
| Load Balancer | Peak Connection | cnt | 5m | Peak number of connections |
| Load Balancer | Current Connection Rate | % | 5m | Current SSL connection rate |
| Load Balancer | Last response time | ms | 5m | Last response time |
| Load Balancer | Fastest response time | ms | 5m | Fastest response time |
| Load Balancer | Slowest response time | ms | 5m | Slowest response time |
| Load Balancer | Current SSL Connection | cnt | 5m | Current number of SSL connections |
| Load Balancer | Total SSL Connection | cnt | 5m | Total number of SSL connections |
Table. Load Balancer Listener performance items
Load Balancer Server Group
| Performance Item Group Name | Performance Item Name | Collection Unit | Collection Cycle | Description |
|---|---|---|---|---|
| Server Group | Instance State | state | 5m | LB Server Group status |
| Server Group | Peak Connection | cnt | 5m | Server group peak number of connections |
| Server Group | Healthy host | cnt | 5m | Server group number of healthy hosts |
| Server Group | Unhealthy host | cnt | 5m | Server group number of unhealthy hosts |
| Server Group | Request Count | cnt | 5m | Number of requests |
| Server Group | Response Count | cnt | 5m | Number of responses |
| Server Group | 2xx Response Count | cnt | 5m | Number of 2xx responses |
| Server Group | 3xx Response Count | cnt | 5m | Number of 3xx responses |
| Server Group | 4xx Response Count | cnt | 5m | Number of 4xx responses |
| Server Group | 5xx Response Count | cnt | 5m | Number of 5xx responses |
Table. Load Balancer Server Group performance items