[TD-5838-master]<test>:add nettest for TCP/UDP/FQDN

This commit is contained in:
jiacy.jcy 2021-08-23 16:24:47 +08:00
parent c28f135358
commit 264d8bc875
3 changed files with 55759 additions and 0 deletions

3
tests/nettest/FQDNnettest.sh Executable file
View File

@ -0,0 +1,3 @@
#!/bin/bash
taos -n fqdn

12
tests/nettest/TCPUDP.sh Executable file
View File

@ -0,0 +1,12 @@
#!/bin/bash
for N in -1 0 1 10000 10001
do
for l in 1023 1024 1073741824 1073741825
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

55744
tests/nettest/result.txt Normal file

File diff suppressed because it is too large Load Diff