3.5 Performance Monitoring

http://jeremy.zawodny.com/mysql/mytop/ MySQL performance monitoring on the command line. Display is similar to unix `top' but shows the queries running and stats on efficiency and slow queries.

In the mysql client, you can see what queries are currently running by typing at the mysql prompt:

mysql> show full processlist;


janra
2004-03-26