Hi,
I have currently profiled data using nsys (NVIDIA Nsight Systems version 2024.1.1.59-241133802077v0)
and created a qdrep file, and exported it as sqlite data.
What I want to do is “measuring the GPU utilization every 1ms”.
I know I can measure GPU utilization with (nvml-based) nvidia-smi,
but nvml can measure GPU utilization at least every 1/6s.
So, I’m trying to get calculate GPU utilization(in 1ms time interval) directly from sqlite data.
My questions are:
- is this possible?
- if possible, how is GPU utilization defined, and how can I query it from the sqlite file?
Thank you.