//CPU
cat /proc/cpuinfo |grep processor;
//内存
free -g;
//硬盘
df -h;
相关文章:
//CPU
cat /proc/cpuinfo |grep processor;
//内存
free -g;
//硬盘
df -h;
相关文章: