Resources | system | networkProcessorStatistics | defragStatistics

defragStatistics

Displays packet defragmentation statistics.

Operational Data

ParameterDescription
npId Network processor Id
reassembleRequired Total fragment context created for packets requiring reassembly
goodFragments Number of good fragments processed
reassembleComplete Good complete datagram
inUse Current number of defrag contexts used
errorPkt Bad fragment packet, duplicate, too many fragments, bad offset, packet too big
timeoutCnt Number of timeouts that have occured
badInputBuffer Bad input buffer
badDefragPool Invalid buffer pool count
badTimeoutList Invalid age list for timeout maintenance
tooManyFrags Number of contexts exceeding maximum fragments allowed
noDefragMatch Number of fragments failed to find frag context, out of fragment context
RESTCONF API: GET Example

curl -kisu 'admin:secret' -X GET https://{SBX-SERVER}/restconf/data/sonusSystem:system/sonusNpStats:networkProcessorStatistics/defragStatistics={npId}

  • No labels