Skip to content

Commit

Permalink
qa: make 919 pmstat output deterministic
Browse files Browse the repository at this point in the history
  • Loading branch information
natoscott committed Jul 11, 2024
1 parent b70f6a8 commit 6ecba97
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion qa/919
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ pmlogger -c $PCP_VAR_DIR/config/pmlogger/config.pmstat -t 0.55 -s 7 -l $tmp.log
cat $tmp.log >>$seq.full
pmdumplog -dilmst $tmp >>$seq.full

pmstat -t 1 -a $tmp | tee -a $seq.full | _filter
pmstat -s 2 -t 1 -a $tmp | tee -a $seq.full | _filter

# success, all done
status=0
Expand Down
1 change: 0 additions & 1 deletion qa/919.out.darwin
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,3 @@ QA output created by 919
N min swpd free buff cache si so bi bo in cs us sy id
N ? N ? ? ? ? ? ? ? ? ? ? ?
N ? N ? ? ? ? N N ? ? N N N
pmFetchGroup: End of PCP archive
1 change: 0 additions & 1 deletion qa/919.out.default
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,3 @@ QA output created by 919
N min swpd free buff cache pi po bi bo in cs us sy id
N N N N N ? ? ? ? ? ? ? ? ?
N N N N N N N N N N N N N N
pmFetchGroup: End of PCP archive
1 change: 0 additions & 1 deletion qa/919.out.openbsd
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,3 @@ QA output created by 919
N min swpd free buff cache pi po bi bo in cs us sy id
N N N ? N ? ? ? ? ? ? ? ? ?
N N N ? N N N N N N N N N N
pmFetchGroup: End of PCP archive

0 comments on commit 6ecba97

Please sign in to comment.