Brekeke SIP Server Wiki

How to check dropped packets on Linux

Because receiving packets may be dropped in some layers, you need to check them with OS commands.

 

Example on Red Hat Linux

 

Checking dropped packets on buffer

ip -s l

 

Checking droppped packets on interfaces

cat /proc/net/dev

 

 

 

Yes No
Suggest Edit