DeepStream SDK FAQ

9. [DS 5.0GA_Jetson_App] Capture HW & SW Memory Leak log

1.Download attachment on to Jetson device and rename to nvmemstat.py
2.Install “lsof” tool

   $ sudo apt-get install lsof

3.Run your application on Jetson in one terminal or background
4.Run this script with command :

 # replace PROGRAM_NAME to application name in step 2 
 # this script will monitor the hardware memory, SW memory, etc.
 $ sudo python3 nvmemstat.py -p PROGRAM_NAME   

5.Share the log on the topic for further triage

nvmemstat.py.txt (4.7 KB)