Posts

Showing posts from October 12, 2011

Find information about NIC in Linux

Image
Hi All,           In some scenarios, we want to find out the performance factors of our NIC card attached. Because, if we are working on network for doing some work, then surely we need to transfer data from one system to other. Maximum performance depends on the configuration of NIC Card we are using.                                       So here are some command Line tools in Linux to find out useful info. 1.) ethtool 2.) mii-tool 3.) dmesg 1.) ethtool: [root@server199 ~]# ethtool eth1 Settings for eth1:         Supported ports: [ TP ]         Supported link modes:   10baseT/Half 10baseT/Full                        ...