To run a speedtest.net test on your server, please visit https://www.speedtest.net/apps/cli and choose your operating system under Install Options
. Simply type speedtest
and the test will be performed.
Most Popular Articles
Checking drive health with smartctl
smartctl can be used for checking the health of your drives (i.e. HDD, SSD, NVMe) and providing...
Find where a process is running from
You may see a process running and wonder exactly where it's running from. Fortunately, there's a...
Finding the largest files and directories
This nifty command allows you to built up a list of the largest files and directories:...
Installing and using Strace
strace is a Linux command that allows you to follow what a process on your server is doing. Let's...
Installing and using iftop
The installation commands are as follows: yum -y install libpcap libpcap-devel ncurses...