I want to check the utilization of the network interface card while running a communication-intensive benchmark . Can anybody tell me which unix/linux command I can use to monitor the network traffic ?
|
On Unix systems, the netstat command will show number of bytes in or out on one or all interfaces. In OS X the following command will count bytes in and out every 2 seconds on interface en1:
|
|||||
|
|
If you want more detailed stats 'ethtool' or a driver specific utilities would be your best bet. |
|||
|
|