https://github.com/amandasaurus/innodb-snapshotter
A script to take snapshots of MySQL's innodb status tables for later analysis
https://github.com/amandasaurus/innodb-snapshotter
Last synced: 4 months ago
JSON representation
A script to take snapshots of MySQL's innodb status tables for later analysis
- Host: GitHub
- URL: https://github.com/amandasaurus/innodb-snapshotter
- Owner: amandasaurus
- License: gpl-3.0
- Created: 2013-05-10T09:54:52.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2013-05-14T13:34:26.000Z (about 12 years ago)
- Last Synced: 2024-12-27T00:24:38.405Z (6 months ago)
- Language: Shell
- Size: 117 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
innodb-snapshotter runs in the terminal and will take a copy of your
``INFORMATION_SCHEMA.INNODB_*`` tables for later analysis.By default it takes copies of the tables ``INNODB_TRX``, ``INNODB_LOCKS`` and
``INNODB_LOCK_WAITS``. It takes a snapshot every 10 seconds. This can be
changed with the ``-d`` (delay) flag.If you are running some load/performance testing, which has a bottleneck in
MySQL, this programme, and these snapshots can help you diagnose the problem
after the fact.Copyright 2013, Rory McCann , Released under GNU GPL
version 3, or at your option, a later version. See the file LICENCE for more.