START sys/netinet/tcpthread 2025-03-20T02:44:55Z ==== run-default ==== cc -O2 -pipe -g -Wall -Wpointer-arith -Wuninitialized -Wstrict-prototypes -Wmissing-prototypes -Wunused -Wsign-compare -Wshadow -MD -MP -c /usr/src/regress/sys/netinet/tcpthread/tcpthread.c cc -o tcpthread tcpthread.o -lpthread ld: warning: tcpthread.c:655 (/usr/src/regress/sys/netinet/tcpthread/tcpthread.c:655)(tcpthread.o:(main)): warning: rand_r() is not random, it is deterministic. time ./tcpthread count: connect 501, accept 1, send 513, recv 1, close 1, drop 0 10.01 real 29.99 user 0.01 sys ==== run-sock100 ==== ulimit -n 500; time ./tcpthread -n100 count: connect 9609, accept 9600, send 4795, recv 14287, close 9540, drop 0 0m10.02s real 0m24.30s user 0m07.01s system ==== run-splice ==== time ./tcpthread -n10 -S2 count: connect 86, splice 19, unsplice 0, max 0, idle 0, accept 14, send 981668, recv 902057, close 38, drop 0 10.14 real 12.73 user 11.47 sys ==== run-unsplice ==== time ./tcpthread -n10 -S2 -U1 count: connect 423995, splice 47, unsplice 441, max 0, idle 0, accept 10, send 4000, recv 1609, close 423720, drop 0 10.03 real 32.54 user 14.68 sys ==== run-max ==== time ./tcpthread -n10 -S4 -M100 -s2 -r2 count: connect 843, splice 381, unsplice 0, max 356, idle 0, accept 399, send 939802, recv 842763, close 361, drop 0 10.10 real 26.70 user 17.07 sys ==== run-idle ==== time ./tcpthread -n10 -S4 -I100 -s2 -r2 count: connect 350021, splice 3863, unsplice 0, max 0, idle 0, accept 10, send 47506, recv 40, close 353420, drop 0 10.04 real 32.49 user 22.19 sys ==== run-drop ==== time ./tcpthread -n10 -D3 -o0 count: connect 10, accept 10, send 33, recv 5, close 0, drop 10 10.12 real 49.92 user 0.03 sys ==== run-splicedrop ==== time ./tcpthread -n10 -S2 -D3 -o0 count: connect 64, splice 15, unsplice 0, max 0, idle 0, accept 10, send 854701, recv 684025, close 0, drop 25 10.02 real 4.48 user 31.56 sys PASS sys/netinet/tcpthread Duration 1m21.26s