NSX-T Data Center REST API
FastPathStats (type)
{ "id": "FastPathStats", "module_id": "ObservabilityCounters", "properties": { "flow_table_occupancy_0_pct": { "description": "The number of flow tables in which up to 25% of entries are filled.", "required": false, "type": "int" }, "flow_table_occupancy_25_pct": { "description": "The number of flow tables in which 25-50% of entries are filled.", "required": false, "type": "int" }, "flow_table_occupancy_50_pct": { "description": "The number of flow tables in which 50-75% of entries are filled.", "required": false, "type": "int" }, "flow_table_occupancy_75_pct": { "description": "The number of flow tables in which 75-90% of entries are filled.", "required": false, "type": "int" }, "flow_table_occupancy_90_pct": { "description": "The number of flow tables in which 90-95% of entries are filled.", "required": false, "type": "int" }, "flow_table_occupancy_95_pct": { "description": "The number of flow tables in which 95% of entries are filled.", "required": false, "type": "int" }, "flow_table_size": { "description": "The number of flow table entries in a flow table.", "required": false, "type": "int" }, "hits": { "description": "Number of flow hits.", "required": false, "type": "integer" }, "insertion_errors": { "description": "The number of flow insertion failures.", "required": false, "type": "integer" }, "miss": { "description": "Packets that are processed by slowpath because of a flow miss. This has no overlap with the slowpath counters.", "required": false, "type": "integer" }, "num_flow_tables": { "description": "Num of flow tables on the host.", "required": false, "type": "int" }, "num_flows": { "description": "Total number of flows in all flow tables.", "required": false, "type": "int" }, "num_flows_created": { "description": "Total number of flows created.", "required": false, "type": "integer" }, "slowpath": { "description": "Packets that are always targeted to be processed by slowpath such as broadcast/multicast packets.", "required": false, "type": "integer" } }, "type": "object" }