Lee's BlogLee's Blog
Article
Project
Category
Tag
Timeline
Article
Project
Category
Tag
Timeline
  • Linux查看CPU、内存、磁盘运行情况

Linux查看CPU、内存、磁盘运行情况

2026-05-24DevelopmentLinuxOS

Use lscpu to check your processor specifications.

lscpu

Use the free command to check total system memory.

free -m

Use the df command to check available disk space.

df -h

Use xrandr to check the screen resolution.

xrandr | grep '*'
Last Updated: 5/24/26, 9:43 AM
Contributors: zlx01

CC BY-NC-SA 4.0 © 2021~present 粤ICP备2021090228号