==== 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 371, accept 275, send 1344, recv 39, close 625 10.04 real 13.40 user 10.97 sys ==== run-sock100 ==== ulimit -n 500; time ./udpthread -n100 count: connect 4065, accept 699, send 7086, recv 93, close 4485 0m18.51s real 0m07.28s user 0m04.97s system ==== run-splice ==== time ./udpthread -n10 -S2 count: connect 24738, splice 20623, unsplice 0, max 0, idle 0, accept 36150, send 105817, recv 2244, close 108904 10.02 real 13.44 user 15.43 sys ==== run-unsplice ==== time ./udpthread -n10 -S2 -U1 count: connect 16686, splice 8740, unsplice 28450, max 0, idle 0, accept 18703, send 49662, recv 901, close 50981 10.00 real 16.96 user 17.11 sys ==== run-max ==== time ./udpthread -n10 -S4 -M100 -s2 -r2 count: connect 9466, splice 9894, unsplice 0, max 0, idle 0, accept 18230, send 97265, recv 3927, close 47323 10.02 real 16.79 user 17.60 sys ==== run-idle ==== time ./udpthread -n10 -S4 -I100 -s2 -r2 count: connect 9301, splice 8692, unsplice 0, max 0, idle 0, accept 14730, send 77271, recv 4919, close 40736 10.22 real 16.60 user 17.78 sys