Crates.io | amdmond |
lib.rs | amdmond |
version | 1.0.10 |
source | src |
created_at | 2021-12-12 16:47:24.317541 |
updated_at | 2022-06-13 11:13:34.07184 |
description | AMD GPU monitoring tool for Linux |
homepage | |
repository | https://github.com/Eraden/amdgpud |
max_upload_size | |
id | 496632 |
size | 25,249 |
Tool will check temperature and prints:
modulation
is a value between 0-255 which indicate how fast fan should be moving
/usr/bin/amdmond watch --format short
There are 2 possible formats.
short
- very compact infolong
- more human-readable infoThis tool can be used to track GPU temperature and amdfand speed curve management to prevent GPU card from generating unnecessary noise.
It will create csv log file with:
/usr/bin/amdmond log_file -s /var/log/amdmon.csv
cargo install amdmond
amdmond log_file -s /var/log/amdmon.csv
Required arguments:
-s
, --stat-file STAT-FILE
Full path to statistics fileOptional arguments:
-h
, --help
Help message-v
, --version
Print version-c
, --config CONFIG
Config location-i
, --interval INTERVAL
Time between each check. 1000 is 1s, by default 5s