Hello all, I am using docker images provided and follow the steps as below to run a test:
***************To pull dataset********************** -sudo docker pull cloudsuite/media-streaming:dataset -sudo docker run -d --name streaming_dataset cloudsuite/media-streaming:dataset ***************create network b/w client and server********************** -sudo docker network create streaming_network ***************To run the server********************** -sudo docker pull cloudsuite/media-streaming:server -sudo docker run -it --name=streaming_server --volumes-from streaming_dataset --net streaming_network cloudsuite/media-streaming:server ***************To run the client********************** -sudo docker pull cloudsuite/media-streaming:client -sudo docker run -it --name=streaming_client --volumes-from streaming_dataset --net streaming_network cloudsuite/media-streaming:client But when I run the ./benchmark.sh get the following log with errors: Total clients = 4 Minimum number of sessions = 25 Maximum number of sessions = 500 Launching 4 clients on localhost Running command /videoperf/httperf --hog --server streaming_server --videosesslo g=[../logs/cl-240p-10-10000-10-5-00.log,../logs/cl-360p-10-4000-10-5-00.log,../l ogs/cl-480p-10-1600-10-5-00.log,../logs/cl-720p-10-800-10-5-00.log],[0.1,0.3,0.4 ,0.2],[localhost,localhost,localhost,localhost] --epoll --recv-buffer=524288 --p ort 80 --output-log=output/result1.log --num-sessions=25 --rate=2 Running command /videoperf/httperf --hog --server streaming_server --videosesslo g=[../logs/cl-240p-10-10000-10-5-00.log,../logs/cl-360p-10-4000-10-5-00.log,../l ogs/cl-480p-10-1600-10-5-00.log,../logs/cl-720p-10-800-10-5-00.log],[0.1,0.3,0.4 ,0.2],[localhost,localhost,localhost,localhost] --epoll --recv-buffer=524288 --p ort 80 --output-log=output/result2.log --num-sessions=25 --rate=2 Running command /videoperf/httperf --hog --server streaming_server --videosesslo g=[../logs/cl-240p-10-10000-10-5-00.log,../logs/cl-360p-10-4000-10-5-00.log,../l ogs/cl-480p-10-1600-10-5-00.log,../logs/cl-720p-10-800-10-5-00.log],[0.1,0.3,0.4 ,0.2],[localhost,localhost,localhost,localhost] --epoll --recv-buffer=524288 --p ort 80 --output-log=output/result3.log --num-sessions=25 --rate=2 Running command /videoperf/httperf --hog --server streaming_server --videosesslo g=[../logs/cl-240p-10-10000-10-5-00.log,../logs/cl-360p-10-4000-10-5-00.log,../l ogs/cl-480p-10-1600-10-5-00.log,../logs/cl-720p-10-800-10-5-00.log],[0.1,0.3,0.4 ,0.2],[localhost,localhost,localhost,localhost] --epoll --recv-buffer=524288 --p ort 80 --output-log=output/result4.log --num-sessions=25 --rate=2 sizeof(fd_set) = 128 sizeof(fd_set) = 128 sizeof(fd_set) = 128 sizeof(fd_set) = 128 httperf --hog --client=0/1 --server=streaming_server --port=80 --uri=/ --rate=2 --send-buffer=4096 --recv-buffer=524288 --epoll --call-stats-file= httperf --hog --client=0/1 --server=streaming_server --port=80 --uri=/ --rate=2 --send-buffer=4096 --recv-buffer=524288 --epoll --call-stats-file= Run on hostname: e9f62e632fd0 Run on hostname: e9f62e632fd0 Run at: Tue Mar 15 18:47:09 2016 Run at: Tue Mar 15 18:47:09 2016 httperf: sched_getaffinity failed, rc=-1 errno=22 (Invalid argument) httperf: sched_getaffinity failed, rc=-1 errno=22 (Invalid argument) httperf --hog --client=0/1 --server=streaming_server --port=80 --uri=/ --rate=2 --send-buffer=4096 --recv-buffer=524288 --epoll --call-stats-file= httperf --hog --client=0/1 --server=streaming_server --port=80 --uri=/ --rate=2 --send-buffer=4096 --recv-buffer=524288 --epoll --call-stats-file= Run on hostname: e9f62e632fd0 Run on hostname: e9f62e632fd0 Run at: Tue Mar 15 18:47:09 2016 Run at: Tue Mar 15 18:47:09 2016 httperf: sched_getaffinity failed, rc=-1 errno=22 (Invalid argument) httperf: sched_getaffinity failed, rc=-1 errno=22 (Invalid argument) grep: ./output/*: No such file or directory grep: ./output/*: No such file or directory peak_hunter/launch_hunt_bin.sh: line 56: 0*100/0: division by 0 (error token is "0") Benchmark succeeded for 25 sessions Launching 4 clients on localhost Running command /videoperf/httperf --hog --server streaming_server --videosesslo g=[../logs/cl-240p-10-10000-10-5-00.log,../logs/cl-360p-10-4000-10-5-00.log,../l ogs/cl-480p-10-1600-10-5-00.log,../logs/cl-720p-10-800-10-5-00.log],[0.1,0.3,0.4 ,0.2],[localhost,localhost,localhost,localhost] --epoll --recv-buffer=524288 --p ort 80 --output-log=output/result1.log --num-sessions=500 --rate=50 Running command /videoperf/httperf --hog --server streaming_server --videosesslo g=[../logs/cl-240p-10-10000-10-5-00.log,../logs/cl-360p-10-4000-10-5-00.log,../l ogs/cl-480p-10-1600-10-5-00.log,../logs/cl-720p-10-800-10-5-00.log],[0.1,0.3,0.4 ,0.2],[localhost,localhost,localhost,localhost] --epoll --recv-buffer=524288 --p ort 80 --output-log=output/result2.log --num-sessions=500 --rate=50 Running command /videoperf/httperf --hog --server streaming_server --videosesslo g=[../logs/cl-240p-10-10000-10-5-00.log,../logs/cl-360p-10-4000-10-5-00.log,../l ogs/cl-480p-10-1600-10-5-00.log,../logs/cl-720p-10-800-10-5-00.log],[0.1,0.3,0.4 ,0.2],[localhost,localhost,localhost,localhost] --epoll --recv-buffer=524288 --p ort 80 --output-log=output/result3.log --num-sessions=500 --rate=50 Running command /videoperf/httperf --hog --server streaming_server --videosesslo g=[../logs/cl-240p-10-10000-10-5-00.log,../logs/cl-360p-10-4000-10-5-00.log,../l ogs/cl-480p-10-1600-10-5-00.log,../logs/cl-720p-10-800-10-5-00.log],[0.1,0.3,0.4 ,0.2],[localhost,localhost,localhost,localhost] --epoll --recv-buffer=524288 --p ort 80 --output-log=output/result4.log --num-sessions=500 --rate=50 sizeof(fd_set) = 128 sizeof(fd_set) = 128 sizeof(fd_set) = 128 sizeof(fd_set) = 128 httperf --hog --client=0/1 --server=streaming_server --port=80 --uri=/ --rate=50 --send-buffer=4096 --recv-buffer=524288 --epoll --call-stats-file= Run on hostname: e9f62e632fd0 Run at: Tue Mar 15 18:47:09 2016 httperf: sched_getaffinity failed, rc=-1 errno=22 (Invalid argument) httperf --hog --client=0/1 --server=streaming_server --port=80 --uri=/ --rate=50 --send-buffer=4096 --recv-buffer=524288 --epoll --call-stats-file= Run on hostname: e9f62e632fd0 httperf --hog --client=0/1 --server=streaming_server --port=80 --uri=/ --rate=50 --send-buffer=4096 --recv-buffer=524288 --epoll --call-stats-file= Run on hostname: e9f62e632fd0 Run at: Tue Mar 15 18:47:09 2016 httperf: sched_getaffinity failed, rc=-1 errno=22 (Invalid argument) Run at: Tue Mar 15 18:47:09 2016 httperf: sched_getaffinity failed, rc=-1 errno=22 (Invalid argument) httperf --hog --client=0/1 --server=streaming_server --port=80 --uri=/ --rate=50 --send-buffer=4096 --recv-buffer=524288 --epoll --call-stats-file= Run on hostname: e9f62e632fd0 Run at: Tue Mar 15 18:47:09 2016 httperf: sched_getaffinity failed, rc=-1 errno=22 (Invalid argument) grep: ./output/*: No such file or directory grep: ./output/*: No such file or directory peak_hunter/launch_hunt_bin.sh: line 56: 0*100/0: division by 0 (error token is "0") Benchmark succeeded for 500 sessions Maximum limit for number of sessions too low. can someone please let me know what is the problem? Thanks and really appreciate it... Best Regards, Neda Nasiriani
