From f29f72bab9cda36410d2a18e1422993e4f962db7 Mon Sep 17 00:00:00 2001 From: Alex Forencich Date: Wed, 13 Jul 2022 01:18:55 -0700 Subject: [PATCH] Change interval Signed-off-by: Alex Forencich --- fpga/watch.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fpga/watch.sh b/fpga/watch.sh index dc6371429..f004d8319 100755 --- a/fpga/watch.sh +++ b/fpga/watch.sh @@ -1,4 +1,4 @@ #!/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"