Useful netstat options

netstat -s [--tcp|-t] [--udp|-u] [--raw|-w]     # show statistics
netstat -v                                      # verbose output
netstat -e|-ee                                  # display additional info
netstat -c [-key]                               # print info continuously
netstat -p                                      # show PID and name of program on socket

No comments:

Post a Comment