StatsDawg

To See What Your Server Is Barking At

Home : Help : About

MySQL Processlist

This is the direct output of running a 'SHOW PROCESSLIST' directly in MySQL, which is often useful for determining what various running processes are doing. Because StatsDawg can cache these results, it is best to use this to spot very slow queries or to get a basic overview of performance. It may not be ideal for trying to grab all queries running poorly. For that, you should consider enabling the slow query log directly in MySQL.

Processlist

IdUserHostdbCommandTimeStateInfo
280840 statsdawg localhost Query 0 SHOW PROCESSLIST

Return to Table of Contents