mysqladmin -u root -p processlist

Category: Databases & SQL

mysqladmin -u root -p processlist

Show active MySQL threads

Lists running client connections with their current statement, useful for spotting long queries and lock holders. The SQL equivalent is SHOW PROCESSLIST. Add --verbose for more detail.
Looking for more? Search all 7,657 commands — works offline, in English or Spanish, and fixes typos.