[TD-5838]<test> for testing nettools
This commit is contained in:
parent
88eab6e357
commit
cd233bf9e8
|
@ -0,0 +1,3 @@
|
||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
taos -n fqdn
|
|
@ -0,0 +1,13 @@
|
||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
|
||||||
|
for N in -1 0 1 10000 10001
|
||||||
|
do
|
||||||
|
for l in 1023 1024
|
||||||
|
do
|
||||||
|
for S in udp tcp
|
||||||
|
do
|
||||||
|
taos -n speed -h BCC-2 -P 6030 -N $N -l $l -S $S 2>&1 | tee -a result.txt
|
||||||
|
done
|
||||||
|
done
|
||||||
|
done
|
Loading…
Reference in New Issue