更新时间:2022-08-16 GMT+08:00
SHOW PHYSICAL PROCESSLIST
命令格式1:
show physical processlist:展示后端rds的processlist。
命令格式2:
show physical processlist with info:在命令1的结果集中过滤掉info列为空的数据,只展示info列不为空的结果。
命令执行效果如下:
图1 命令执行效果
命令输出详解:
ip:后端rds的ip地址。
port:后端rds的端口号。
instance id:后端rds的实例id。
type:master是读写rds,readreplica是只读rds。
后面的列是对应的后端rds的processlist信息,与在后端rds直接执行show processlist获取的信息一致。
命令格式3:
kill physical physical_thread_id@rds_ip:rds_port:kill掉对应rds上的执行线程
父主题: 实用SQL语句