当前位置:网站首页>Xavier CPU & GPU 高负载功耗测试
Xavier CPU & GPU 高负载功耗测试
2022-07-05 06:28:00 【恩来贺】
1.开启最高性能
sudo nvpmodel -m 0
附几种工作模式:
0: MAXN
1: MODE 10W
2: MODE 15W
3: MODE 30W ALL
4: MODE 30W 6CORE
5: MODE 30W 4CORE
6: MODE 30W 2CORE
7: MODE 15W DESKTOP
2.开启最大频率
sudo jetson_clock
开启后,可以使用sudo jetson_clocks --show 命令查看当前的cpu,gpu 频率
cpu测试全速测试:
apt install stress
stress -c 8 8代表8个cpu
使用tegrastats 命令查看当前运行状态:
cpu全开后,功耗为19W左右
开启GPU的测试
#开N个该程序,使GPU跑满为止
[email protected]:~$ cd ~/VisionWorks-SFM-0.90-Samples/bin/aarch64/linux/release
[email protected]:~$ ./nvx_sample_sfm
为了使GPU跑满,我开了4个测试终端
cpu 和gpu 全速运行时,功耗为32W左右,
风扇的pwm 设置为 200 命令为 echo 200 >/sys/devices/pwm-fan/target_pwm
测试20分钟左右,xavier 的温度保持在43度左右。
边栏推荐
- Redis-01.初识Redis
- Applicable to Net free barcode API [off] - free barcode API for NET [closed]
- GDB code debugging
- ADG5412FBRUZ-RL7应用 双电源模拟开关和多路复用器IC
- Game theory acwing 893 Set Nim game
- There are three kinds of SQL connections: internal connection, external connection and cross connection
- 将webApp或者H5页面打包成App
- How to correctly ask questions in CSDN Q & A
- Client use of Argo CD installation
- Vant weave swipecell sets multiple buttons
猜你喜欢
3.Oracle-控制文件的管理
Instruction execution time
Redis-01. First meet redis
Idea debug failed
LSA Type Explanation - lsa-1 [type 1 LSA - router LSA] detailed explanation
Game theory acwing 892 Steps Nim game
求组合数 AcWing 889. 满足条件的01序列
Use ffmpeg to rotate, flip up and down, and flip horizontally
Positive height system
高斯消元 AcWing 884. 高斯消元解异或線性方程組
随机推荐
Configuration method and configuration file of SolidWorks GB profile library
Vant weave swipecell sets multiple buttons
how to understand the “model independent.“
达梦数据库全部
2.Oracle-数据文件的添加及管理
3.Oracle-控制文件的管理
Vscode editor
Vscode creates its own code template
Get class files and attributes by reflection
Vant Weapp SwipeCell设置多个按钮
vsCode创建自己的代码模板
June 29, 2022 daily
[learning] database: MySQL query conditions have functions that lead to index failure. Establish functional indexes
There are three kinds of SQL connections: internal connection, external connection and cross connection
Gauss Cancellation acwing 884. Solution d'un système d'équations Xor linéaires par élimination gaussienne
3. Oracle control file management
Relevant information of National Natural Science Foundation of China
Game theory acwing 894 Split Nim game
求组合数 AcWing 889. 满足条件的01序列
微信小程序路由再次跳转不触发onload