We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Is there a way to monitor the power consumption of Docker containers running on Jetson devices using jtop.
I would like jtop to include container-specific power monitoring for CPU and GPU usage.
This feature would help users monitor power usage for containerized AI or edge applications on Jetson devices more efficiently.
The text was updated successfully, but these errors were encountered:
Hi @nee1k
You can run jtop from Docker
You can try this test:
docker run --rm -it -v /run/jtop.sock:/run/jtop.sock rbonghi/jetson_stats:latest
More details are here: https://rnext.it/jetson_stats/docker.html
Sorry, something went wrong.
Thank you for replying.
Does the above method measure the power consumption of the entire jetson or just the docker container?
No branches or pull requests
Is there a way to monitor the power consumption of Docker containers running on Jetson devices using jtop.
I would like jtop to include container-specific power monitoring for CPU and GPU usage.
This feature would help users monitor power usage for containerized AI or edge applications on Jetson devices more efficiently.
The text was updated successfully, but these errors were encountered: