START sys/netinet/tcpthread 2025-03-07T19:34: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 7874, accept 116, send 10, recv 117, close 7869, drop 0 10.03 real 29.97 user 0.23 sys ==== run-sock100 ==== ulimit -n 500; time ./tcpthread -n100 count: connect 11187, accept 11024, send 893354, recv 549960, close 10973, drop 0 0m10.59s real 0m12.54s user 0m15.16s system ==== run-splice ==== time ./tcpthread -n10 -S2 count: connect 574, splice 6, unsplice 0, max 0, idle 0, accept 59, send 66, recv 565, close 529, drop 0 10.09 real 23.30 user 6.83 sys ==== run-unsplice ==== time ./tcpthread -n10 -S2 -U1 count: connect 198177, splice 38, unsplice 1238, max 0, idle 0, accept 256, send 1683, recv 250, close 198620, drop 0 10.02 real 38.59 user 6.93 sys ==== run-max ==== time ./tcpthread -n10 -S4 -M100 -s2 -r2 count: connect 3020, splice 390, unsplice 0, max 341, idle 0, accept 619, send 33784, recv 444, close 711, drop 0 10.07 real 29.09 user 20.86 sys ==== run-idle ==== time ./tcpthread -n10 -S4 -I100 -s2 -r2 count: connect 349741, splice 111, unsplice 0, max 0, idle 0, accept 1745, send 11264, recv 1752, close 354339, drop 0 10.03 real 32.25 user 24.22 sys ==== run-drop ==== time ./tcpthread -n10 -D3 -o0 count: connect 1338, accept 1337, send 6155, recv 4183, close 0, drop 1333 10.01 real 19.87 user 29.77 sys ==== run-splicedrop ==== time ./tcpthread -n10 -S2 -D3 -o0 count: connect 1787, splice 460, unsplice 0, max 0, idle 0, accept 581, send 66676, recv 1353, close 0, drop 613 10.01 real 35.16 user 14.23 sys PASS sys/netinet/tcpthread Duration 1m21.59s