Category: Threads

Real-Time

Real-Time continuously executes a bunch of queries on a server and fetches information on the top queries, tables, databases, user, hosts, queries that are locked, queries that are locking, etc.…
Read more

Threads Settings

Using the Threads option, you can customize the timeframe for the currently running queries based on their execution time. How To Change? Users can change the Threads option by clicking…
Read more

Customize Threads

SQL DM for MySQL provides a novel and unique way to customize its features. For instance, you can write your own query to filter the output of the processlist. You…
Read more

Filtering

Advanced filtering options The display of the Threads is implemented as a SELECT – query against the embedded database. The initial query is as follows: SELECT * FROM processlist ORDER BY time…
Read more

Actions on currently running queries

Query Details and Kill SQL DM for MySQL enables you to do the following actions on your threads: Privileges required for optimal use of this feature You should notice that…
Read more

Layout_View of Threads

View Queries in real time The rows returned by the SHOW FULL PROCESSLIST query to the MySQL server are stored in a table (named processlist) in the embedded database – one column for…
Read more

Threads

The Threads page shows you the number of threads currently being executed by MySQL. Each query sent to MySQL is executed in a thread. The Threads feature is used to…
Read more
Copyright © 2026 Webyog Inc. All Rights Reserved.