==== 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/tcpthread/tcpthread.c cc -o tcpthread tcpthread.o -lpthread time ./tcpthread count: connect 749, accept 54, send 332, recv 32, close 536, drop 0 10.03 real 15.74 user 5.76 sys ==== run-sock100 ==== ulimit -n 500; time ./tcpthread -n100 count: connect 112511, accept 59022, send 170598, recv 61344, close 112382, drop 0 0m10.08s real 0m08.53s user 0m17.43s system ==== run-splice ==== time ./tcpthread -n10 -S2 count: connect 15495, splice 7008, unsplice 0, max 0, idle 0, accept 6705, send 43442, recv 8034, close 24936, drop 0 10.06 real 13.16 user 8.13 sys ==== run-unsplice ==== time ./tcpthread -n10 -S2 -U1 count: connect 14434, splice 4778, unsplice 8605, max 0, idle 0, accept 4893, send 29122, recv 4743, close 19717, drop 0 10.02 real 15.92 user 13.96 sys ==== run-max ==== time ./tcpthread -n10 -S4 -M100 -s2 -r2 count: connect 16243, splice 7127, unsplice 0, max 2306, idle 0, accept 6541, send 81690, recv 9804, close 19745, drop 0 10.15 real 12.26 user 12.26 sys ==== run-idle ==== time ./tcpthread -n10 -S4 -I100 -s2 -r2 count: connect 9131, splice 4654, unsplice 0, max 0, idle 0, accept 4299, send 43159, recv 8759, close 12328, drop 0 10.04 real 16.52 user 15.08 sys ==== run-drop ==== time doas -n ./tcpthread -n10 -D3 -o0 count: connect 2890, accept 2659, send 121820, recv 4640, close 0, drop 2654 10.02 real 17.78 user 15.31 sys ==== run-splicedrop ==== time doas -n ./tcpthread -n10 -S2 -D3 -o0 count: connect 2071, splice 882, unsplice 0, max 0, idle 0, accept 1199, send 198034, recv 90212, close 0, drop 2695 10.16 real 14.96 user 15.99 sys