LoginSignup
9
9

More than 5 years have passed since last update.

SHOW PROCESSLISTの結果をソート

Posted at

プロセス一覧を表示するSHOW PROCESSLISTは便利だけど、TIMEでソートができないので、多くのプロセスの中で時間がかかっているものを探したい時などにちょっと面倒。

そんな時は

SELECT * FROM information_schema.PROCESSLIST ORDER BY TIME;

を使うと、TIMEでソートができるのでとても便利。

9
9
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
9
9