Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 397 Bytes

README.md

File metadata and controls

24 lines (17 loc) · 397 Bytes

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