InlineEdgeDataplaneCpuStats1
{
"cores": [
{
"core": "string",
"cpu_type": "string",
"crypto": "string",
"intercore": "string",
"kni": "string",
"mega_flowcachestats": {
"active": "string",
"bucket_collisions": "string",
"dont_cache": "string",
"hit_rate": "string",
"hits": "string",
"insertions": "string",
"key_collisions": "string",
"max_seen_percentage": "string",
"misses": "string",
"skipped": "string"
},
"micro_flowcachestats": {
"active": "string",
"bucket_collisions": "string",
"dont_cache": "string",
"hit_rate": "string",
"hits": "string",
"insertions": "string",
"key_collisions": "string",
"max_seen_percentage": "string",
"misses": "string",
"skipped": "string"
},
"packet_processing_usage": "string",
"rx": "string",
"slowpath": "string",
"tx": "string",
"usage": "string"
}
],
"datapath_cores_mode": "string"
}
Provides the per-core CPU statistics of an edge transport node for the last 100ms. It includes the number of packets sent and received per second; the number of packets received from the crypto module, the other cores, the Kernel Network interface (KNI), and the slowpath threads per second and the CPU packet processing usage.
It also provides the live CPU usage of the core sampled within the last 60 seconds. It includes the flow cache statistics since the time the edge dataplane is UP. The flow cache statistics will be reset on edge reboot or edge dataplane restart.
Mode of how the datapath cores get the packets from driver