Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

Ciao, I'm looking for performance tool for testing of load in terms of data and number of users,better if they are open source

Thanks

Andrea

share|improve this question

4 Answers

I liked monyog though it was slightly buggy when it first got out of beta-testing.

share|improve this answer

For diagnose performance problems you can use free MySQL Query Profiler.

share|improve this answer

In linux: mytop

"mytop is a console-based (non-gui) tool for monitoring the threads and overall performance of MySQL"

Ps: It's open source

share|improve this answer
Seems like mytop doesn't support mysql 5.0 yet. Any news on if/when it will support it? – Sanjay May 18 '09 at 20:09
it seems to work in mysql 5.0 (i've just tried). – Luis Melgratti May 18 '09 at 22:36

Check Spotlight. It's have a powerful tool

and see this page it have a bunch of powerful tools

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.