mirror of
https://github.com/corundum/corundum.git
synced 2025-01-16 08:12:53 +08:00
Change interval
Signed-off-by: Alex Forencich <alex@alexforencich.com>
This commit is contained in:
parent
f19d993d8b
commit
f29f72bab9
@ -1,4 +1,4 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
watch "./collect_utilization.py --csv output.csv --log output.log > /dev/null ; cat output.csv | column -s, -t -H 1 -T 3 -c 210"
|
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"
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user