1
0
mirror of https://github.com/corundum/corundum.git synced 2025-01-16 08:12:53 +08:00
corundum/fpga/watch.sh

5 lines
149 B
Bash
Raw Normal View History

2022-03-02 23:20:59 -08:00
#!/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"
2022-03-02 23:20:59 -08:00