==== 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 ld: warning: tcpthread.c:655 (/home/src/regress/sys/netinet/tcpthread/tcpthread.c:655)(tcpthread.o:(main)): warning: rand_r() is not random, it is deterministic. time ./tcpthread count: connect 527, accept 1, send 298, recv 0, close 242, drop 0 10.02 real 29.96 user 0.02 sys ==== run-sock100 ==== ulimit -n 500; time ./tcpthread -n100 count: connect 100, accept 100, send 21, recv 0, close 50, drop 0 0m10.23s real 0m25.69s user 0m04.67s system ==== run-splice ==== time ./tcpthread -n10 -S2 count: connect 249, splice 169, unsplice 0, max 0, idle 0, accept 186, send 444249, recv 370170, close 202, drop 0 10.04 real 14.46 user 9.93 sys ==== run-unsplice ==== time ./tcpthread -n10 -S2 -U1 count: connect 14212, splice 962, unsplice 2550, max 0, idle 0, accept 1928, send 317055, recv 106485, close 18851, drop 0 10.03 real 23.58 user 10.03 sys ==== run-max ==== time ./tcpthread -n10 -S4 -M100 -s2 -r2 count: connect 40387, splice 2264, unsplice 0, max 80, idle 0, accept 4130, send 38146, recv 9112, close 28177, drop 0 10.06 real 22.74 user 12.82 sys ==== run-idle ==== time ./tcpthread -n10 -S4 -I100 -s2 -r2 count: connect 20, splice 6, unsplice 0, max 0, idle 0, accept 10, send 16, recv 11, close 15, drop 0 10.11 real 34.93 user 5.15 sys ==== run-drop ==== time doas -n ./tcpthread -n10 -D3 -o0 count: connect 10, accept 10, send 27, recv 4, close 0, drop 10 10.10 real 39.89 user 0.02 sys ==== run-splicedrop ==== time doas -n ./tcpthread -n10 -S2 -D3 -o0 count: connect 25, splice 14, unsplice 0, max 0, idle 0, accept 10, send 114524, recv 50766, close 0, drop 13 10.03 real 9.38 user 27.84 sys