tor_multipath_voip/scripts/witness-client

6 lines
213 B
Plaintext
Raw Normal View History

2019-04-18 12:34:38 +00:00
#!/bin/bash
2019-04-18 14:36:14 +00:00
mkdir -p ./{res,log}
2019-04-18 12:34:38 +00:00
measlat -h 127.0.0.1 -p 9000 > /dev/null 2>&1 # Used to wait for connections
measlat -h 127.0.0.1 -p 9000 -c $1 -i $2 -s $3 > ./res/witness.csv 2> ./log/client-measlat-stderr.log