CpuUsage

CpuUsage
CpuUsage

CPU usage of DPDK and non-DPDK cores

JSON Example
{
    "avg_cpu_core_usage_dpdk": "number",
    "avg_cpu_core_usage_non_dpdk": "number",
    "highest_cpu_core_usage_dpdk": "number",
    "highest_cpu_core_usage_non_dpdk": "number"
}
number
avg_cpu_core_usage_dpdk
Optional

Indicates the average usage of all DPDK cores in percentage.

number
avg_cpu_core_usage_non_dpdk
Optional

Indicates the average usage of all non-DPDK cores in percentage.

number
highest_cpu_core_usage_dpdk
Optional

Indicates the highest CPU utilization value among DPDK cores in percentage.

number
highest_cpu_core_usage_non_dpdk
Optional

Indicates the highest cpu utilization value among non_dpdk cores in percentage.