START sys/netinet/tcpthread 2025-03-24T19:35:39Z ==== 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 44456, accept 41, send 12, recv 46, close 44452, drop 0 10.02 real 29.75 user 1.11 sys ==== run-sock100 ==== ulimit -n 500; time ./tcpthread -n100 count: connect 306446, accept 30927, send 16134, recv 25891, close 306384, drop 0 0m10.03s real 0m13.25s user 0m25.67s system ==== run-splice ==== time ./tcpthread -n10 -S2 count: connect 17, splice 5, unsplice 0, max 0, idle 0, accept 6, send 3, recv 9, close 11, drop 0 10.13 real 23.26 user 6.89 sys ==== run-unsplice ==== time ./tcpthread -n10 -S2 -U1 count: connect 220625, splice 48, unsplice 1441, max 0, idle 0, accept 372, send 4775, recv 364, close 218322, drop 0 10.05 real 38.21 user 8.25 sys ==== run-max ==== time ./tcpthread -n10 -S4 -M100 -s2 -r2 count: connect 67204, splice 333, unsplice 0, max 0, idle 0, accept 1338, send 933520, recv 433124, close 73459, drop 0 10.07 real 13.10 user 21.84 sys ==== run-idle ==== time ./tcpthread -n10 -S4 -I100 -s2 -r2 count: connect 10, splice 2, unsplice 0, max 0, idle 0, accept 3, send 1, recv 1, close 3, drop 0 10.14 real 36.22 user 14.01 sys ==== run-drop ==== time ./tcpthread -n10 -D3 -o0 count: connect 115193, accept 2166, send 160555, recv 6134, close 0, drop 1388 10.01 real 18.59 user 22.64 sys ==== run-splicedrop ==== time ./tcpthread -n10 -S2 -D3 -o0 count: connect 10, splice 5, unsplice 0, max 0, idle 0, accept 6, send 194, recv 3, close 0, drop 8 10.15 real 43.81 user 6.32 sys PASS sys/netinet/tcpthread Duration 1m21.32s