vsoa_throughput_latencytest.../vsoa_throughput_test
2024-01-30 10:26:45 +08:00
..
build.sh [chore]upload vsoa throughput and latencytest code 2024-01-30 10:26:45 +08:00
PerfTest.cc [chore]upload vsoa throughput and latencytest code 2024-01-30 10:26:45 +08:00
README [chore]upload vsoa throughput and latencytest code 2024-01-30 10:26:45 +08:00
VsoaPerfTest.cc [chore]upload vsoa throughput and latencytest code 2024-01-30 10:26:45 +08:00
VsoaPerfTest.h [chore]upload vsoa throughput and latencytest code 2024-01-30 10:26:45 +08:00

##### 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>