ITPE report tool - Used to fetch power info from existing exporter and generate report for perf & energy
This tool currently utilizes Prometheus with Kepler (v0.8.0) as energy data source.
- Compile with
make build - Check help message with
./bin/itpe-report --help - Run the application with
./bin/itpe-report
docker build -t itpe-report .- Check help message with
docker run --rm itpe-report --help - Run the application with
docker run --rm itpe-report <args>
Revise hack/config.yml as needed.
kubectl apply -f k8s/job.yml
kubectl create -n itpe cm itpe-config --from-file hack/config.yml -o yaml --dry-run=client > k8s/cm.yml
kubectl apply -f k8s/cm.yml