START sys/netinet/tcpthread 2025-04-03T04:38:10Z ==== 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 616, accept 23, send 269, recv 0, close 616, drop 0 10.01 real 30.05 user 0.07 sys ==== run-sock100 ==== ulimit -n 500; time ./tcpthread -n100 count: connect 100, accept 100, send 19, recv 0, close 50, drop 0 0m10.21s real 0m23.29s user 0m06.75s system ==== run-splice ==== time ./tcpthread -n10 -S2 count: connect 22, splice 6, unsplice 0, max 0, idle 0, accept 8, send 3, recv 13, close 18, drop 0 10.09 real 23.54 user 6.57 sys ==== run-unsplice ==== time ./tcpthread -n10 -S2 -U1 count: connect 77864, splice 26, unsplice 519, max 0, idle 0, accept 657, send 2816, recv 14, close 82733, drop 0 10.03 real 25.39 user 16.54 sys ==== run-max ==== time ./tcpthread -n10 -S4 -M100 -s2 -r2 count: connect 14809, splice 673, unsplice 0, max 219, idle 0, accept 2075, send 36511, recv 843, close 1330, drop 0 10.06 real 20.76 user 29.76 sys ==== run-idle ==== time ./tcpthread -n10 -S4 -I100 -s2 -r2 count: connect 13784, splice 888, unsplice 0, max 0, idle 353, accept 2104, send 105402, recv 9339, close 1258, drop 0 10.02 real 20.29 user 29.51 sys ==== run-drop ==== time ./tcpthread -n10 -D3 -o0 count: connect 1260, accept 1257, send 5650, recv 3527, close 0, drop 1255 10.01 real 19.27 user 29.07 sys ==== run-splicedrop ==== time ./tcpthread -n10 -S2 -D3 -o0 count: connect 60, splice 10, unsplice 0, max 0, idle 0, accept 42, send 442799, recv 164556, close 0, drop 50 10.03 real 3.25 user 19.99 sys PASS sys/netinet/tcpthread Duration 1m21.58s