deepsteam系列nx使用jtop或tegrastats查看cpugpu使用率

deepsteam系列nx使用jtop或tegrastats查看cpugpu使用率,第1张

deepsteam系列nx使用jtop或tegrastats查看cpu/gpu使用率

参考:
https://blog.csdn.net/qq_45321807/article/details/109428178
pip-21.3.1版本安装报错

pip-21.3.1$ python setup.py install
  File "setup.py", line 7
    def read(rel_path: str) -> str:

重新安装pip-20.3.4版本

pip-20.3.4$ python setup.py install
Traceback (most recent call last):
  File "setup.py", line 8, in 
    from setuptools import find_packages, setup
importError: No module named setuptools

下载setuptools:https://www.cnblogs.com/asseye/p/12147094.html

cd setuptools-33.1.1
python setup.py install

安装完成之后再继续安装pip
或者直接用指令安装

sudo apt install python3-pip

最后
sudo -H pip install -U jetson-stats

查看的时候好多cpu显示off
解决:
https://blog.csdn.net/weixin_40847138/article/details/108104226

还查看到运行时gpu使用率是99%
nx还自带流查看cpu和gpu使用率的工具,使用方法如下
https://blog.csdn.net/zong596568821xp/article/details/80268034

/usr/bin$ ./tegrastats 
RAM 6610/7766MB (lfb 2x512kB) SWAP 2049/3883MB (cached 33MB) CPU [41%@1907,35%@1907,off,42%@1907,41%@1907,41%@1907] EMC_FREQ 0% GR3D_FREQ 99% AO@51C GPU@54C PMIC@100C [email protected] [email protected] [email protected]
RAM 6611/7766MB (lfb 3x512kB) SWAP 2049/3883MB (cached 33MB) CPU [49%@1907,48%@1907,off,51%@1907,46%@1907,50%@1907] EMC_FREQ 0% GR3D_FREQ 99% [email protected] GPU@54C PMIC@100C [email protected] [email protected] [email protected]
RAM 6610/7766MB (lfb 2x512kB) SWAP 2049/3883MB (cached 33MB) CPU [42%@1907,43%@1907,off,38%@1907,37%@1907,39%@1907] EMC_FREQ 0% GR3D_FREQ 99% [email protected] GPU@54C PMIC@100C [email protected] [email protected] [email protected]
...

欢迎分享,转载请注明来源:内存溢出

原文地址: http://outofmemory.cn/zaji/5670329.html

(0)
打赏 微信扫一扫 微信扫一扫 支付宝扫一扫 支付宝扫一扫
上一篇 2022-12-16
下一篇 2022-12-16

发表评论

登录后才能评论

评论列表(0条)

保存