netstat -i
Home »
Linux Useful Commands
» To display the kernel interface table #netstat
To display the kernel interface table #netstat
Related Posts:
Find your OS and distribution name #terminal #system configuration Here is a tip that will let you know the name of the OS, along with other details: [root@vl-pun-blg-qa27]# lsb_release -a LSB Version: :core-3.1-ia32:core-3.1-noarch:graphics-3.1-ia32:graphics-3.1-noarch Distributor ID: … 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
To display the kernel interface table #netstat netstat -i … Read More
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
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.