【MySQL】MySQL監(jiān)控利器PMM

前言:MySQL監(jiān)控也用過(guò)好多產(chǎn)品,包括zabbix、Lepus、PMM,想比較而言,PMM監(jiān)控更加全面,安裝配置也更加簡(jiǎn)單。

一、Server端安裝

server端安裝非常簡(jiǎn)單,我們采用docker的方式來(lái)部署。
1.拉取鏡像

docker pull percona/pmm-server:latest

2.創(chuàng)建PMM數(shù)據(jù)容器

docker create \
   -v /opt/prometheus/data \
   -v /opt/consul-data \
   -v /var/lib/mysql \
   -v /var/lib/grafana \
   --name pmm-data \
   percona/pmm-server:latest /bin/true

3.創(chuàng)建PMM服務(wù)器容器

docker run -d -p 80:80 \
  --volumes-from pmm-data \
  --name pmm-server \
  -e SERVER_USER=test \
  -e SERVER_PASSWORD=test \
  -e ORCHESTRATOR_ENABLED=true \
  --restart always \
  percona/pmm-server:latest

4.查看服務(wù)啟動(dòng)

[root@db-monitor-01 tmp]# ps -ef|grep docker
root      8531     1  0 10:38 ?        00:00:05 /usr/bin/dockerd-current --add-runtime docker-runc=/usr/libexec/docker/docker-runc-current --default-runtime=docker-runc --exec-opt native.cgroupdriver=systemd --userland-proxy-path=/usr/libexec/docker/docker-proxy-current --seccomp-profile=/etc/docker/seccomp.json --selinux-enabled --log-driver=journald --signature-verification=false --storage-driver overlay2
root      8538  8531  0 10:38 ?        00:00:03 /usr/bin/docker-containerd-current -l unix:///var/run/docker/libcontainerd/docker-containerd.sock --metrics-interval=0 --start-timeout 2m --state-dir /var/run/docker/libcontainerd/containerd --shim docker-containerd-shim --runtime docker-runc --runtime-args --systemd-cgroup=true
root      9095  8531  0 10:56 ?        00:00:00 /usr/libexec/docker/docker-proxy-current -proto tcp -host-ip 0.0.0.0 -host-port 80 -container-ip 172.17.0.2 -container-port 80
root      9100  8538  0 10:56 ?        00:00:00 /usr/bin/docker-containerd-shim-current 7c5656534fed82420cba57ec9ab3f929b242802dae2dcf3fbb400859d2517b6d /var/run/docker/libcontainerd/7c5656534fed82420cba57ec9ab3f929b242802dae2dcf3fbb400859d2517b6d /usr/libexec/docker/docker-runc-current
root      9660  2640  0 11:25 pts/1    00:00:00 grep --color=auto docker

二、Client安裝

1.安裝rpm包

rpm -ivh pmm-client-1.9.1-1.el7.x86_64.rpm

2.連接server

pmm-admin config --server server_ip --bind-address=client_ip --client-address=client_ip --server-user=admin --server-password=xxx --client-name=xxx

3.收集數(shù)據(jù)

pmm-admin add mysql --user=pmm --password=xxxx --port=3306

三、常用操作命令

PMM Client相關(guān)

[root@Mariadb-04 tmp]# pmm-admin --help
Usage:
  pmm-admin [flags]
  pmm-admin [command]

Available Commands:
  config         Configure PMM Client. 配置PMM客戶(hù)端
  add            Add service to monitoring. 增加監(jiān)控
  remove         Remove service from monitoring. 刪除監(jiān)控服務(wù)
  list           List monitoring services for this system. 列出監(jiān)控服務(wù)
  info           Display PMM Client information (works offline). 打印PMM客戶(hù)端信息
  check-network  Check network connectivity between client and server. 檢查網(wǎng)絡(luò)
  ping           Check if PMM server is alive. ping server端
  start          Start monitoring service.開(kāi)啟服務(wù)
  stop           Stop monitoring service.停止服務(wù)
  restart        Restart monitoring service.重啟服務(wù)
  show-passwords Show PMM Client password information (works offline).顯示客戶(hù)端密碼
  purge          Purge metrics data on PMM server.刪除PMM server端監(jiān)控信息
  repair         Repair installation.重新安裝
  uninstall      Removes all monitoring services with the best effort.刪除所有服務(wù)
  help           Help about any command

Flags:
  -c, --config-file string   PMM config file (default "/usr/local/percona/pmm-client/pmm.yml")
  -h, --help                 help for pmm-admin
      --verbose              verbose output
  -v, --version              show version

Use "pmm-admin [command] --help" for more information about a command.

Docker相關(guān)

[root@db-monitor-01 tmp]# docker --help

Usage:  docker COMMAND

A self-sufficient runtime for containers

Options:
      --config string      Location of client config files (default "/root/.docker")
  -D, --debug              Enable debug mode
      --help               Print usage
  -H, --host list          Daemon socket(s) to connect to (default [])
  -l, --log-level string   Set the logging level ("debug", "info", "warn", "error", "fatal") (default "info")
      --tls                Use TLS; implied by --tlsverify
      --tlscacert string   Trust certs signed only by this CA (default "/root/.docker/ca.pem")
      --tlscert string     Path to TLS certificate file (default "/root/.docker/cert.pem")
      --tlskey string      Path to TLS key file (default "/root/.docker/key.pem")
      --tlsverify          Use TLS and verify the remote
  -v, --version            Print version information and quit

