START sys/netinet/tcpthread 2025-04-01T18:35:20Z ==== 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 223286, accept 192, send 52, recv 194, close 223237, drop 0 10.05 real 28.81 user 5.76 sys ==== run-sock100 ==== ulimit -n 500; time ./tcpthread -n100 count: connect 100, accept 100, send 26, recv 0, close 50, drop 0 0m10.21s real 0m23.26s user 0m06.92s system ==== run-splice ==== time ./tcpthread -n10 -S2 count: connect 10, splice 3, unsplice 0, max 0, idle 0, accept 4, send 2, recv 1, close 5, drop 0 10.15 real 23.58 user 6.51 sys ==== run-unsplice ==== time ./tcpthread -n10 -S2 -U1 count: connect 10, splice 1, unsplice 3, max 0, idle 0, accept 3, send 1, recv 2, close 6, drop 0 10.07 real 39.95 user 0.01 sys ==== run-max ==== time ./tcpthread -n10 -S4 -M100 -s2 -r2 count: connect 3514, splice 181, unsplice 0, max 123, idle 0, accept 441, send 17639, recv 258, close 349, drop 0 10.01 real 21.44 user 28.36 sys ==== run-idle ==== time ./tcpthread -n10 -S4 -I100 -s2 -r2 count: connect 96363, splice 312, unsplice 0, max 0, idle 0, accept 2252, send 672, recv 2414, close 105319, drop 0 10.02 real 27.36 user 26.00 sys ==== run-drop ==== time ./tcpthread -n10 -D3 -o0 count: connect 159, accept 10, send 389, recv 5, close 0, drop 10 10.00 real 9.11 user 40.73 sys ==== run-splicedrop ==== time ./tcpthread -n10 -S2 -D3 -o0 count: connect 22, splice 10, unsplice 0, max 0, idle 0, accept 13, send 601430, recv 291740, close 0, drop 19 10.01 real 2.18 user 20.42 sys PASS sys/netinet/tcpthread Duration 1m21.25s