==== 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 687, accept 506, send 1219, recv 37, close 1178 10.02 real 15.80 user 5.62 sys ==== run-sock100 ==== ulimit -n 500; time ./udpthread -n100 count: connect 176747, accept 100100, send 223987, recv 33843, close 275360 0m10.02s real 0m12.77s user 0m21.43s system ==== run-splice ==== time ./udpthread -n10 -S2 count: connect 29953, splice 23960, unsplice 0, max 0, idle 0, accept 41984, send 126743, recv 2572, close 129261 10.01 real 13.73 user 14.93 sys ==== run-unsplice ==== time ./udpthread -n10 -S2 -U1 count: connect 24881, splice 12713, unsplice 42497, max 0, idle 0, accept 16783, send 66046, recv 917, close 65247 10.01 real 16.15 user 17.27 sys ==== run-max ==== time ./udpthread -n10 -S4 -M100 -s2 -r2 count: connect 9920, splice 9355, unsplice 0, max 0, idle 0, accept 15311, send 92702, recv 5446, close 43291 10.02 real 16.99 user 15.95 sys ==== run-idle ==== time ./udpthread -n10 -S4 -I100 -s2 -r2 count: connect 9318, splice 9010, unsplice 0, max 0, idle 0, accept 16916, send 86809, recv 4403, close 43739 10.03 real 16.33 user 16.71 sys