Difference between revisions of "SHOW PROCESSLIST;"

From wikieduonline
Jump to navigation Jump to search
Line 1: Line 1:
 
* https://mariadb.com/kb/en/show-processlist/
 
* https://mariadb.com/kb/en/show-processlist/
  
  SHOW PROCESSLIST;
+
  [[SHOW]] PROCESSLIST;
 
  +----------+-------------+-----------+------+---------+------+--------------------------+------------------+----------+
 
  +----------+-------------+-----------+------+---------+------+--------------------------+------------------+----------+
 
  | Id      | User        | Host      | db  | Command | Time | State                    | Info            | Progress |
 
  | Id      | User        | Host      | db  | Command | Time | State                    | Info            | Progress |

Revision as of 09:58, 18 December 2024

SHOW PROCESSLIST;
+----------+-------------+-----------+------+---------+------+--------------------------+------------------+----------+
| Id       | User        | Host      | db   | Command | Time | State                    | Info             | Progress |
+----------+-------------+-----------+------+---------+------+--------------------------+------------------+----------+ 
|        1 | system user |           | NULL | Daemon  | NULL | InnoDB purge worker      | NULL             |    0.000 |
|        2 | system user |           | NULL | Daemon  | NULL | InnoDB purge worker      | NULL             |    0.000 |
|        3 | system user |           | NULL | Daemon  | NULL | InnoDB purge worker      | NULL             |    0.000 |
|        4 | system user |           | NULL | Daemon  | NULL | InnoDB purge coordinator | NULL             |    0.000 |
|        5 | system user |           | NULL | Daemon  | NULL | InnoDB shutdown handler  | NULL             |    0.000 |
| 26747517 | root        | localhost | NULL | Query   |    0 | Init                     | SHOW PROCESSLIST |    0.000 |
+----------+-------------+-----------+------+---------+------+--------------------------+------------------+----------+
6 rows in set (0.001 sec)


See also

Advertising: