==== 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 504, accept 355, send 1487, recv 49, close 833 10.01 real 13.66 user 10.86 sys ==== run-sock100 ==== ulimit -n 500; time ./udpthread -n100 count: connect 2792, accept 548, send 5588, recv 107, close 3131 0m10.27s real 0m06.11s user 0m02.35s system ==== run-splice ==== time ./udpthread -n10 -S2 count: connect 21664, splice 18556, unsplice 0, max 0, idle 0, accept 31967, send 101234, recv 2939, close 95179 10.05 real 12.73 user 13.89 sys ==== run-unsplice ==== time ./udpthread -n10 -S2 -U1 count: connect 16284, splice 8999, unsplice 27138, max 0, idle 0, accept 18464, send 49336, recv 961, close 49643 10.02 real 17.28 user 16.91 sys ==== run-max ==== time ./udpthread -n10 -S4 -M100 -s2 -r2 count: connect 9243, splice 9410, unsplice 0, max 0, idle 0, accept 17435, send 96665, recv 4669, close 44889 10.02 real 16.19 user 17.42 sys ==== run-idle ==== time ./udpthread -n10 -S4 -I100 -s2 -r2 count: connect 8853, splice 9637, unsplice 0, max 0, idle 5, accept 19609, send 102914, recv 5445, close 47758 10.04 real 16.21 user 17.60 sys