Skip to content

Instantly share code, notes, and snippets.

@unclemate
Created May 18, 2023 05:11
Show Gist options
  • Select an option

  • Save unclemate/088f99b600009fe6635bfbc944c6091f to your computer and use it in GitHub Desktop.

Select an option

Save unclemate/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