START sys/netinet/tcpthread 2025-03-10T19:37:24Z ==== 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 255452, accept 204, send 209, recv 204, close 255452, drop 0 10.04 real 28.75 user 6.62 sys ==== run-sock100 ==== ulimit -n 500; time ./tcpthread -n100 count: connect 239489, accept 100, send 57334, recv 0, close 203085, drop 0 0m10.04s real 0m17.73s user 0m13.99s system ==== run-splice ==== time ./tcpthread -n10 -S2 count: connect 137253, splice 110, unsplice 0, max 0, idle 0, accept 369, send 689479, recv 480777, close 141135, drop 0 10.01 real 11.71 user 14.04 sys ==== run-unsplice ==== time ./tcpthread -n10 -S2 -U1 count: connect 288381, splice 221, unsplice 5595, max 0, idle 0, accept 10, send 11927, recv 570, close 286092, drop 0 10.03 real 30.54 user 15.43 sys ==== run-max ==== time ./tcpthread -n10 -S4 -M100 -s2 -r2 count: connect 219464, splice 92, unsplice 0, max 0, idle 0, accept 2433, send 12191, recv 2442, close 223532, drop 0 10.02 real 33.46 user 22.35 sys ==== run-idle ==== time ./tcpthread -n10 -S4 -I100 -s2 -r2 count: connect 4637, splice 1512, unsplice 0, max 0, idle 1168, accept 1740, send 299039, recv 179246, close 1198, drop 0 10.07 real 28.97 user 19.44 sys ==== run-drop ==== time ./tcpthread -n10 -D3 -o0 count: connect 94, accept 10, send 359, recv 7, close 0, drop 10 10.01 real 9.40 user 40.68 sys ==== run-splicedrop ==== time ./tcpthread -n10 -S2 -D3 -o0 count: connect 1652, splice 710, unsplice 0, max 0, idle 0, accept 805, send 98611, recv 2056, close 0, drop 771 10.03 real 34.21 user 14.75 sys PASS sys/netinet/tcpthread Duration 1m20.97s