Skip to content

Instantly share code, notes, and snippets.

@vebodev
Created May 18, 2023 05:11
Show Gist options
  • Save vebodev/088f99b600009fe6635bfbc944c6091f to your computer and use it in GitHub Desktop.
Save vebodev/088f99b600009fe6635bfbc944c6091f to your computer and use it in GitHub Desktop.
List all running processes from TiDB
# 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