Yeah, I figured that out in the mean time :-) I was putting the log type
right after --split, and the damn thing doesn't think of throwing an
'unknown field' error :-)
It's working now, thanks a lot !
On Tue, Nov 24, 2009 at 8:27 PM, ewen fortune wrote:
> Johan,
>
> Yes, there are built in parse
Johan,
Yes, there are built in parsers for different formats, for example I
was using the general log.
mk-log-player --split Thread_id --type genlog
(genlog was added the other day and is only in trunk so far)
http://www.maatkit.org/doc/mk-log-player.html
--type
type: string; group: Split
I did :-) Maybe I missed it, but I didn't see any option that suggests
mysqlslap can easily replay a query log ?
On Fri, Nov 13, 2009 at 4:50 PM, Walter Heck - OlinData.com <
li...@olindata.com> wrote:
> take a look at mysqlslap:
> http://dev.mysql.com/doc/refman/5.1/en/mysqlslap.html
>
> Walter
Ooo, shiny ! Thanks, mate :-)
On Fri, Nov 13, 2009 at 4:56 PM, ewen fortune wrote:
> Johan,
>
> The very latest version of mk-log-player can do that.
> If you get the version from trunk:
>
> wget http://www.maatkit.org/trunk/mk-log-player
>
> mk-log-player --split Thread_id --type genlog
>
> Chee
Johan,
The very latest version of mk-log-player can do that.
If you get the version from trunk:
wget http://www.maatkit.org/trunk/mk-log-player
mk-log-player --split Thread_id --type genlog
Cheers,
Ewen
On Fri, Nov 13, 2009 at 4:33 PM, Johan De Meersman wrote:
> Hey all,
>
> I'm looking for
take a look at mysqlslap: http://dev.mysql.com/doc/refman/5.1/en/mysqlslap.html
Walter
On Fri, Nov 13, 2009 at 22:33, Johan De Meersman wrote:
> Hey all,
>
> I'm looking for a Mysql benchmarking/stresstesting tool that can generate a
> workload based on standard Mysql full query log files. The i