Difference between revisions of "Thermal test"

From Geekworm Wiki
Jump to navigation Jump to search
(Created page with "如何对树莓派进行压力测试的几个URL: *http://129.226.226.195/post/25142.html *https://www.cnblogs.com/ChuanYangRiver/p/15132348.html Category:Smart Home Ca...")
 
 
(8 intermediate revisions by the same user not shown)
Line 1: Line 1:
如何对树莓派进行压力测试的几个URL:
+
Default shutdown wattage is around 1 to 1.4W. However this can be decreased by manually editing the EEPROM configuration, sudo rpi-eeprom-config -e and change the settings to:
*http://129.226.226.195/post/25142.html
+
 
*https://www.cnblogs.com/ChuanYangRiver/p/15132348.html
+
sudo rpi-eeprom-config -e
 +
 
 +
BOOT_UART=1
 +
POWER_OFF_ON_HALT=1
 +
BOOT_ORDER=0xf416
 +
 
 +
To cancel a pending update run "sudo rpi-eeprom-update -r".
 +
 
 +
==压力测试工具==
 +
* 测试工具S-Tui + Stress的使用: https://www.cnblogs.com/ChuanYangRiver/p/15132348.html
 +
* JF的压力测试脚本: https://gist.github.com/geerlingguy/91d4736afe9321cbfc1062165188dda4 or download from [[File:Pi-cpu-stress.zip]]
 +
* Geekworm 测试脚本:https://github.com/geekworm-com/pi-cpu-stress
 +
* https://github.com/nschloe/stressberry
 +
* [[Naspi stress test]]
 +
 
 +
==Sysbench工具==
 +
* Install Sysbench on Raspberry Pi:https://lindevs.com/install-sysbench-on-raspberry-pi
 +
 
 +
==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版本
 +
 
 +
显示固件版本
  
 
[[Category:Smart Home]]
 
[[Category:Smart Home]]
 
[[Category:Knowledge]]
 
[[Category:Knowledge]]

Latest revision as of 01:09, 14 November 2023

Default shutdown wattage is around 1 to 1.4W. However this can be decreased by manually editing the EEPROM configuration, sudo rpi-eeprom-config -e and change the settings to:

sudo rpi-eeprom-config -e
BOOT_UART=1
POWER_OFF_ON_HALT=1
BOOT_ORDER=0xf416

To cancel a pending update run "sudo rpi-eeprom-update -r".

压力测试工具

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版本

显示固件版本