When using a Linux VPS, you can use the commands below to check each parameter separately on the server.
Command to check CPU:
cat /proc/cpuinfo
Command to monitor VPS resources:
top -c
Command to check the operating system:
uname -a
Command to check RAM:
free -m
Command to check hard disk space:
df -h
Command to check hard disk read and write speed:
time sh -c “dd if=/dev/zero of=ddfile bs=8k count=250000 && sync”; rm ddfile
Check CPU core count:
nproc
Measure VPS performance with the tocdo.net tool:
curl -Lso- tocdo.net | bash