~stewart/percona-playback/cassert-header

« back to all changes in this revision

Viewing changes to test/ppb/e/help

  • Committer: Oleg Tsarev
  • Date: 2011-03-21 02:10:49 UTC
  • Revision ID: oleg.tsarev@percona.com-20110321021049-0olp7o9gjk545yr7
splitfy progress
add "try-run" option
add "split-to" and "from-split" options
change boolean type "is_read_query" to "Unknow", "Read", "Write" types
fix result names of perf test files

Show diffs side-by-side

added added

removed removed

Lines of Context:
9
9
                        1:for every query print single line report
10
10
                        2:explain error codes for failed queries
11
11
                        3:print SQL-text for every query
 
12
  --split_to arg        split to dir/thread_id log files
 
13
  --dry_run             don't run queries on mysql (don't connect)
12
14
 
13
15
MySQL client:
14
16
  --host arg            mysql host
21
23
Input source:
22
24
  --slow_query_log_file arg   input slow query log file
23
25
  --slow_query_log_socket arg input slow query log socket
 
26
  --from_split arg            input from_split/thread_id  log files
24
27