Skip to content

Instantly share code, notes, and snippets.

@riywo
Created February 21, 2011 04:00
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 riywo/836641 to your computer and use it in GitHub Desktop.
Save riywo/836641 to your computer and use it in GitHub Desktop.
mk-slave-delay使って開発環境のslaveDBを3秒意図的に遅延させるdaemontools shell
#!/bin/sh
exec mk-slave-delay --delay 3s --interval 1s h=localhost,u=root,p=password &>/dev/null
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment