Skip to content

olivierHa/mysql2graphite

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

mysql2graphite

mysql2Graphite is a little tool that can execute a custom sql request to a mysql server and send the result to a graphite server.

This way, you can easily see :

  • the trending of the number of lines in a table
  • the trending of the data size for a specific table or a database
  • the trending of a specific counter

The example given in the config file send for every table for all databases :

  • the number of lines of that table
  • the size of the data
  • the size of the index
  • the sum of the data + index
  • the ratio of index/data

You can also use this script to send mysql performance counters to Graphite.

About

Sending "custom sql query metrics" to graphite

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages