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 You might also like
This article has been reviewed by AZDIGI Team
About the author
Thạch Phạm
Đồng sáng lập và Giám đốc điều hành của AZDIGI. Có hơn 15 năm kinh nghiệm trong phổ biến kiến thức liên quan đến WordPress tại thachpham.com, phát triển website và phát triển hệ thống.
10+ years serving 80,000+ customers