Skip to content

A Grafana dashboard driven by a Prometheus metrics collector for monitoring NVIDIA Jetson devices

License

Notifications You must be signed in to change notification settings

hhstu/jetson-exporter

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jetson-exporter

exporter for nvidia jetson

QuickStart

docker

docker run  -it -v /run/jtop.sock:/run/jtop.sock basefly/jetson-exporter:v0.1

curl htrtp://xxxx:9201/metrics

kubernetes

kubectl apply  -f  ./deploy.yaml

curl htrtp://xxxx:9201/metrics

build

docker buildx build -t basefly/jetson-exporter:v0.1  --platform=linux/arm64 . --push

About

A Grafana dashboard driven by a Prometheus metrics collector for monitoring NVIDIA Jetson devices

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 97.3%
  • Dockerfile 2.7%