Skip to content

owl-plugins/mysql_collector

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mysql_collector

owl 监控系统 mysql 采集插件,用于采集mysql的监控指标,并按照规定的格式返回。

Metric

metric tags data_type description
mysql.open_table port COUNTER
mysql.aborted_connects port COUNTER
mysql.bytes_received port COUNTER
mysql.com_begin port COUNTER
mysql.com_commit port COUNTER
mysql.com_delete port COUNTER
mysql.com_insert port COUNTER
mysql.com_rollback port COUNTER
mysql.com_select port COUNTER
mysql.com_update port COUNTER
mysql.open_tables port GAUGE
mysql.questions port COUNTER
mysql.threads_connected port GAUGE
mysql.threads_running port GAUGE
# mkdir -p ~/gopath/src/github.com/owl-plugins/
# export GOPATH=~/gopath/src/github.com/owl-plugins/
# cd ~/gopath/src/github.com/owl-plugins/
# git clone https://github.com/owl-plugins/mysql_collector.git
# cd mysql_collector 
# go get ./... && go build
# ./mysql_collector --help
NAME:
   mysql_collector - mysql performance metric collector

USAGE:
   mysql_collector [global options] command [command options] [arguments...]

VERSION:
   0.1

AUTHOR:
   yingsong <wyingsong@163.com>

COMMANDS:
     help, h  Shows a list of commands or help for one command

GLOBAL OPTIONS:
   --host value      Connect to host. (default: "127.0.0.1") [$mysql_host]
   --user value      User for login if not current user (default: "root") [$mysql_user]
   --password value  Password to use when connecting to server. [$mysql_password]
   --port value      Port number to use for connection (default: 3306) [$mysql_port]
   --help, -h        show help
   --version, -v     print the version

COPYRIGHT:
   2011 (c) TalkingData.com

About

No description or website provided.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy