|
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
| Id | User | Host | db | Command | Time | State | Info |
| 280840 |
statsdawg |
localhost |
|
Query |
0 |
|
SHOW PROCESSLIST |
|