I want to order by Time,but seems no way to do that ?
mysql> show processlist; +--------+-------------+--------------------+------+---------+--------+--------
If you use old version of MySQL you can always use \P combined with some nice piece of awk code. Interesting example here
http://www.dbasquare.com/2012/03/28/how-to-work-with-a-long-process-list-in-mysql/
Isn't it exactly what you need?