Skip to content

Commit 3311658

Browse files
committed
Disable live logs
1 parent af8122b commit 3311658

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

monitor.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ while kill -0 $pid 2>/dev/null && [ $(date +%s) -lt $end_time ]; do
5050
mem_sum=$(echo "$mem_sum + $mem_mb" | bc)
5151

5252
# Per-second live print
53-
printf "[LIVE] CPU=%.2f%% MEM=%.2fMB Threads=%s\n" "$cpu" "$mem_mb" "$threads"
53+
# printf "[LIVE] CPU=%.2f%% MEM=%.2fMB Threads=%s\n" "$cpu" "$mem_mb" "$threads"
5454

5555
now=$(date +%s)
5656
# Every 60s print summary

0 commit comments

Comments
 (0)