==== 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 441, accept 309, send 3248, recv 24, close 724 10.01 real 13.23 user 10.51 sys ==== run-sock100 ==== ulimit -n 500; time ./udpthread -n100 count: connect 3972, accept 700, send 5275, recv 164, close 4473 0m10.58s real 0m07.05s user 0m02.68s system ==== run-splice ==== time ./udpthread -n10 -S2 count: connect 10204, splice 8326, unsplice 0, max 0, idle 0, accept 16092, send 54983, recv 1557, close 46719 10.21 real 8.82 user 7.96 sys ==== run-unsplice ==== time ./udpthread -n10 -S2 -U1 count: connect 26641, splice 11698, unsplice 41934, max 0, idle 0, accept 20007, send 69945, recv 1012, close 70281 10.04 real 15.90 user 17.42 sys ==== run-max ==== time ./udpthread -n10 -S4 -M100 -s2 -r2 count: connect 7713, splice 8028, unsplice 0, max 0, idle 0, accept 15584, send 83513, recv 4458, close 38540 10.04 real 16.94 user 16.51 sys ==== run-idle ==== time ./udpthread -n10 -S4 -I100 -s2 -r2 count: connect 8893, splice 8954, unsplice 0, max 0, idle 24, accept 18216, send 99107, recv 4683, close 44465 10.02 real 16.19 user 16.52 sys