Skip to content

Instantly share code, notes, and snippets.

@Voronenko
Created May 4, 2015 13:31
Show Gist options
  • Save Voronenko/7aaae26cf1fd6f614823 to your computer and use it in GitHub Desktop.
Save Voronenko/7aaae26cf1fd6f614823 to your computer and use it in GitHub Desktop.
Apache load realtime
while true; do
TERM=xterm-color && clear && apache2ctl status && sleep 2
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment