linux 查看flash大小,Linux OpenWRT查看CPU,RAM,Flash信息参数
查看RAM容量大小(可以理解為電腦的內(nèi)存條)
root@OpenWrt:/# cat /proc/meminfo |grep MemTotal ? #查看RAM大小
MemTotal: ? ? ? ? ?61348 kB
root@OpenWrt:/# free -h |grep Mem | awk -F ' ' '{print $2}' ?#查看RAM大小 (單位kB)
61348
root@OpenWrt:/# free -h |grep Mem | awk -F ' ' '{print $3}' #已使用的RAM大小(單位kB)
23788
root@OpenWrt:/# free -h |grep Mem | awk -F ' ' '{print $4}' #空閑可用的RAM大小(單位kB)
35376
CPU內(nèi)存主頻型號信
root@OpenWrt:/# dmesg |grep Clocks |awk -F ' ' '{print $4}' ?#查看CPU主頻
CPU:650.000MHz,
root@OpenWrt:/# dmesg |grep Clocks |awk -F ',' '{print $2}' #查看內(nèi)存主頻
DDR:421.997MHz
root@OpenWrt:/# cat /proc/cpuinfo |grep 'system type' ?#查看系統(tǒng)類型
system type ? ? ? ? ? ? : Qualcomm Atheros QCA9533 rev 1
root@OpenWrt:/# cat /proc/cpuinfo |grep 'cpu model' ?#查看CPU型號
cpu model ? ? ? ? ? ? ? : MIPS 24Kc V7.4
root@OpenWrt:/# cat /proc/cpuinfo |grep 'machine' ? #查看設(shè)備型號
machine ? ? ? ? ? ? ? ? : TP-LINK TL-WR841N/ND v9
總結(jié)
以上是生活随笔為你收集整理的linux 查看flash大小,Linux OpenWRT查看CPU,RAM,Flash信息参数的全部內(nèi)容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: Linux中sftp加权限,Linux
- 下一篇: 无软件linux,无需安装即可运行或演示