前往小程序,Get更优阅读体验!
立即前往
首页
学习
活动
专区
工具
TVP
发布
社区首页 >专栏 >proxysql 开启http监控页面的方法

proxysql 开启http监控页面的方法

作者头像
保持热爱奔赴山海
发布2019-09-17 14:14:02
1.1K0
发布2019-09-17 14:14:02
举报
文章被收录于专栏:饮水机管理员饮水机管理员

官方文档地址: https://proxysql.com/blog/proxysql-http-server-initial-release

代码语言:javascript
复制
SET admin-web_enabled='true';
LOAD ADMIN VARIABLES TO RUNTIME;
SAVE ADMIN VARIABLES TO DISK ;
> select * from global_variables where Variable_name like '%stats%';
+-----------------------------------+----------------+
| variable_name                     | variable_value |
+-----------------------------------+----------------+
| admin-stats_credentials           | stats:stats    |
| admin-stats_mysql_connections     | 60             |
| admin-stats_mysql_connection_pool | 60             |
| admin-stats_mysql_query_cache     | 60             |
| admin-stats_system_cpu            | 60             |
| admin-stats_system_memory         | 60             |
| admin-telnet_stats_ifaces         | (null)         |
| mysql-servers_stats               | true           |
| mysql-stats_time_backend_query    | false          |
| mysql-stats_time_query_processor  | false          |
| mysql-commands_stats              | true           |
+-----------------------------------+----------------+
11 rows in set (0.00 sec)

http://x.x.x.x:6080/

账号 密码都是 stats

这个页面只能供查看,不能修改proxysql的运行配置。

image.png
image.png
本文参与 腾讯云自媒体分享计划,分享自作者个人站点/博客。
原始发表:2018-10-14 ,如有侵权请联系 cloudcommunity@tencent.com 删除

本文分享自 作者个人站点/博客 前往查看

如有侵权,请联系 cloudcommunity@tencent.com 删除。

本文参与 腾讯云自媒体分享计划  ,欢迎热爱写作的你一起参与!

评论
登录后参与评论
0 条评论
热度
最新
推荐阅读
领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档