tags:

views:

18

answers:

1

I had used a tool to open and analyze the binary files. The output used to be

insert into table1
update table4
insert into some_other_table

It used to show how many insert or update statements where there in the binary file. It was useful to know if the server is inserting/ deleting records or if there are heavy updates happening.

I do not remember the name of the utility. any hint?

A: 

Finally got the tool I was looking for.

http://forge.mysql.com/tools/tool.php?id=273

shantanuo