Skip to content

docker-suite/mysqltuner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mysqltuner

Build Status Docker Pulls Docker Stars MicroBadger Layers (tag) MicroBadger Size (tag) License: MIT

Alpine container with MySQLTuner.

Usage

This container is periodicaly updated to always contains the latest version of MySQLTuner.

    docker run -it --rm dsuite/mysqltuner \
        --host <hostname> \
        --user <username> \
        --pass <password> \
        --forcemem <size> \
        --forceswap <size>

Since this docker contianer will always be communicating with a remote MySQL instance, use:
--forcemem to define amount of RAM installed in megabytes.
--forceswap to define amount of swap memory configured in megabytes.

Help

For a list of all MySQLTuner options, run: docker run -it --rm dsuite/mysqltuner --help

About

Alpine container with MySQLTuner.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published