==== 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 823, accept 43, send 367, recv 15, close 532, drop 0 10.01 real 14.92 user 10.02 sys ==== run-sock100 ==== ulimit -n 500; time ./tcpthread -n100 count: connect 125464, accept 62302, send 151689, recv 63896, close 122237, drop 0 0m10.07s real 0m09.78s user 0m17.95s system ==== run-splice ==== time ./tcpthread -n10 -S2 count: connect 14509, splice 7470, unsplice 0, max 0, idle 0, accept 7103, send 39336, recv 9563, close 24562, drop 0 10.09 real 13.88 user 11.02 sys ==== run-unsplice ==== time ./tcpthread -n10 -S2 -U1 count: connect 18461, splice 6696, unsplice 10512, max 0, idle 0, accept 7546, send 38202, recv 7673, close 25459, drop 0 10.17 real 16.00 user 15.08 sys ==== run-max ==== time ./tcpthread -n10 -S4 -M100 -s2 -r2 count: connect 14035, splice 6392, unsplice 0, max 2295, idle 0, accept 6697, send 62229, recv 8365, close 19652, drop 0 10.20 real 15.61 user 16.05 sys ==== run-idle ==== time ./tcpthread -n10 -S4 -I100 -s2 -r2 count: connect 8638, splice 4520, unsplice 0, max 0, idle 0, accept 4524, send 38718, recv 7486, close 13384, drop 0 10.14 real 16.83 user 16.30 sys ==== run-drop ==== time doas -n ./tcpthread -n10 -D3 -o0 count: connect 2907, accept 2674, send 124518, recv 4710, close 0, drop 2652 10.02 real 17.82 user 16.60 sys ==== run-splicedrop ==== time doas -n ./tcpthread -n10 -S2 -D3 -o0 count: connect 2665, splice 1349, unsplice 0, max 0, idle 0, accept 1741, send 165226, recv 51600, close 0, drop 3725 10.04 real 15.89 user 16.81 sys