~sysbench-developers/sysbench/0.4

« back to all changes in this revision

Viewing changes to configure.ac

  • Committer: Alexey Kopytov
  • Date: 2011-07-21 13:29:08 UTC
  • Revision ID: akopytov@gmail.com-20110721132908-tt2u2572kihrnzs6
Bug #811105: Add an option to dump full stats after specified time
             intervals.

Added a new --report-checkpoints option that allows to dump full
statistics and reset all counters at specified points in time. The
argument is a list of comma-separated values representing the amount of
time in seconds elapsed from start of test when report checkpoint(s)
must be performed. Report checkpoints are off by   Report checkpoints
are off by default.

Show diffs side-by-side

added added

removed removed

Lines of Context:
206
206
sys/shm.h \
207
207
thread.h \
208
208
unistd.h \
 
209
limits.h \
209
210
])
210
211
 
211
212