mirror of
https://github.com/corundum/corundum.git
synced 2025-02-06 08:38:23 +08:00
5 lines
149 B
Bash
Executable File
5 lines
149 B
Bash
Executable File
#!/bin/bash
|
|
|
|
watch -n 30 "./collect_utilization.py --csv output.csv --log output.log > /dev/null ; cat output.csv | column -s, -t -H 1 -T 3 -c 210"
|
|
|