NSX-T Data Center REST API

Get NSX Edge dataplane cpu stats

Request:

Method:
GET
URI Path(s):
/api/v1/transport-nodes/{transport-node-id}/node/services/dataplane/cpu-stats
Request Headers:
n/a
Query Parameters:
n/a
Request Body:
n/a

Example Request:

GET https://<ip>/api/v1/transport-nodes/875381be-a4c5-4173-8aa7-ab71695a8129/node/services/dataplane/cpu-stats

Successful Response:

Response Code:
200 OK
Response Headers:
Content-type: application/json
Response Body:
EdgeDataplaneCpuStats+

Example Response:

{ "cores": [ { "busy_pollrounds": "0", "core": "0", "cpu_type": "datapath_core", "crypto": "0", "idle_pollrounds": "1122", "intercore": "0", "kni": "0", "mega_flowcachestats": { "active": "0/262144", "bucket_collisions": "0", "dont_cache": "0", "hit_rate": "n/a", "hits": "0", "insertions": "0", "key_collisions": "0", "max_seen_percentage": 0, "misses": "0", "skipped": "0" }, "micro_flowcachestats": { "active": "0/262144", "bucket_collisions": "0", "dont_cache": "0", "hit_rate": "n/a", "hits": "0", "insertions": "0", "key_collisions": "0", "max_seen_percentage": 0, "misses": "0", "skipped": "0" }, "packet_processing_usage": "n/a", "rx": "0", "rx_pkts/pollround": "0.000000", "slowpath": "0", "tx": "0", "usage": "0.0" }, { "busy_pollrounds": "0", "core": "1", "cpu_type": "datapath_core", "crypto": "0", "idle_pollrounds": "1012", "intercore": "0", "kni": "0", "mega_flowcachestats": { "active": "0/262144", "bucket_collisions": "0", "dont_cache": "0", "hit_rate": "n/a", "hits": "0", "insertions": "0", "key_collisions": "0", "max_seen_percentage": 0, "misses": "0", "skipped": "8" }, "micro_flowcachestats": { "active": "0/262144", "bucket_collisions": "0", "dont_cache": "0", "hit_rate": "n/a", "hits": "0", "insertions": "0", "key_collisions": "0", "max_seen_percentage": 0, "misses": "0", "skipped": "8" }, "packet_processing_usage": "0", "rx": "0", "rx_pkts/pollround": "0.000000", "slowpath": "0", "tx": "0", "usage": "0.0" }, { "busy_pollrounds": "0", "core": "2", "cpu_type": "service_core", "crypto": "0", "idle_pollrounds": "979", "intercore": "0", "kni": "0", "mega_flowcachestats": { "active": "0/262144", "bucket_collisions": "0", "dont_cache": "0", "hit_rate": "n/a", "hits": "0", "insertions": "0", "key_collisions": "0", "max_seen_percentage": 0, "misses": "0", "skipped": "0" }, "micro_flowcachestats": { "active": "0/262144", "bucket_collisions": "0", "dont_cache": "0", "hit_rate": "n/a", "hits": "0", "insertions": "0", "key_collisions": "0", "max_seen_percentage": 0, "misses": "0", "skipped": "0" }, "packet_processing_usage": "n/a", "rx": "0", "rx_pkts/pollround": "0.000000", "slowpath": "0", "tx": "0", "usage": "9.55" }, { "core": "3", "cpu_type": "controlpath_core", "usage": "7.24" } ], "datapath_cores_mode": "interrupt" }

Required Permissions:

read

Feature:

system_administration

Additional Errors: