==== 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 670, accept 502, send 1211, recv 44, close 1131 10.02 real 16.05 user 5.68 sys ==== run-sock100 ==== ulimit -n 500; time ./udpthread -n100 count: connect 177984, accept 99852, send 224778, recv 32751, close 276256 0m10.02s real 0m12.43s user 0m21.94s system ==== run-splice ==== time ./udpthread -n10 -S2 count: connect 31163, splice 24070, unsplice 0, max 0, idle 0, accept 44186, send 124340, recv 2239, close 134289 10.00 real 14.10 user 14.86 sys ==== run-unsplice ==== time ./udpthread -n10 -S2 -U1 count: connect 23646, splice 12207, unsplice 41703, max 0, idle 0, accept 18750, send 63903, recv 922, close 64562 10.02 real 15.81 user 17.13 sys ==== run-max ==== time ./udpthread -n10 -S4 -M100 -s2 -r2 count: connect 9461, splice 8789, unsplice 0, max 0, idle 0, accept 16473, send 85881, recv 3791, close 43111 10.02 real 16.87 user 16.24 sys ==== run-idle ==== time ./udpthread -n10 -S4 -I100 -s2 -r2 count: connect 11400, splice 9674, unsplice 0, max 0, idle 0, accept 15328, send 86916, recv 5031, close 45729 10.01 real 16.75 user 15.99 sys