==== 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 817, accept 65, send 357, recv 28, close 585, drop 0 10.03 real 15.81 user 8.86 sys ==== run-sock100 ==== ulimit -n 500; time ./tcpthread -n100 count: connect 126521, accept 63926, send 150191, recv 60134, close 125734, drop 0 0m10.07s real 0m09.39s user 0m18.51s system ==== run-splice ==== time ./tcpthread -n10 -S2 count: connect 15375, splice 6897, unsplice 0, max 0, idle 0, accept 6975, send 44756, recv 9587, close 24711, drop 0 10.03 real 13.90 user 10.01 sys ==== run-unsplice ==== time ./tcpthread -n10 -S2 -U1 count: connect 14200, splice 5591, unsplice 9023, max 0, idle 0, accept 5953, send 35314, recv 6332, close 19576, drop 0 10.11 real 16.67 user 15.27 sys ==== run-max ==== time ./tcpthread -n10 -S4 -M100 -s2 -r2 count: connect 14979, splice 6314, unsplice 0, max 2159, idle 0, accept 6864, send 62312, recv 8279, close 20542, drop 0 10.02 real 15.41 user 15.70 sys ==== run-idle ==== time ./tcpthread -n10 -S4 -I100 -s2 -r2 count: connect 11465, splice 5249, unsplice 0, max 0, idle 0, accept 5529, send 51111, recv 10258, close 15997, drop 0 10.10 real 16.51 user 15.21 sys ==== run-drop ==== time doas -n ./tcpthread -n10 -D3 -o0 count: connect 2944, accept 2672, send 124181, recv 4540, close 0, drop 2652 10.02 real 17.57 user 16.07 sys ==== run-splicedrop ==== time doas -n ./tcpthread -n10 -S2 -D3 -o0 count: connect 2614, splice 1102, unsplice 0, max 0, idle 0, accept 1686, send 174360, recv 62171, close 0, drop 3604 10.04 real 15.73 user 16.30 sys