Sign inSign up

dsuite/mysqltuner

By dsuite

•Updated over 4 years ago

Image
1

1.3K

dsuite/mysqltuner repository overview

⁠ 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

Tag summary

Content type

Image

Digest

Size

24.8 MB

Last updated

over 4 years ago

docker pull dsuite/mysqltuner