跳转至

TCP

Cloud Insight 监控端口的的请求时间,监控其端口的可用性。


性能指标

Cloud Insight 采集 TCP 以下性能指标:

指标 单位 具体含义
network.tcp.response_time seconds TCP 响应时间

配置 TCP 监控

网络监控默认在安装 Cloud Insight 探针后会自动生成一些网络流量传输的指标,除此之外想要监控特定地址运行情况,还需要特别配置。

切换路径至 /etc/CiAgent

cd /etc/CiAgent

TCP 连接

开启配置文件 conf.d/tcp_check.yaml

cp conf.d/tcp_check.yaml.example  conf.d/tcp_check.yaml
init_config:
instances:
  - name: 10010 port
    host: 127.0.0.1
    port: 10010
    timeout: 1  #  (选填)可以设置超时时间,默认是10s,如果超时,服务关闭
    collect_response_time: true  # 默认不开启,设置端口监控时需要开启,否则没有相应指标生成

重启 Agent

重启 Cloud Insight Agent,使配置生效。

您也可以通过查看 Agent Info 信息,来验证配置是否成功。当出现以下信息,则代表安装成功。

tcp_check
----------
  - instance #0 [OK]
  - Collected 1 metric, 0 events & 2 service checks

有关 Agent Info 信息的查看,请访问帮助中心,查看 Cloud Insight Agent 常用操作


5分钟,开启你的跨云监控之旅 (`⌄´ )


常见问题