Created
December 7, 2012 01:50
-
-
Save ageldama/4230085 to your computer and use it in GitHub Desktop.
tmux-automation: server log monitoring
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| tmux split-window | |
| tmux split-window | |
| tmux split-window | |
| tmux select-layout tiled | |
| tmux select-pane -t 0 | |
| tmux send-keys -t 0 "/usr/bin/ssh www@...... tail -f /sw_log/www/manager11.out" C-m | |
| tmux send-keys -t 1 "/usr/bin/ssh www@...... tail -f /sw_log/www/manager12.out" C-m | |
| #... |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment