Hi,
I am running driveworks samples with drive px2.
I want to monitor how much GPU memory is being used while running multiple samples.
I checked it using tegrastats, but GR3D_FREQ and GR3D_PCI always get 0%. I also know that tegrastats does not show the memory usage of the GPU. (Nsight system tool is the same)
Running nvidia-smi I see GPU memory usage.
±----------------------------------------------------------------------------+
| NVIDIA-SMI 410.48 Driver Version: 410.48 |
|-------------------------------±---------------------±---------------------+
| GPU Name Persistence-M| Bus-Id Disp.A | Volatile Uncorr. ECC |
| Fan Temp Perf Pwr:Usage/Cap| Memory-Usage | GPU-Util Compute M. |
|===============================+======================+======================|
| 0 GeForce RTX 2080 Off | 00000000:02:00.0 On | N/A |
| 32% 39C P8 2W / 215W | 684MiB / 7949MiB | 2% Default |
±------------------------------±---------------------±---------------------+±----------------------------------------------------------------------------+
| Processes: GPU Memory |
| GPU PID Type Process name Usage |
|=============================================================================|
| 0 1404 G /usr/lib/xorg/Xorg 364MiB |
| 0 2073 G compiz 122MiB |
| 0 3557 G …AAAAAAAAAAAAAAgAAAAAAAAA --shared-files 196MiB |
±----------------------------------------------------------------------------+
Is there any way to check GPU memory usage on Drive px2?