Linux系统鲁大师查看CPU、内存、显卡信息
linux-dash
A beautiful web dashboard for Linux
项目地址:https://gitcode.com/gh_mirrors/li/linux-dash
免费下载资源
·
linux图形界面软件就很少,有是有,但都是没有经济来源的个人或实体提供,请谨慎使用。
当然还可以放弃图形图像界面,直接用DOS命令:
查看CPU
sudo grep "model name" /proc/cpuinfo |awk -F ':' '{print $NF}'
内存支持类型
sudo dmidecode -t memory |grep -A16 "Memory Device$" |grep "Type:"
每个内存频率
sudo dmidecode -t memory |grep -A16 "Memory Device$" |grep "Speed:"
每个内存大小
sudo dmidecode -t memory |grep -A16 "Memory Device$" |grep "Size:"
或
cat /proc/meminfo
显卡
nvidia-smi
GitHub 加速计划 / li / linux-dash
10.39 K
1.2 K
下载
A beautiful web dashboard for Linux
最近提交(Master分支:2 个月前 )
186a802e
added ecosystem file for PM2 4 年前
5def40a3
Add host customization support for the NodeJS version 4 年前
更多推荐
已为社区贡献3条内容
所有评论(0)