==== 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 503, accept 355, send 1706, recv 10, close 847 10.19 real 13.28 user 10.03 sys ==== run-sock100 ==== ulimit -n 500; time ./udpthread -n100 count: connect 2792, accept 500, send 6798, recv 172, close 3033 0m34.19s real 0m06.83s user 0m07.48s system ==== run-splice ==== time ./udpthread -n10 -S2 count: connect 14524, splice 13536, unsplice 0, max 0, idle 0, accept 21014, send 71313, recv 2979, close 63912 10.05 real 14.67 user 10.30 sys ==== run-unsplice ==== time ./udpthread -n10 -S2 -U1 count: connect 15356, splice 8986, unsplice 25560, max 0, idle 0, accept 17721, send 43036, recv 1024, close 47027 10.01 real 17.18 user 15.88 sys ==== run-max ==== time ./udpthread -n10 -S4 -M100 -s2 -r2 count: connect 8549, splice 8376, unsplice 0, max 0, idle 0, accept 15946, send 86569, recv 4044, close 40646 10.04 real 16.83 user 15.95 sys ==== run-idle ==== time ./udpthread -n10 -S4 -I100 -s2 -r2 count: connect 7247, splice 7113, unsplice 0, max 0, idle 0, accept 13462, send 72976, recv 5767, close 33807 10.05 real 17.09 user 15.75 sys