码迷,mamicode.com
首页 > Web开发 > 详细

Finding Your Raspberry Pi’s System Information

时间:2016-06-14 19:19:13      阅读:190      评论:0      收藏:0      [点我收藏+]

标签:

1 cat /proc/cpuinfo
2 vcgencmd measure_temp
3 cat /sys/devices/system/cpu/cpu0/cpufreq/scaling_cur_freq
4 cat /sys/devices/system/cpu/cpu0/cpufreq/scaling_min_freq
5 cat /sys/devices/system/cpu/cpu0/cpufreq/scaling_max_freq
6 vcgencmd measure_clock arm
7 vcgencmd measure_volts core

To see which hardware codecs have been enabled, use “vcgencmd codec_enabled CODECNAME” whereCODECNAME is one of H264, MPG2, WVC1, MPG4, MJPG, or WMV9. For example:

1 vcgencmd codec_enabled H264

To see how the memory is split between the CPU and the GPU use:

vcgencmd get_mem arm && vcgencmd get_mem gpu
see how much free memory is available to the system use:
1 free -o -h

 

Finding Your Raspberry Pi’s System Information

标签:

原文地址:http://www.cnblogs.com/weixinforspurs/p/5584964.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!