all-smi 0.4.2

Command-line utility for monitoring GPU hardware. It provides a real-time view of GPU utilization, memory usage, temperature, power consumption, and other metrics.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
local:
	cargo run --bin all-smi -- view 

remote:
	cargo run --bin all-smi -- view --hostfile ./hosts.csv

mock:
	cargo run --features mock --bin all-smi-mock-server -- --port-range 10001-10050

release:
	cargo build --release

test:
	cargo test --all