Skip to content

Commit

Permalink
clarify
Browse files Browse the repository at this point in the history
  • Loading branch information
kylos101 committed Jul 31, 2024
1 parent fac32eb commit 006b864
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion collect_psi.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ write_headers
readonly INTERVAL=10
readonly DURATION=600
readonly ITERATIONS=$((DURATION / INTERVAL))
echo "Collecting PSI info on interval $INTERVAL for duration $DURATION with iterations $ITERATIONS"
echo "Collecting PSI info every $INTERVAL seconds for $DURATION seconds in $ITERATIONS iterations"
for ((i=0; i<ITERATIONS; i++)); do
collect_psi_data
sleep $INTERVAL
Expand Down

0 comments on commit 006b864

Please sign in to comment.