==== 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 490, accept 23, send 802, recv 6, close 18, drop 0 10.02 real 29.74 user 0.17 sys ==== run-sock100 ==== ulimit -n 500; time ./tcpthread -n100 count: connect 100, accept 100, send 29, recv 0, close 50, drop 0 0m10.23s real 0m25.53s user 0m04.84s system ==== run-splice ==== time ./tcpthread -n10 -S2 count: connect 79213, splice 2606, unsplice 0, max 0, idle 0, accept 4784, send 1479, recv 4596, close 88952, drop 0 10.03 real 21.68 user 10.70 sys ==== run-unsplice ==== time ./tcpthread -n10 -S2 -U1 count: connect 60064, splice 406, unsplice 2183, max 0, idle 0, accept 10, send 37417, recv 81, close 34868, drop 0 10.05 real 26.88 user 9.41 sys ==== run-max ==== time ./tcpthread -n10 -S4 -M100 -s2 -r2 count: connect 16016, splice 1910, unsplice 0, max 3, idle 0, accept 2578, send 2112, recv 2462, close 19784, drop 0 10.13 real 23.46 user 14.32 sys ==== run-idle ==== time ./tcpthread -n10 -S4 -I100 -s2 -r2 count: connect 3260, splice 1372, unsplice 0, max 0, idle 1054, accept 1458, send 88234, recv 14437, close 734, drop 0 10.12 real 26.59 user 10.45 sys ==== run-drop ==== time doas -n ./tcpthread -n10 -D3 -o0 count: connect 7645, accept 2649, send 67196, recv 6448, close 0, drop 1837 10.01 real 18.89 user 19.03 sys ==== run-splicedrop ==== time doas -n ./tcpthread -n10 -S2 -D3 -o0 count: connect 857, splice 484, unsplice 0, max 0, idle 0, accept 518, send 32920, recv 1355, close 0, drop 465 10.06 real 23.52 user 15.52 sys