Skip to content

docker-suite/mysqltuner

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 

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