==== 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 502, accept 379, send 2262, recv 45, close 860 10.02 real 13.58 user 11.21 sys ==== run-sock100 ==== ulimit -n 500; time ./udpthread -n100 count: connect 2872, accept 600, send 6545, recv 87, close 3268 0m13.59s real 0m05.96s user 0m03.47s system ==== run-splice ==== time ./udpthread -n10 -S2 count: connect 22580, splice 19832, unsplice 0, max 0, idle 0, accept 31288, send 107887, recv 2479, close 98932 10.07 real 13.43 user 13.77 sys ==== run-unsplice ==== time ./udpthread -n10 -S2 -U1 count: connect 18654, splice 9407, unsplice 32380, max 0, idle 0, accept 22915, send 56956, recv 975, close 58791 10.01 real 16.40 user 16.88 sys ==== run-max ==== time ./udpthread -n10 -S4 -M100 -s2 -r2 count: connect 7527, splice 7617, unsplice 0, max 0, idle 0, accept 14448, send 79227, recv 3924, close 36139 10.02 real 16.44 user 15.69 sys ==== run-idle ==== time ./udpthread -n10 -S4 -I100 -s2 -r2 count: connect 8108, splice 8893, unsplice 0, max 0, idle 0, accept 16514, send 86927, recv 5962, close 41991 10.13 real 16.72 user 15.80 sys