START sys/netinet/tcpthread 2025-03-30T18:38:01Z ==== 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 152211, accept 85, send 27, recv 89, close 152192, drop 0 10.02 real 29.29 user 5.06 sys ==== run-sock100 ==== ulimit -n 500; time ./tcpthread -n100 count: connect 300703, accept 33301, send 15158, recv 28458, close 300634, drop 0 0m10.03s real 0m13.41s user 0m25.33s system ==== run-splice ==== time ./tcpthread -n10 -S2 count: connect 305, splice 5, unsplice 0, max 0, idle 0, accept 23, send 13, recv 297, close 310, drop 0 10.11 real 23.07 user 7.06 sys ==== run-unsplice ==== time ./tcpthread -n10 -S2 -U1 count: connect 73126, splice 8, unsplice 447, max 0, idle 0, accept 587, send 2197, recv 62, close 77702, drop 0 10.02 real 26.03 user 15.73 sys ==== run-max ==== time ./tcpthread -n10 -S4 -M100 -s2 -r2 count: connect 277988, splice 258, unsplice 0, max 0, idle 0, accept 520, send 11311, recv 867, close 283442, drop 0 10.03 real 26.81 user 29.23 sys ==== run-idle ==== time ./tcpthread -n10 -S4 -I100 -s2 -r2 count: connect 129668, splice 90, unsplice 0, max 0, idle 2, accept 1306, send 7679, recv 1134, close 133543, drop 0 10.05 real 41.47 user 12.79 sys ==== run-drop ==== time ./tcpthread -n10 -D3 -o0 count: connect 165272, accept 1693, send 199079, recv 4466, close 0, drop 1017 10.02 real 18.40 user 22.77 sys ==== run-splicedrop ==== time ./tcpthread -n10 -S2 -D3 -o0 count: connect 10, splice 4, unsplice 0, max 0, idle 0, accept 5, send 138, recv 5, close 0, drop 6 10.09 real 35.16 user 14.90 sys PASS sys/netinet/tcpthread Duration 1m21.11s