//CPU
cat /proc/cpuinfo |grep processor;   

//内存
free -g;    

//硬盘
df -h;      

相关文章:

  • 2021-11-23
  • 2021-12-18
  • 2021-05-21
  • 2022-02-16
  • 2022-12-23
  • 2022-12-23
  • 2021-12-25
  • 2022-12-23
猜你喜欢
  • 2021-12-18
  • 2021-05-16
  • 2021-09-22
  • 2021-12-21
  • 2021-12-18
相关资源
相似解决方案