jamesrwhite / tsadmin

πŸ”Ž Realtime MySQL monitoring

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

tsadmin

Get a realtime overview of your MySQL servers. Very much a work in progress.

preview

Usage

PORT=8080 CONFIG_FILE=config/config.json go run tsadmin.go

Why 'tsadmin'

I'm not exactly sure where this name came from originally. There is an internal tool with the same name as this that we use at Miniclip that is probably almost as old as the company itself. It's very detailed and gets used a lot but the code behind it is pretty scary, hence this.

TODO:

  • Reads/Writes per second
  • Replication lag
  • More detailed connection stats (per second & aborts)
  • Sortable columns
  • Groups/clusters
  • Master detection
  • Improved error handling
  • Improved UI

License

The MIT License (MIT)

Copyright (c) 2015 James White

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

About

πŸ”Ž Realtime MySQL monitoring

License:MIT License


Languages

Language:Go 78.1%Language:JavaScript 11.7%Language:HTML 9.4%Language:CSS 0.7%