Skip to content

Commit

Permalink
qa: provide for rounding in sample count calculation
Browse files Browse the repository at this point in the history
  • Loading branch information
natoscott committed Jul 11, 2024
1 parent 4e8e3c1 commit a3cd10c
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions qa/919
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,9 @@ _filter()

# real QA test starts here

# 5 samples @ 0.55 sec should be enough to get 2 results @ 1 sec from
# pmstat
# 7 samples @ 0.55 sec is enough to get 2 results @ 1 sec from pmstat
#
pmlogger -c $PCP_VAR_DIR/config/pmlogger/config.pmstat -t 0.55 -s 5 -l $tmp.log $tmp
pmlogger -c $PCP_VAR_DIR/config/pmlogger/config.pmstat -t 0.55 -s 7 -l $tmp.log $tmp
cat $tmp.log >>$seq.full
pmdumplog -dilmst $tmp >>$seq.full

Expand Down

0 comments on commit a3cd10c

Please sign in to comment.