随笔分类 - 性能监控
摘要:1.Prometheus的下载与安装 官网下载地址:https://prometheus.io/download/,根据系统自行下载,然后使用xftp上传到系统内 使用 #tar -zxvf prometheus-2.35.0.linux-amd64.tar.gz 进行解压 修改配置文件:prome
阅读全文
摘要:JMeter+Severagent监控方法: 1.需要在JMeter安装目录中的lib/ext中添加两个扩建文件,分别为: 下载路径:https://jmeter-plugins.org/downloads/old/ 注意:需解压后再放入 2.通过FTP工具在服务端放入Severagent,下载地址
阅读全文
摘要:一.Telegraf 1.下载安装 # 安装方法 1.使用安装最新稳定版本的Telegrafyum包管理器: cat <<EOF | sudo tee /etc/yum.repos.d/influxdb.repo [influxdb] name = InfluxData Repository - S
阅读全文
摘要:工作原理:Jmeter在压测的同时,使用后端处理器(Backend Listener)将数据写到Influxdb数据库中,Grafana从Influxdb数据库中获取数据并显示。 工作流程: 1.JDK安装:https://www.cnblogs.com/zxqtest2020/p/13792484
阅读全文