Skip to content

Commit

Permalink
Updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Guillaume Lefranc committed Jan 24, 2015
1 parent 407fc3d commit 2b077c0
Showing 1 changed file with 15 additions and 13 deletions.
28 changes: 15 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,22 @@
mariadb-tools
=============

Toolkit for MariaDB
Tools for MariaDB

Usage: mariadb-[command] [options]

List of available commands:
report Generates a summary of MariaDB server configuration and runtime
status sysstat-like MariaDB server activity
monitor Monitors GTID replication and switch slaves from master

List of available options:
-host="": MariaDB host IP address or FQDN
-interval=1: Sleep interval for repeated commands
-password="": Password for MariaDB login
-socket="": Path of MariaDB unix socket
-user="": User for MariaDB login
-port="": Port of MariaDB server
-version: Return version

**report** Generates a summary of MariaDB server configuration and runtime

**status** sysstat-like MariaDB server activity

**repmgr** GTID replication switchover and monitor utility

**top** mytop clone

Repmgr example usage
--------------------
mariadb-repmgr -host=db1:3306 -slaves=db2:3306,db3:3306 -user root -rpluser repl:lper


0 comments on commit 2b077c0

Please sign in to comment.