The behavior can be displayed by running the following python script on the host:
/opt/vmware/nsx-cli/bin/nsx-appctl -t /var/run/vmware/scx/sdp.ctl sdp/get/stats|python -m json.tool
Example: (only relevant output shown)
[root@ESXi:]/opt/vmware/nsx-cli/bin/nsx-appctl -t /var/run/vmware/scx/sdp.ctl sdp/get/stats|python -m json.tool
{
},
"drop_copy": 0,
"drop_fragments": 0,
"drop_invalid": 848543245,
"drop_invalid_dst_ip": 0,
"drop_invalid_ip_proto": 0,
"drop_invalid_runt": 0,
"drop_invalid_src_ip": 0,
"drop_invalid_udp_port": 0,
"drop_ipv4_recovery_failed": 0,
"drop_ipv6_recovery_failed": 0,
"drop_noflow": 0,
"drop_partition_failed": 0,
"drop_service": 0,
"drop_service_ring_error": 0,
"drop_software_ring_full": 0,
"drop_txerror": 0,
NSX 4.2.2 or above
Turbo Mode enabled
To be fixed in a future NSX release.