netstat -uta
Home »
Linux Useful Commands
» To display all open network sockets #netstat
To display all open network sockets #netstat
Related Posts:
Cut specific logs #file #vi #cut If you need to cut specific logs from the complete log of any application, here is a tip that will be of help. Open the log file in a vi editor and set the editor to display the line number: vi server.log :set nu The a… Read More
Print a file with line numbers #file #nl If you want a file with line numbers (say for printing), you can use the 'nl' command in Linux: $ nl file.c This prints the file with line numbers to standard output or this can be even redirected to a file as shown belo… Read More
To display the kernel interface table #netstat netstat -i … Read More
To display the kernel routing table #netstat netstat -rn … Read More
Measuring the network throughput between two Linux systems #networking #throughput Iperf is a tool that measures the bandwidth and the quality of a network link. It can be installed very easily on any Linux system. One host must be set as the client and the other one as the server. Make sure that iperf is… Read More
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.