面朝大海 春暖花开
发布时间:2026-03-26 15:40:47
在上一篇中介绍过怎么安装grafana+prometheus,这篇介绍在mysql机器上安装mysql-exporter。1.下载mysqld_exporter-0.15.1.windows-amd64.zip2.由于监控需要进程相关监控权限,需要创建用户并分配权限CREATE USER 'exporter'@'localhost' IDENTIFIED BY 'your_password'; GRANT PROCESS, REPLICATION CLIENT, SELECT ON .........【阅读全文】
发布时间:2026-03-26 15:40:46
在上一篇中介绍过怎么安装grafana+prometheus,这篇介绍在mysql机器上安装mysql-exporter。1.下载mysqld_exporter-0.15.1.windows-amd64.zip2.由于监控需要进程相关监控权限,需要创建用户并分配权限CREATE USER 'exporter'@'localhost' IDENTIFIED BY 'your_password'; GRANT PROCESS, REPLICATION CLIENT, SELECT ON .........【阅读全文】
发布时间:2026-03-26 15:40:45
在上一篇中介绍过怎么安装grafana+prometheus,这篇介绍在mysql机器上安装mysql-exporter。1.下载mysqld_exporter-0.15.1.windows-amd64.zip2.由于监控需要进程相关监控权限,需要创建用户并分配权限CREATE USER 'exporter'@'localhost' IDENTIFIED BY 'your_password'; GRANT PROCESS, REPLICATION CLIENT, SELECT ON .........【阅读全文】
发布时间:2025-07-15 16:47:15
jmeter在loop controller中发送tcp sample,配置tcp server的ip和port使用长连接时,勾选re-use connection,如果当前发送后需要关闭连接,则勾选close connection。eol(end of line):取值范围(-128,127),需要设置为服务端返回消息body的最后一个字节的十进制值,如果返回消息后两位为10(16进制),则填.........【阅读全文】
发布时间:2025-04-24 15:05:07
架构1、下载grafanagrafana-enterprise-11.0.0.windows-amd64.msi2、下载prometheusprometheus-2.52.0.windows-amd64.zip修改配置文件prometheus.yml,假定alertManager安装在本机3、下载alertmanageralertmanager-0.28.1.windows-amd64.zip修改配置文件 # 分组后发送告警的时间间隔 gro.........【阅读全文】