joule

Crates.iojoule
lib.rsjoule
version0.2.0
sourcesrc
created_at2022-01-01 19:58:31.656653
updated_at2022-01-06 20:22:12.400988
descriptionA CLI tool to monitor the energy consumption
homepage
repositoryhttps://github.com/jdrouet/joule
max_upload_size
id506292
size19,559
Jérémie Drouet (jdrouet)

documentation

README

Joule

This CLI tool was made for monitoring the energy consumption, by taking energy snapshots of the CPU at a given point in time.

Howto use it

# clone the repository
git clone https://github.com/jdrouet/joule
# go into the repository folder
cd joule
# build it
cargo build --release
# use it
sudo ./target/release/joule snapshot path/to/first-snapshot.json
sudo ./target/release/joule snapshot path/to/second-snapshot.json
./target/release/joule compare path/to/first-snapshot.json path/to/second-snapshot.json

You need to be a super user to execute the snapshot command, to access the powercap files.

More information

⚠️ This package has nothing related to any French person ⚠️

Commit count: 42

cargo fmt