Difference between revisions of "Thermal test"

From Geekworm Wiki
Jump to navigation Jump to search
Line 3: Line 3:
 
* JF的压力测试脚本: https://gist.github.com/geerlingguy/91d4736afe9321cbfc1062165188dda4 or download from [[File:Pi-cpu-stress.zip]]
 
* JF的压力测试脚本: https://gist.github.com/geerlingguy/91d4736afe9321cbfc1062165188dda4 or download from [[File:Pi-cpu-stress.zip]]
 
* Geekworm 测试脚本:https://github.com/geekworm-com/pi-cpu-stress
 
* Geekworm 测试脚本:https://github.com/geekworm-com/pi-cpu-stress
 +
* [[Naspi stress test]]
  
 
==Sysbench工具==
 
==Sysbench工具==

Revision as of 18:10, 31 October 2023

压力测试工具

Sysbench工具

vcgencmd命令

可以参考: https://blog.csdn.net/bona020/article/details/51373326

显示可用命令:

vcgencmd commands

vcgencmd measure_clock <clock>

显示时序, 可指定arm, core, h264, isp, v3d, uart, pwm, emmc, pixel, vec, hdmi, dpi.

vcgencmd measure_volts <id>

显示电压. id可以是core, sdram_c, sdram_i, sdram_p, 如不指定默认为core.

vcgencmd measure_temp

显示BCM2835芯片的温度.

vcgencmd codec_enabled <codec>

显示指定解码器是否可用, 解码器分别有H264, MPG2, WVC1, MPG4, MJPG, WMV9. 请注意MPG2和VC1是需要购买证书的.

vcgencmd版本

显示固件版本