Created
May 18, 2023 05:11
-
-
Save vebodev/088f99b600009fe6635bfbc944c6091f to your computer and use it in GitHub Desktop.
List all running processes from TiDB
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# list all running tasks from tidb | |
select * from information_schema.cluster_processlist where INFO is not null order by Time DESC |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment