1. Jetson-stats 설치하여 확인하기.
설치 방법: https://jstar0525.tistory.com/107
[Jetson] [jtop] jetson 시스템 모니터링, jtop
Install and reboot $ sudo -H pip install -U jetson-stats if don't have pip ($ sudo apt install python-pip) $ sudo reboot Run $ jtop ref. https://pypi.org/project/jetson-stats/#jetson_release jetson-stats Interactive system-monitor and process viewer for al
jstar0525.tistory.com
실행 커멘드:
jtop
2. jetson_clocks 명령으로 각 부위의 동작 상태를 확인
sudo jetson_clocks --show
CPU의 상태, 동작 주파수 등,
EMC와 GPU의 currentFreq를 확인할 수 있음.
EMC는 Electromagnetic Compatibility의 약자로, 한국어로는 「전자 양립성」 및 「전자 적합성」이라고 함. 「다른 기기에 전자 방해를 주지 않고, 다른 기기로부터 전자 방해를 받아도 본래의 성능을 유지하는 것」을 의미.
양쪽의 성능을 양립시킬 필요성이 있으므로 「전자 양립성」이라고 함.
reference: https://techweb.rohm.co.kr/know-how/nowisee/6347/
EMC란? | TechWeb
・EMC (전자 양립성, 전자 적합성)는 EMI와 EMS 양쪽의 성능을 양립시킨다는 의미이다. ・EMI (전자 방해, 전자 간섭, 전자 장해)는 전자파의 방사 / 방출 (Emission)로 인한 방해이다. ・EMS (전자 감수성)
techweb.rohm.co.kr
'Linux' 카테고리의 다른 글
[linux] Azure CLI (0) | 2023.03.31 |
---|---|
[linux] E: Malformed entry 1 in list file (0) | 2023.03.31 |
[linux] 시리얼 통신 디버깅 Tool (0) | 2023.03.16 |
[linux] mqtt 설치 및 테스트 (0) | 2023.03.15 |
[linux] USB Port 관련 명령어 (0) | 2023.03.14 |