START sys/netinet/tcpthread 2025-03-06T05:40:32Z ==== 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 6, send 506, recv 1, close 6, drop 0 10.04 real 30.02 user 0.04 sys ==== run-sock100 ==== ulimit -n 500; time ./tcpthread -n100 count: connect 10979, accept 10496, send 525173, recv 348696, close 10441, drop 0 0m10.65s real 0m12.16s user 0m14.39s system ==== run-splice ==== time ./tcpthread -n10 -S2 count: connect 192, splice 13, unsplice 0, max 0, idle 0, accept 39, send 520545, recv 480537, close 153, drop 0 10.05 real 12.33 user 12.52 sys ==== run-unsplice ==== time ./tcpthread -n10 -S2 -U1 count: connect 197485, splice 87, unsplice 5038, max 0, idle 0, accept 1757, send 27913, recv 1811, close 179991, drop 0 10.03 real 35.27 user 7.82 sys ==== run-max ==== time ./tcpthread -n10 -S4 -M100 -s2 -r2 count: connect 192631, splice 347, unsplice 0, max 13, idle 0, accept 2311, send 280695, recv 169743, close 195343, drop 0 10.02 real 20.22 user 23.13 sys ==== run-idle ==== time ./tcpthread -n10 -S4 -I100 -s2 -r2 count: connect 302184, splice 565, unsplice 0, max 0, idle 2, accept 556, send 20322, recv 26, close 300027, drop 0 10.04 real 21.99 user 34.96 sys ==== run-drop ==== time ./tcpthread -n10 -D3 -o0 count: connect 10, accept 10, send 12, recv 4, close 0, drop 10 10.09 real 49.94 user 0.01 sys ==== run-splicedrop ==== time ./tcpthread -n10 -S2 -D3 -o0 count: connect 22, splice 12, unsplice 0, max 0, idle 0, accept 10, send 373694, recv 272949, close 0, drop 5 10.02 real 3.00 user 21.85 sys PASS sys/netinet/tcpthread Duration 1m22.06s