NSX-T Data Center REST API

PacketProcessingEfficiencyWatch (type)

{
  "id": "PacketProcessingEfficiencyWatch", 
  "module_id": "ObservabilityCounters", 
  "properties": {
    "fastpath_flow_hit_pps": {
      "description": "Rate of flow hits.", 
      "required": false, 
      "type": "number"
    }, 
    "fastpath_flow_miss_pps": {
      "description": "Rate at which packets are processed by slowpath because of a flow miss. This has no overlap with slowpath packets..", 
      "required": false, 
      "type": "number"
    }, 
    "fastpath_slowpath_only_pps": {
      "description": "Packet rate for packets that are always targeted to be processed by slowpath such as broadcast packets.", 
      "required": false, 
      "type": "number"
    }, 
    "overlay_unsuccessful_control_plane_assisted_neighbor_resolution_rxpps": {
      "description": "Unsuccessful CCP assisted overlay neighbor resolution on RX.", 
      "required": false, 
      "type": "number"
    }, 
    "overlay_unsuccessful_mac_learning_due_to_table_full_rxpps": {
      "description": "Unsuccessful mac learning on RX side due to table full.", 
      "required": false, 
      "type": "number"
    }, 
    "overlay_unsuccessful_mac_learning_due_to_unknown_tunnel_endpoint_rxpps": {
      "description": "Unsuccessful mac learning on RX side due to unknown tunnel endpoint.", 
      "required": false, 
      "type": "number"
    }
  }, 
  "type": "object"
}