Total Pageviews

Saturday, 14 April 2012

netstat -tulanp

# netstat -tulanp

Show the threads occupying ports.
-t: show TCP connection information
-u: show UDP connection information
-l: show monitoring ports
-a: show all connections
-n: show ip directly
-p: show thread PID and name ,need root user

No comments:

Post a Comment