forked from CharlesLiu-TOPNetwork/top-dw-agent
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtest_loacl.sh
More file actions
28 lines (28 loc) · 1.26 KB
/
test_loacl.sh
File metadata and controls
28 lines (28 loc) · 1.26 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
nohup python3 main.py -f /tmp/rec1/xtop.log -d local_test -a 161.35.114.185:9010 &
sleep 1
nohup python3 main.py -f /tmp/rec2/xtop.log -d local_test -a 161.35.114.185:9010 &
sleep 1
nohup python3 main.py -f /tmp/rec3/xtop.log -d local_test -a 161.35.114.185:9010 &
sleep 1
nohup python3 main.py -f /tmp/rec4/xtop.log -d local_test -a 161.35.114.185:9010 &
sleep 1
nohup python3 main.py -f /tmp/rec5/xtop.log -d local_test -a 161.35.114.185:9010 &
sleep 1
nohup python3 main.py -f /tmp/zec1/xtop.log -d local_test -a 161.35.114.185:9010 &
sleep 1
nohup python3 main.py -f /tmp/zec2/xtop.log -d local_test -a 161.35.114.185:9010 &
sleep 1
nohup python3 main.py -f /tmp/zec3/xtop.log -d local_test -a 161.35.114.185:9010 &
sleep 1
nohup python3 main.py -f /tmp/zec4/xtop.log -d local_test -a 161.35.114.185:9010 &
sleep 1
nohup python3 main.py -f /tmp/con1/xtop.log -d local_test -a 161.35.114.185:9010 &
sleep 1
nohup python3 main.py -f /tmp/con2/xtop.log -d local_test -a 161.35.114.185:9010 &
sleep 1
nohup python3 main.py -f /tmp/con3/xtop.log -d local_test -a 161.35.114.185:9010 &
sleep 1
nohup python3 main.py -f /tmp/con4/xtop.log -d local_test -a 161.35.114.185:9010 &
sleep 1
nohup python3 main.py -f /tmp/con5/xtop.log -d local_test -a 161.35.114.185:9010 &
sleep 1