source: trunk/scripts/wallmonitor @ 5

Revision 5, 828 bytes checked in by ajaworski, 13 years ago (diff)

Added config files and operation scripts

  • Property svn:executable set to *
Line 
1gnome-terminal -t "Left Tile eth0 [192.168.41.10]" --geometry 77x20+0+0 -x ssh -t SAGE-tile0 "sudo iftop -i eth0" &
2gnome-terminal -t "Left Tile eth1 [192.168.42.10]" --geometry 77x20+640+0 -x ssh -t SAGE-tile0 "sudo iftop -i eth1" &
3gnome-terminal -t "Left Tile Temp [192.168.42.10]" --geometry 77x20+1280+0 -x ssh -t SAGE-tile0 "cd /home/pcss/bin; bash" &
4gnome-terminal -t "Right tile eth0 [192.168.41.11]" --geometry 77x20+0+400 -x ssh -t SAGE-tile1 "sudo iftop -i eth0" &
5gnome-terminal -t "Right tile eth1 [192.168.42.11]" --geometry 77x20+640+400 -x ssh -t SAGE-tile1 "sudo iftop -i eth1" &
6gnome-terminal -t "Right tile Temp [192.168.42.11]" --geometry 77x20+1280+400 -x ssh -t SAGE-tile1 "cd /home/pcss/bin; bash" &
7gnome-terminal -t "Access machine eth1 [192.168.40.1]" --geometry 156x20+0+800 -x sudo iftop -i eth1 &
Note: See TracBrowser for help on using the repository browser.