Linux Network Info: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
Line 36: Line 36:
<blockquote style="background-color: #f9f9f9; border: solid thin lightgrey;">
<blockquote style="background-color: #f9f9f9; border: solid thin lightgrey;">
:[[Linux_Hostname#Getting_the_Hostname|Getting the Hostname]]
:[[Linux_Hostname#Getting_the_Hostname|Getting the Hostname]]
</blockquote>
=<tt>iftop</tt>=
<blockquote style="background-color: #f9f9f9; border: solid thin lightgrey;">
:<tt>[[iftop]]</tt>
</blockquote>
</blockquote>

Revision as of 01:30, 7 September 2016

Internal

Network Interfaces

ip

To see all network interfaces present on the system: Linux ip#Show_All_Network_Interfaces_and_Their_Details.

To see details about a specific network interface: Linux ip#Show_Details_for_a_Specific_Network_Interface.

For more details see ip.

ifconfig

Performance Characteristics

Go to /sys/class/net/eth0/

Then:

cat speed

Performance characteristics can also be obtained with:

ethtool

Hostname

Getting the Hostname

iftop

iftop