mirror of
https://github.com/pi-farm/Docker-PXE-Server.git
synced 2025-12-10 02:08:26 +00:00
change tmux-pane set
This commit is contained in:
@@ -2,13 +2,15 @@
|
|||||||
|
|
||||||
# VARs
|
# VARs
|
||||||
h1=50 # tmux splitwindow percentage RIGHT WINDOW
|
h1=50 # tmux splitwindow percentage RIGHT WINDOW
|
||||||
h2=75 # tmux splitwindow percentage RIGHT WINDOW
|
h2=70 # tmux splitwindow percentage RIGHT WINDOW
|
||||||
v1=30 # tmux splitwindow percentage LOWER WINDOW
|
v1=30 # tmux splitwindow percentage LOWER WINDOW
|
||||||
|
|
||||||
#### INIT-Windowset
|
#### INIT-Windowset
|
||||||
|
|
||||||
# Open Speedometer
|
# Open Speedometer
|
||||||
tmux split-window -v -p $v1 "speedometer -b -r eth0 -t eth0"
|
#tmux split-window -v -p $v1 "speedometer -b -r eth0 -t eth0"
|
||||||
|
#tmux split-window -v -p $v1 "speedometer -r eth0 -t eth0 -l -m 26214400"
|
||||||
|
tmux split-window -v -p $v1 "nload -z -i 10240 -o 10240 -u M eth0"
|
||||||
|
|
||||||
# Open TCPDUMP
|
# Open TCPDUMP
|
||||||
tmux select-pane -t 1
|
tmux select-pane -t 1
|
||||||
|
|||||||
Reference in New Issue
Block a user