Skip to content

Repository files navigation

ITPE-report

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.

Usage

Host

  1. Compile with make build
  2. Check help message with ./bin/itpe-report --help
  3. Run the application with ./bin/itpe-report

Docker

  1. docker build -t itpe-report .
  2. Check help message with docker run --rm itpe-report --help
  3. Run the application with docker run --rm itpe-report <args>

K8S

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

About

ITPE report tool - Used to fetch power info from existing exporter and generate report for perf & energy

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages