rbonghi / jetson_stats

📊 Simple package for monitoring and control your NVIDIA Jetson [Orin, Xavier, Nano, TX] series
https://rnext.it/jetson_stats
GNU Affero General Public License v3.0
2.14k stars 261 forks source link

It would be great to add DLA engines as well #78

Closed funmonty closed 1 year ago

funmonty commented 4 years ago

Is your feature request related to a problem? Please describe. I have been using this tool in my AGX Xavier which has a couple of DLA engines, I could see all the information that is needed for profiling. But Only DLA stats are missing. For that, I would need to do it via a different source.

Describe the solution you'd like It would be great if we can have DLA stats(whatever we could read) in the jtop menu.

Loved using this tool!

rbonghi commented 4 years ago

Hi @funmonty ,

Nice idea! Yes, it's missing the DLA status. Do you know where can I find this value?

funmonty commented 4 years ago

Hi,

I would find it manually in the /sys files. For example, the runtime status(active/suspended) can be known in this file /sys/devices/platform/host1x/15880000.nvdla0/power/runtime_status.

But I'm skeptical about finding details like utilization, frequency, etc. If you can find them, it would be great.

rbonghi commented 1 year ago

Now this feature is available with the latest release 4.0

sudo -H pip install -U jetson-stats