zoukankan      html  css  js  c++  java
  • tlq tonglink/q 常用管理方法

    TLQ常用命令
    1 启动停止:

    启动:tlq -cstart
    停止:tlq -cstop
      2 查看状态:
        tlqstat 
    tlqstat -Z TIMES.       -----Set rotation display times, -1 means forever
    tlqstat -R TIMEV.       -----Set rotation display interval, default is 3s
    tlqstat -O FILENAME.    -----Set output, default is standard output
    tlqstat -S              -----Set only show summary, default is to show all data
    tlqstat -C DestName RouteName-----Set route path

    tlqstat -a [0|1].       -----Show snd buf, 0: only head, 1: include data.
    tlqstat -b [0|1].       -----Show rcv buf, 0: only head, 1: include data.
    tlqstat -c              -----Show configure type.
    tlqstat -d              -----Show all snd q para.
    tlqstat -e              -----Show all rcv q para.
    tlqstat -f              -----Show the PrgMsgTbl.
    tlqstat -g              -----Show the PrgRunTbl.
    tlqstat -h              -----Show the PrgRgsTbl.
    tlqstat -i              -----Show route table.
    tlqstat -j              -----Show qin, qout & qaux.
    tlqstat -k              -----Show rcv history info.
    tlqstat -l              -----Show connect info to adj node.
    tlqstat -m NAME.        -----Show connectted adj node with the specified NAME.
    tlqstat -r NAME.        -----Show rcv q with the specified NAME.
    tlqstat -s NAME.        -----Show snd q with the specified NAME.
    tlqstat -t              -----Show the trans info.
    tlqstat -u [0|1].       -----Show the topic table, 0: only head, 1: include subscribe data.
    tlqstat -v NAME.        -----Show msg getor info of the rcv q with the specified NAME.
    tlqstat -w NAME.        -----Show snd win with the specified NAME.
    tlqstat -x              -----Show cluster RealDest.
    tlqstat -1              -----Show up node tbl.
    tlqstat -2              -----Show dn node tbl.
    tlqstat -3              -----Show sip tbl.
    tlqstat -4              -----Show anp tbl.
    tlqstat -5              -----Show default que.

    TLQMSGDIR指向/app/tlq/msg #此目录存放TLQ内存在硬盘上的映象。注意(此目录中所有文件请不要删除,如果删除了,消息队列里的消息就会丢了)。

    TLQCONFDIR指向/app/tlq/etc #此目录存放TLQ的所有配置文件。

    TLQLOGDIR指向/app/tlq/log #此目录存放TLQ的日志文件

    TLQSNDFILESDIR指向/app/tlq/sndfiles #此目录存放TLQ的发送的文文件。

    TLQRCVFILESDIR指向/app/tlq/rcvfiles #此目录存放TLQ接收的文件。

  • 相关阅读:
    第08组 Alpha事后诸葛亮
    第08组 Alpha冲刺(4/4)
    第08组 Alpha冲刺 (3/4)
    第08组 Alpha冲刺 (2/4)
    第08组 Alpha冲刺(1/4)
    第08组 团队git现场编程实战
    第二次结对编程作业
    团队项目-需求分析报告
    团队项目—选题报告
    2019 SDN上机第7次作业
  • 原文地址:https://www.cnblogs.com/SuperXJ/p/2320810.html
Copyright © 2011-2022 走看看