I'm using the Percona Query Playback tool and I want to run multiple clients at once
This is the sample command
/usr/local/bin/percona-playback --queue-depth 99999 --mysql-max-retries 0 --mysql-host somehost.xxx.com --mysql-username xxx --mysql-password xxxx --mysql-schema xxx --query-log-file some_slow_log.log
I want to be able to run that 30x concurrently. What tool/framework/library should I look at?