START sys/netinet/tcpthread 2025-03-25T05:33:23Z ==== 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 509, recv 1, close 1, drop 0 10.01 real 29.99 user 0.02 sys ==== run-sock100 ==== ulimit -n 500; time ./tcpthread -n100 count: connect 100, accept 100, send 27, recv 0, close 50, drop 0 0m10.21s real 0m23.39s user 0m06.68s system ==== run-splice ==== time ./tcpthread -n10 -S2 count: connect 93178, splice 132, unsplice 0, max 0, idle 0, accept 1274, send 359360, recv 276388, close 98528, drop 0 10.04 real 10.38 user 13.05 sys ==== run-unsplice ==== time ./tcpthread -n10 -S2 -U1 count: connect 432, splice 18, unsplice 365, max 0, idle 0, accept 147, send 389093, recv 262965, close 425, drop 0 10.10 real 21.62 user 9.09 sys ==== run-max ==== time ./tcpthread -n10 -S4 -M100 -s2 -r2 count: connect 1277, splice 421, unsplice 0, max 353, idle 0, accept 487, send 484802, recv 421980, close 466, drop 0 10.04 real 25.76 user 18.12 sys ==== run-idle ==== time ./tcpthread -n10 -S4 -I100 -s2 -r2 count: connect 9025, splice 1959, unsplice 0, max 0, idle 1446, accept 2397, send 303527, recv 162835, close 2436, drop 0 10.08 real 18.82 user 25.52 sys ==== run-drop ==== time ./tcpthread -n10 -D3 -o0 count: connect 23344, accept 4300, send 102644, recv 9546, close 0, drop 2177 10.06 real 18.86 user 26.71 sys ==== run-splicedrop ==== time ./tcpthread -n10 -S2 -D3 -o0 count: connect 25, splice 13, unsplice 0, max 0, idle 0, accept 10, send 349465, recv 288674, close 0, drop 5 10.01 real 2.34 user 22.60 sys PASS sys/netinet/tcpthread Duration 1m21.66s