==== run-default ==== cc -O2 -pipe -g -Wall -Wpointer-arith -Wuninitialized -Wstrict-prototypes -Wmissing-prototypes -Wunused -Wsign-compare -Wshadow -MD -MP -c /home/src/regress/sys/netinet/udpthread/udpthread.c cc -o udpthread udpthread.o -lpthread time ./udpthread count: connect 469, accept 320, send 2108, recv 16, close 777 10.44 real 13.38 user 10.84 sys ==== run-sock100 ==== ulimit -n 500; time ./udpthread -n100 count: connect 2357, accept 300, send 8582, recv 141, close 2449 0m29.29s real 0m05.98s user 0m06.92s system ==== run-splice ==== time ./udpthread -n10 -S2 count: connect 21939, splice 18119, unsplice 0, max 0, idle 0, accept 28966, send 88277, recv 2595, close 92703 10.01 real 14.04 user 13.30 sys ==== run-unsplice ==== time ./udpthread -n10 -S2 -U1 count: connect 15344, splice 8768, unsplice 25781, max 0, idle 0, accept 17544, send 45182, recv 1024, close 47218 10.16 real 16.67 user 16.32 sys ==== run-max ==== time ./udpthread -n10 -S4 -M100 -s2 -r2 count: connect 7838, splice 8031, unsplice 0, max 0, idle 0, accept 13658, send 77370, recv 4996, close 36669 10.01 real 17.03 user 16.16 sys ==== run-idle ==== time ./udpthread -n10 -S4 -I100 -s2 -r2 count: connect 12030, splice 10119, unsplice 0, max 0, idle 0, accept 15900, send 90905, recv 3061, close 47305 10.02 real 16.69 user 16.48 sys