==== 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 834, accept 66, send 366, recv 24, close 588, drop 0 10.03 real 15.33 user 7.93 sys ==== run-sock100 ==== ulimit -n 500; time ./tcpthread -n100 count: connect 121348, accept 62853, send 172197, recv 63166, close 120381, drop 0 0m10.07s real 0m09.17s user 0m18.29s system ==== run-splice ==== time ./tcpthread -n10 -S2 count: connect 16238, splice 7067, unsplice 0, max 0, idle 0, accept 7032, send 48409, recv 8939, close 26148, drop 0 10.03 real 13.80 user 9.56 sys ==== run-unsplice ==== time ./tcpthread -n10 -S2 -U1 count: connect 17026, splice 6277, unsplice 10285, max 0, idle 0, accept 6880, send 36257, recv 7015, close 23468, drop 0 10.02 real 16.49 user 14.81 sys ==== run-max ==== time ./tcpthread -n10 -S4 -M100 -s2 -r2 count: connect 21065, splice 8505, unsplice 0, max 2796, idle 0, accept 8837, send 84723, recv 11370, close 27085, drop 0 10.16 real 14.34 user 15.70 sys ==== run-idle ==== time ./tcpthread -n10 -S4 -I100 -s2 -r2 count: connect 11630, splice 4823, unsplice 0, max 0, idle 0, accept 5231, send 68396, recv 7410, close 16301, drop 0 10.02 real 12.77 user 12.74 sys ==== run-drop ==== time doas -n ./tcpthread -n10 -D3 -o0 count: connect 3115, accept 2739, send 124365, recv 5073, close 0, drop 2731 10.04 real 13.80 user 12.38 sys ==== run-splicedrop ==== time doas -n ./tcpthread -n10 -S2 -D3 -o0 count: connect 5278, splice 1572, unsplice 0, max 0, idle 0, accept 2631, send 96550, recv 6573, close 0, drop 6579 10.04 real 12.44 user 12.78 sys