獲取所有可用命令:mqadmin
檢視幫助:mqadmin -h
查詢producer的網路連線情況:sh mqadmin producerconnection -n localhost:9876 -g -t
查詢consumer的網路連線情況:sh mqadmin consumerconnection -n localhost:9876 -g
查詢consumer的消費狀態:sh mqadmin consumerprogress -n localhost:9876 -g
獲取指定topic:mqadmin topiclist -n localhost:9876 | grep
檢視topic狀態:mqadmin topicstatus -n localhost:9876 -t
根據offset獲取訊息:sh mqadmin querymsgbyoffset -n localhost:9876 -b
-i -o -t
根據offsetmsgid查詢訊息:sh mqadmin querymsgbyid -n localhost:9876 -i
查詢訊息詳情:mqadmin querymsgbyid -i -n
檢視consumer group訂閱了哪些topic:
mqadmin consumerprogress -g -n
沒有查詢特定topic訂閱情況,只能查詢所有後再過濾:mqadmin statsall -n | grep
返回結果:#topic #consumer group #intps #outtps #inmsg24hour #outmsg24hour
常用RocketMQ命令
獲取所有可用命令 mqadmin 檢視幫助 mqadmin h 查詢producer的網路連線情況 sh mqadmin producerconnection n localhost 9876 g t 查詢consumer的網路連線情況 sh mqadmin consumerconnection n...
RocketMQ常用命令
啟動nameserver cd usr local rocketmq all 4.9.0 bin release nohup bin mqnamesrv mqnamesrv.log 2 1 啟動broker nohup sh bin mqbroker c conf 2m 2s sync broker...
RocketMQ命令使用詳解
nohup sh mqnamesrv usr local rocketmq apache rocketmq all logs mqnamesrv.log 2 1 545 nohup sh mqbroker autocreatetopicenable true c usr local rocketmq...