• 博客园logo
  • 会员
  • 众包
  • 新闻
  • 博问
  • 闪存
  • 赞助商
  • HarmonyOS
  • Chat2DB
    • 搜索
      所有博客
    • 搜索
      当前博客
  • 写随笔 我的博客 短消息 简洁模式
    用户头像
    我的博客 我的园子 账号设置 会员中心 简洁模式 ... 退出登录
    注册 登录
 






韩英明的个人笔记

 
 

Powered by 博客园
博客园 | 首页 | 新随笔 | 联系 | 订阅 订阅 | 管理
上一页 1 2 3 4 5 6 7 8 下一页

2018年1月9日

prometheus应用开发
摘要: 应用prometheus提供的接查询接口可以查询现在pmm-client收集到的数据 http://121.201.72.168:50080/prometheus/graph 阅读全文
posted @ 2018-01-09 16:34 韩英明的个人笔记 阅读(241) 评论(0) 推荐(0)
 
PMM安装和部署
摘要: ###### 服务器信息 ### 生产环境 IP 10.0.5.179 ### 开发环境 IP 10.0.2.76 ###### PMM构构图 PMM监控工具自带监控LINUX,MySQL,MongoDBpmm重要组件 grafana,prometheushttps://grafana.com/ / 阅读全文
posted @ 2018-01-09 16:29 韩英明的个人笔记 阅读(4554) 评论(0) 推荐(0)
 
influx DB
摘要: /usr/bin/influxd -config /etc/influxdb/influxdb.conf 阅读全文
posted @ 2018-01-09 16:22 韩英明的个人笔记 阅读(231) 评论(0) 推荐(0)
 
grafana监控
摘要: grafana开放分析和监控平台 官网 http://docs.grafana.org/ ###### pgxl 用collect 收集数据 官网 https://collectd.org/documentation.shtml ### 服务安装启动 yum install collectdyum 阅读全文
posted @ 2018-01-09 16:06 韩英明的个人笔记 阅读(162) 评论(0) 推荐(0)
 
PMM 监控
摘要: percona监控和管理 https://www.percona.com/doc/percona-monitoring-and-management/index.html 阅读全文
posted @ 2018-01-09 16:04 韩英明的个人笔记 阅读(137) 评论(0) 推荐(0)
 
sql_optimizer
摘要: PDF MySQL Optimizer Overview # Logical transformations: - Outer to inner joins transformation. - Negation elimination. ##### 否认消除 not ( t1.a > 10 OR t 阅读全文
posted @ 2018-01-09 16:01 韩英明的个人笔记 阅读(381) 评论(0) 推荐(0)
 
mysql-sandbox 快速搭建测试环境
摘要: ##### 参考 https://github.com/datacharmer/mysql-sandbox##### 必须下载一个二进制mysql wget https://github.com/datacharmer/mysql-sandbox/releases/download/3.2.13/M 阅读全文
posted @ 2018-01-09 16:00 韩英明的个人笔记 阅读(166) 评论(0) 推荐(0)
 
MySQL Cost-Based Optimizer
摘要: MySQL Cost-Based Optimizer 模型 MySQL Cost_estimate 定义了多种消耗类型 1. io_cost cost of I/O operations IO操作消耗2. cpu_cost cost of CPU operations CPU操作消耗3. impor 阅读全文
posted @ 2018-01-09 15:48 韩英明的个人笔记 阅读(535) 评论(0) 推荐(0)
 
mydumper原理
摘要: ##### 核心代码方法 get_chunks_for_table 阅读全文
posted @ 2018-01-09 15:45 韩英明的个人笔记 阅读(100) 评论(0) 推荐(0)
 
MongoDB慢查询
摘要: ##### 参考 https://docs.mongodb.com/v3.2/administration/analyzing-mongodb-performance/##### 参考 https://docs.mongodb.com/v3.2/reference/method/db.setProf 阅读全文
posted @ 2018-01-09 15:43 韩英明的个人笔记 阅读(141) 评论(0) 推荐(0)
 
上一页 1 2 3 4 5 6 7 8 下一页