START sys/netinet/tcpthread 2025-03-19T05:36:19Z ==== 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 1, accept 1, send 3, recv 0, close 1, drop 0 10.03 real 30.09 user 0.02 sys ==== run-sock100 ==== ulimit -n 500; time ./tcpthread -n100 count: connect 9991, accept 9403, send 520589, recv 361699, close 9337, drop 0 0m10.50s real 0m12.52s user 0m13.80s system ==== run-splice ==== time ./tcpthread -n10 -S2 count: connect 330105, splice 61, unsplice 0, max 0, idle 0, accept 654, send 18710, recv 647, close 320553, drop 0 10.04 real 19.28 user 17.29 sys ==== run-unsplice ==== time ./tcpthread -n10 -S2 -U1 count: connect 66, splice 6, unsplice 21, max 0, idle 0, accept 19, send 11, recv 56, close 58, drop 0 10.08 real 33.53 user 6.57 sys ==== run-max ==== time ./tcpthread -n10 -S4 -M100 -s2 -r2 count: connect 2457, splice 730, unsplice 0, max 593, idle 0, accept 934, send 25593, recv 655, close 584, drop 0 10.16 real 29.25 user 21.28 sys ==== run-idle ==== time ./tcpthread -n10 -S4 -I100 -s2 -r2 count: connect 229219, splice 557, unsplice 0, max 0, idle 4, accept 631, send 16193, recv 31, close 231905, drop 0 10.04 real 22.87 user 33.71 sys ==== run-drop ==== time ./tcpthread -n10 -D3 -o0 count: connect 1260, accept 1260, send 5446, recv 3515, close 0, drop 1260 10.05 real 19.57 user 29.71 sys ==== run-splicedrop ==== time ./tcpthread -n10 -S2 -D3 -o0 count: connect 10, splice 3, unsplice 0, max 0, idle 0, accept 5, send 189, recv 2, close 0, drop 6 10.02 real 36.82 user 13.28 sys PASS sys/netinet/tcpthread Duration 1m22.03s