Skip to content

Commit 6f55693

Browse files
committed
Update pidstat arguments in run-benchmark.sh for detailed output
1 parent 80f6104 commit 6f55693

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

benchmark-runner/scripts/run-benchmark.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -560,7 +560,7 @@ start_pidstat() {
560560
local pidstat_args=()
561561

562562
if [[ "$PIDSTAT_HANDOFF_DETAILED" == "true" ]]; then
563-
pidstat_args+=("-t" "-l")
563+
pidstat_args+=("-u" "-w" "-t" "-l")
564564
fi
565565

566566
pidstat "${pidstat_args[@]}" -p "$SERVER_PID" "$PIDSTAT_INTERVAL" > "$output_file" 2>&1 &

0 commit comments

Comments
 (0)