START sys/netinet/tcpthread 2025-03-21T02:47:27Z ==== 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 1320, accept 3, send 43, recv 1, close 1320, drop 0 10.01 real 30.04 user 0.05 sys ==== run-sock100 ==== ulimit -n 500; time ./tcpthread -n100 count: connect 443266, accept 6198, send 597062, recv 612, close 6125, drop 0 0m10.27s real 0m20.56s user 0m15.64s system ==== run-splice ==== time ./tcpthread -n10 -S2 count: connect 518246, splice 123, unsplice 0, max 0, idle 0, accept 149, send 5876, recv 536, close 518462, drop 0 10.04 real 20.35 user 15.94 sys ==== run-unsplice ==== time ./tcpthread -n10 -S2 -U1 count: connect 133, splice 5, unsplice 42, max 0, idle 0, accept 15, send 14, recv 123, close 90, drop 0 10.10 real 35.63 user 4.45 sys ==== run-max ==== time ./tcpthread -n10 -S4 -M100 -s2 -r2 count: connect 338822, splice 210, unsplice 0, max 5, idle 0, accept 291, send 937306, recv 407552, close 335368, drop 0 10.10 real 24.05 user 22.12 sys ==== run-idle ==== time ./tcpthread -n10 -S4 -I100 -s2 -r2 count: connect 1814, splice 442, unsplice 0, max 0, idle 386, accept 467, send 79567, recv 9703, close 304, drop 0 10.10 real 35.23 user 14.74 sys ==== run-drop ==== time ./tcpthread -n10 -D3 -o0 count: connect 994, accept 10, send 1222, recv 7, close 0, drop 10 10.02 real 13.55 user 36.56 sys ==== run-splicedrop ==== time ./tcpthread -n10 -S2 -D3 -o0 count: connect 60, splice 10, unsplice 0, max 0, idle 0, accept 20, send 1206229, recv 575753, close 0, drop 57 10.01 real 6.03 user 29.61 sys PASS sys/netinet/tcpthread Duration 1m21.32s