Skip to content

Client Logging of TCL Script Output Used for Tests #555

Answered by sm-shaw
SeanDaniels asked this question in Q&A
Discussion options

You must be logged in to vote

Really basic and easy to do:

e.g. server side - use simple commands provided by your database for example MariaDB

MariaDB [(none)]> show processlist;
+----+------+-----------+------+---------+------+--------------+------------------------------------------------------------------------------------------------------+----------+
| Id | User | Host      | db   | Command | Time | State        | Info | Progress |
+----+------+-----------+------+---------+------+--------------+------------------------------------------------------------------------------------------------------+----------+
|  3 | root | localhost | NULL | Query   |    0 | starting     | show processlist |    0.000 |
|  4 | root…

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
1 reply
@SeanDaniels
Comment options

Answer selected by SeanDaniels
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants