9. [DS 5.0GA_Jetson_App] Capture HW & SW Memory Leak log
nvmemstat.py.txt (4.7 KB)
- Download attachment on
to Jetson device and rename to nvmemstat.py - Install “lsof” tool
$ sudo apt-get install lsof - Run your application on Jetson in one terminal or background
- Run this script with command :
$ sudo python3 nvmemstat.py -p PROGRAM_NAME // replace PROGRAM_NAME to application name in step#2
this script will monitor the hardware memory, SW memory, etc. - Share the log on the topic for further triage