How to Check Network Speed in Linux
In Linux system, you can check the network speed using the following methods:
- To use the iftop command: iftop is an interactive real-time traffic monitoring tool that allows users to view the current network traffic, including IP addresses, port numbers, upload and download speeds of each network connection. To launch iftop monitoring, simply input the command iftop in the terminal.
- To use the nload command, nload is a simple command-line tool for monitoring network traffic on the system. You can start monitoring with nload by typing the command in the terminal.
- The vnstat command is a command-line based network traffic monitoring tool that allows you to view real-time traffic on network interfaces, daily traffic statistics, etc. You can monitor network traffic in real-time by entering the command ‘vnstat -l’ in the terminal.
- To utilize the iptraf-ng command, which is an interactive network traffic monitoring tool, you can view detailed information about network interfaces such as transfer speed and packet count. Simply input the command iptraf-ng in the terminal to start monitoring with iptraf-ng.
These tools can help users monitor network traffic in real time, enabling them to better understand network usage and optimize network performance.