dashboard直接看QPS,至于有多少连接在跑sql你可以查这个 select * from INFORMATION_SCHEMA.CLUSTER_PROCESSLIST t where t.command<>‘Sleep’;