show counters tcp
Show event counters related to the TCP protocol.
show counters fragments
Show counters:
ingress-buffer-dropped
is the number of packets dropped on the inbound interface because their size exceeded the buffer size.error-fragments-dropped
is the number of packets that the NGFW could not reassemble correctly (fragment reassembly errors on NGFW).Example output:
ngfw> show counters fragments
{
"ngfw-counters:counters": {
"fragments": {
"ingress-buffer-dropped": "123",
"error-fragments-dropped": "321"
}
}
}