Intel® Distribution of OpenVINO™ Toolkit
Community assistance about the Intel® Distribution of OpenVINO™ toolkit, OpenCV, and all aspects of computer vision-related on Intel® platforms.
6405 Discussions

Is intel_gpu_top right tool to check GPU load while running CNN on Ubuntu ?

Patel__Darshan
Beginner
2,254 Views

Hi,

 

I want am running intel benchmark app with SSDMobileNetV1 coco model. Now, To check GPU load / usage I am running intel_gpu_top. Is it right tool on Ubuntu ? If not, Could you please suggest appropriate tool ? 

 

./benchmark_app -i video.mp4 -m ~/ir/public/ssd_mobilenet_v1_coco/FP32/ssd_mobilenet_v1_coco.xml -d GPU

 

# intel_gpu_top

                   render busy:  97%: ███████████████████▌                   render space: -1929778880/4096

                          task  percent busy
                            CS:  96%: ███████████████████▎    vert fetch: 0 (0/sec)
                           TSG:  94%: ██████████████████▉     prim fetch: 0 (0/sec)
                           GAM:  92%: ██████████████████▌  VS invocations: 0 (0/sec)
                           VFE:  83%: ████████████████▋    GS invocations: 0 (0/sec)
                          GAFS:  23%: ████▋                     GS prims: 0 (0/sec)
                           TDG:   6%: █▎                   CL invocations: 0 (0/sec)
                          URBM:   0%:                           CL prims: 0 (0/sec)
                           SDE:   0%:                      PS invocations: 0 (0/sec)
                            SF:   0%:                      PS depth pass: 0 (0/sec)
                            VS:   0%:                      
                            VF:   0%:                      
 

 

Thanks,

Darshan

0 Kudos
1 Reply
SuryaPSC_Intel
Employee
2,254 Views

Hi Darshan,

Yes, intel-gpu-top is a good tool to monitor gpu usage.

To understand the “Intel_GPU_top”  tool for Linux and those acronyms, kindly refer to this thread.

You may also try Intel® Media SDK.

Best Regards,

Surya

0 Kudos
Reply