vsoa_throughput_latencytest.../vsoa_throughput_test/README

13 lines
315 B
Plaintext
Raw Permalink Normal View History

##### how to build #######
./build.sh
##### how to run #########
export LD_LIBRARY_PATH=/usr/lib/vsoa/
./perftest -h see the help message
##### example ############
publish
./perftest -p -t -c 10000 -l 1024 -i vsoa://<sub ip>:<port>
subscriber
./perftest -s -t -c 10000 -l 1024 -i vsoa://<pub ip>:<port>