13 lines
315 B
Plaintext
13 lines
315 B
Plaintext
|
##### 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>
|