2 个不稳定版本
0.2.0 | 2022 年 1 月 6 日 |
---|---|
0.1.0 | 2022 年 1 月 1 日 |
#10 in #consumption
9KB
204 行
Joule
这个 CLI 工具是为了监控能耗而制作的,通过在特定时间点对 CPU 进行能耗快照。
如何使用它
# 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
您需要以超级用户身份执行 snapshot
命令,以便访问 powercap 文件。
更多信息
⚠️ 此软件包与任何法国人无关 ⚠️
依赖关系
~7.5MB
~134K SLoC