The project displays on a Grafana Dashboard an array of metrics including:
- Power Consumption
- Memory Usage
- CPU Usage
- Latency/Throughput (vLLM only)
- Misc
Right now, the project is configured for Jetson machines only
- Must have valid Jumpstarter credentials and configure properly
get a lease with Jumpstarter:
uv run jmp shell -l board=orin-agx
After cloning the repo, running python run.py will start the project.
- run.py will by default search for a configuration file named
run_config.yamlin the same directory, but--config_pathto change the name of the file that it will be looking for. See template.yaml for an example of what the yaml syntax should look like.
If using Jumpstarter, the first time you run the project with each new lease you will have to add --powercycle True to run.py
Once running, metrics will be visible on port 3000 on the Grafana dashboard.