Management Commands:
  container   Manage containers
  image       Manage images
  network     Manage networks
  node        Manage Swarm nodes
  plugin      Manage plugins
  secret      Manage Docker secrets
  service     Manage services
  stack       Manage Docker stacks
  swarm       Manage Swarm
  system      Manage Docker
  volume      Manage volumes

Commands:
  attach      Attach to a running container
  build       Build an image from a Dockerfile
  commit      Create a new image from a container's changes
  cp          Copy files/folders between a container and the local filesystem
  create      Create a new container
  diff        Inspect changes on a container's filesystem
  events      Get real time events from the server
  exec        Run a command in a running container
  export      Export a container's filesystem as a tar archive
  history     Show the history of an image
  images      List images
  import      Import the contents from a tarball to create a filesystem image
  info        Display system-wide information
  inspect     Return low-level information on Docker objects
  kill        Kill one or more running containers
  load        Load an image from a tar archive or STDIN
  login       Log in to a Docker registry
  logout      Log out from a Docker registry
  logs        Fetch the logs of a container
  pause       Pause all processes within one or more containers
  port        List port mappings or a specific mapping for the container
  ps          List containers
  pull        Pull an image or a repository from a registry
  push        Push an image or a repository to a registry
  rename      Rename a container
  restart     Restart one or more containers
  rm          Remove one or more containers
  rmi         Remove one or more images
  run         Run a command in a new container
  save        Save one or more images to a tar archive (streamed to STDOUT by default)
  search      Search the Docker Hub for images
  start       Start one or more stopped containers
  stats       Display a live stream of container(s) resource usage statistics
  stop        Stop one or more running containers
  tag         Create a tag TARGET_IMAGE that refers to SOURCE_IMAGE
  top         Display the running processes of a container
  unpause     Unpause all processes within one or more containers
  update      Update configuration of one or more containers
  version     Show the Docker version information
  wait        Block until one or more containers stop, then print their exit codes

Run 'docker COMMAND --help' for more information on a command.

四、監(jiān)控界面

MySQL總覽
MySQL innodb監(jiān)控
MySQL 復(fù)制監(jiān)控
OS CPU監(jiān)控
OS disk監(jiān)控

五、排錯(cuò)

Aug 17 21:07:24 localhost dockerd: time="2016-08-17T21:07:24.864612251+08:00" level=error msg="Attempting next endpoint for push after error: Get https://192.168.41.80:5001/v2/: dial tcp 192.168.41.80:5001: getsockopt: connection refused"
Aug 17 21:07:24 localhost dockerd: time="2016-08-17T21:07:24.864884008+08:00" level=error msg="Attempting next endpoint for push after error: Get https://192.168.41.80:5001/v1/_ping: dial tcp 192.168.41.80:5001: getsockopt: connection refused"

類(lèi)似于如上錯(cuò)誤解決方法:

vim /etc/docker/daemon.json

{ "insecure-registries":["myregistry.example.com:5000"] }
Restart docker daemon

   systemctl restart docker.service
?著作權(quán)歸作者所有,轉(zhuǎn)載或內(nèi)容合作請(qǐng)聯(lián)系作者
【社區(qū)內(nèi)容提示】社區(qū)部分內(nèi)容疑似由AI輔助生成,瀏覽時(shí)請(qǐng)結(jié)合常識(shí)與多方信息審慎甄別。
平臺(tái)聲明:文章內(nèi)容(如有圖片或視頻亦包括在內(nèi))由作者上傳并發(fā)布,文章內(nèi)容僅代表作者本人觀(guān)點(diǎn),簡(jiǎn)書(shū)系信息發(fā)布平臺(tái),僅提供信息存儲(chǔ)服務(wù)。

相關(guān)閱讀更多精彩內(nèi)容

  • Zabbix簡(jiǎn)介 Zabbix官方網(wǎng)站Zabbix中文文檔 本文系統(tǒng)環(huán)境是CentOS7x86_64, Zabbi...
    Zhang21閱讀 8,336評(píng)論 0 37
  • Spring Cloud為開(kāi)發(fā)人員提供了快速構(gòu)建分布式系統(tǒng)中一些常見(jiàn)模式的工具(例如配置管理,服務(wù)發(fā)現(xiàn),斷路器,智...
    卡卡羅2017閱讀 136,678評(píng)論 19 139
  • 一、PMM介紹 Percona Monitoring and Management (PMM)是一款開(kāi)源的用于管理...
    張偉科閱讀 12,015評(píng)論 2 12
  • zabbix是什么在此就不多作介紹了,可以參考之前的文章零代碼如何打造自己的實(shí)時(shí)監(jiān)控預(yù)警系統(tǒng),這篇主要介紹安裝及注...
    歡醉閱讀 1,612評(píng)論 0 2
  • 文/慧欣 那一年我15.你16 你我坐在江心島照了第一張照片, 沒(méi)有表達(dá)的情愫我怕讓時(shí)光沖走, ...
    洪一閱讀 345評(píng)論 0 0

友情鏈接更多精彩內(nèi)容