当前位置: 首页 > 工具软件 > pgCluu > 使用案例 >

(二)Pgcluu监控

石正奇
2023-12-01

pgCluu is a PostgreSQL performances monitoring and auditing tool. 性能监控和审计工具

参考网站:安装pgcluu并测试_穿越时空的技术博客_51CTO博客

服务器位置:/var/lib/pgcluu/pgcluu-3.1

初步使用:执行的时候需要在postgres用户下

pgcluu_collectd 有很多参数,可以灵活组合使用

# which pgcluu_collectd

/usr/local/bin/pgcluu_collectd

# which pgcluu

/usr/local/bin/pgcluu

# pgcluu_collectd --help

# pgcluu --help

使用 pgcluu_collectd 收集信息

# mkdir -p /tmp/stat_postgres/

# pgcluu_collectd -D -i 60 /tmp/stat_postgres/

# pgcluu_collectd -D -i 60 /tmp/stat_postgres/ -h 172.30.11.109 -U postgres -d zyzl_jgpt  --disable-sar --exclude-time "08:00-09:00"

# pgcluu_collectd -D -Q -i 60 /tmp/stat_postgres/ -h 172.30.11.109 -U postgres -d zyzl_jgpt

# pgcluu_collectd -D -i 60 /tmp/stat_postgres/ -h 127.0.0.1 -U postgres -d postgres  --disable-sar --exclude-time "09:00-09:23"

# pgcluu_collectd -D -Q -i 60 /tmp/stat_postgres/ -h 127.0.0.1 -U postgres -d postgres

使用 pgcluu 生成报告

# pgcluu_collectd -k

# mkdir /tmp/report_postgres/

# pgcluu -o /tmp/report_postgres/ /tmp/stat_postgres/

 类似资料: