From: Thomas Wana Date: March 13 1999 7:50pm Subject: mysqltop List-Archive: http://lists.mysql.com/mysql/177 Message-Id: <001001be6d8a$c1c23fc0$83e76ac2@lukeskyw> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Hello, I wrote a tiny but useful application for MySQL. It's called MySQLTop in reference to the Unix-'TOP' that shows and updates the process-list in a fixed time interleave. The same thing does MySQLTop do with queries; it sends them to the server and displays the result. It is pretty good for presentations, to show what's going on in a database while a program is running. (I used it today in a presentation of our project in our school, and it was very useful debugging it, too.). URL: http://www.htlwrn.ac.at/d95046/download/mysqltop.shtml Greetings, Thomas