Linux Network Info: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
Line 14: | Line 14: | ||
==ifconfig== | ==ifconfig== | ||
=Performance Characteristics= | |||
Go to <tt>/sys/class/net/eth0/</tt> | |||
Then: | |||
<pre> | |||
cat speed | |||
</pre> | |||
=Hostname= | =Hostname= |
Revision as of 23:30, 25 August 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