Skip to content

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

 
 
 

Contributors

Languages

  • Python 97.3%
  • Dockerfile 2.7%