Difference between revisions of "SHOW PROCESSLIST;"

From wikieduonline
Jump to navigation Jump to search
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
 
* https://mariadb.com/kb/en/show-processlist/
 
* https://mariadb.com/kb/en/show-processlist/
<pre>
+
 
SHOW PROCESSLIST;
+
SHOW PROCESSLIST;
+----------+-------------+-----------+------+---------+------+--------------------------+------------------+----------+
+
+----------+-------------+-----------+------+---------+------+--------------------------+------------------+----------+
| Id      | User        | Host      | db  | Command | Time | State                    | Info            | Progress |
+
| Id      | User        | Host      | db  | Command | Time | State                    | Info            | Progress |
+----------+-------------+-----------+------+---------+------+--------------------------+------------------+----------+
+
+----------+-------------+-----------+------+---------+------+--------------------------+------------------+----------+  
|        1 | system user |          | NULL | Daemon  | NULL | InnoDB purge worker      | NULL            |    0.000 |
+
|        1 | system user |          | NULL | Daemon  | NULL | [[InnoDB purge worker]]     | NULL            |    0.000 |
|        2 | 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 |
+
|        3 | system user |          | NULL | Daemon  | NULL | InnoDB purge worker      | NULL            |    0.000 |
|        4 | system user |          | NULL | Daemon  | NULL | InnoDB purge coordinator | 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 |
+
|        5 | system user |          | NULL | Daemon  | NULL | [[InnoDB shutdown handler]] | NULL            |    0.000 |
| 26747517 | root        | localhost | NULL | Query  |    0 | Init                    | SHOW PROCESSLIST |    0.000 |
+
| 26747517 | root        | localhost | NULL | Query  |    0 | Init                    | SHOW PROCESSLIST |    0.000 |
+----------+-------------+-----------+------+---------+------+--------------------------+------------------+----------+
+
+----------+-------------+-----------+------+---------+------+--------------------------+------------------+----------+
6 rows in set (0.001 sec)
+
6 rows in set (0.001 sec)
</pre>
 
  
  
  
 
== See also ==
 
== See also ==
 +
* {{InnoDB}}
 
* {{MariaDB}}
 
* {{MariaDB}}
  
 
[[Category:MariaDB]]
 
[[Category:MariaDB]]

Latest revision as of 18:20, 4 June 2022

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[edit]

Advertising: