redis-di status

显示整个管道的状态

用法

Usage: redis-di status [OPTIONS]

选项

  • loglevel:

    • 类型: Choice(['DEBUG', 'INFO', 'WARN', 'ERROR', 'CRITICAL'])
    • 默认值: info
    • 用法: --loglevel -log-level
  • rdi_host (必填)

    • 类型: STRING
    • 默认值: none
    • 用法: --rdi-host

    写回数据库的主机/IP

  • rdi_port (必填)

    • 类型: <IntRange 1000<=x<=65535>
    • 默认值: none
    • 用法: --rdi-port

    写回数据库端口

  • rdi_password:

    • 类型: STRING
    • 默认值: none
    • 用法: --rdi-password

    写回数据库密码

  • rdi_key:

    • 类型: STRING
    • 默认值: none
    • 用法: --rdi-key

    用于认证的私钥文件

  • rdi_cert:

    • 类型: STRING
    • 默认值: none
    • 用法: --rdi-cert

    用于认证的客户端证书文件

  • rdi_cacert:

    • 类型: STRING
    • 默认值: none
    • 用法: --rdi-cacert

    用于验证的 CA 证书文件

  • rdi_key_password:

    • 类型: STRING
    • 默认值: none
    • 用法: --rdi-key-password

    解锁加密私钥的密码

  • live:

    • 类型: BOOL
    • 默认值: false
    • 用法: --live -l

    实时数据流监控

  • page_number:

    • 类型=1>
    • 默认值: none
    • 用法: --page-number -p

    设置页码 (仅实时模式)

  • page_size:

    • 类型=1>
    • 默认值: none
    • 用法: --page-size -s

    设置页面大小 (仅实时模式)

  • ingested_only:

    • 类型: BOOL
    • 默认值: false
    • 用法: --ingested-only -i

    显示已摄取的数据流 (仅实时模式)

  • help:

    • 类型: BOOL
    • 默认值: false
    • 用法: --help

    显示此消息并退出。

CLI 帮助

Usage: redis-di status [OPTIONS]

  Displays the status of the pipeline end to end

Options:
  -log-level, --loglevel [DEBUG|INFO|WARN|ERROR|CRITICAL]
                                  [default: INFO]
  --rdi-host TEXT                 Host/IP of Write-behind Database  [required]
  --rdi-port INTEGER RANGE        Port of Write-behind Database  [1000<=x<=65535;
                                  required]
  --rdi-password TEXT             Write-behind Database Password
  --rdi-key TEXT                  Private key file to authenticate with
  --rdi-cert TEXT                 Client certificate file to authenticate with
  --rdi-cacert TEXT               CA certificate file to verify with
  --rdi-key-password TEXT         Password for unlocking an encrypted private
                                  key
  -l, --live                      Live data flow monitoring
  -p, --page-number INTEGER RANGE
                                  Set the page number (live mode only)  [x>=1]
  -s, --page-size INTEGER RANGE   Set the page size (live mode only)  [x>=1]
  -i, --ingested-only             Display ingested data streams (live mode
                                  only)
  --help                          Show this message and exit.
评价此页面
返回顶部 ↑