5 lines
55 B
Bash
5 lines
55 B
Bash
#!/bin/bash
|
|
set -xeuv
|
|
|
|
tcpConnections=50
|
|
testLength=3m
|
#!/bin/bash
|
|
set -xeuv
|
|
|
|
tcpConnections=50
|
|
testLength=3m
|