Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@hagope
Forked from silviabotros/pt_stalk replication delay
Last active December 27, 2015 10:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hagope/7311039 to your computer and use it in GitHub Desktop.
Save hagope/7311039 to your computer and use it in GitHub Desktop.
Getting the Seconds_Behind_Master status from MySQL
mysql -h localhost -u root -e "show slave status\G" | grep "Seconds_Behind_Master" | awk '{print $2}'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment