MariaDB [test]> show status like 'uptime';
|
+---------------+-------+
|
| Variable_name | Value |
|
+---------------+-------+
|
| Uptime | 119 |
|
+---------------+-------+
|
1 row in set (0.00 sec)
|
|
MariaDB [test]> show processlist ;
|
+----+------+-----------------+------+---------+----------+-------+------------------+----------+
|
| Id | User | Host | db | Command | Time | State | Info | Progress |
|
+----+------+-----------------+------+---------+----------+-------+------------------+----------+
|
| 3 | root | localhost:47560 | test | Sleep | 36680651 | | NULL | 0.000 |
|
| 4 | root | localhost:47561 | test | Query | 94 | init | show processlist | 0.000 |
|
+----+------+-----------------+------+---------+----------+-------+------------------+----------+
|
2 rows in set (0.00 sec)
|
|
MariaDB [test]> show processlist ;
|
+----+------+-----------------+------+---------+----------+-------+------------------+----------+
|
| Id | User | Host | db | Command | Time | State | Info | Progress |
|
+----+------+-----------------+------+---------+----------+-------+------------------+----------+
|
| 3 | root | localhost:47560 | test | Sleep | 44551816 | | NULL | 0.000 |
|
| 4 | root | localhost:47561 | test | Query | 78 | init | show processlist | 0.000 |
|
+----+------+-----------------+------+---------+----------+-------+------------------+----------+
|
2 rows in set (0.00 sec)
|