❤️ AZDIGI has officially updated to a new blog system. However, some posts may have incorrect or mismatched images. Please click the Report article button at the bottom of the post so AZDIGI can update as quickly as possible. Thank you!
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 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.