| -n | The number of clients you wish to simulate (from 10 to ??) |
| -r | not currently working (ignored) |
| dsn | the conection string (DBI:mysql::hostname) |
| file | the output file from querysniffer |
| user | the username on the MySQL server that the queries will be executed under |
| password | the password of the user that the queries will be executed under on the MySQL server |
When querybench is called it takes the input file, pulls in the first n query patterns generated by clients and runs them against the test database. Then it grabs the next n query patterns. It repeats this procedure until it reaches the end of the input data and displays gathered data.