START sys/netinet/tcpthread 2025-03-07T05:36:14Z ==== 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 7, recv 0, close 1, drop 0 10.01 real 30.04 user 0.03 sys ==== run-sock100 ==== ulimit -n 500; time ./tcpthread -n100 count: connect 10605, accept 10600, send 5172, recv 15662, close 10534, drop 0 0m10.02s real 0m23.71s user 0m08.48s system ==== run-splice ==== time ./tcpthread -n10 -S2 count: connect 285, splice 7, unsplice 0, max 0, idle 0, accept 93, send 83, recv 277, close 324, drop 0 10.08 real 23.53 user 6.74 sys ==== run-unsplice ==== time ./tcpthread -n10 -S2 -U1 count: connect 10, splice 3, unsplice 6, max 0, idle 0, accept 3, send 1, recv 0, close 3, drop 0 10.16 real 34.00 user 6.17 sys ==== run-max ==== time ./tcpthread -n10 -S4 -M100 -s2 -r2 count: connect 163668, splice 1665, unsplice 0, max 1, idle 0, accept 1247, send 4908, recv 31, close 176177, drop 0 10.04 real 13.08 user 42.82 sys ==== run-idle ==== time ./tcpthread -n10 -S4 -I100 -s2 -r2 count: connect 25, splice 5, unsplice 0, max 0, idle 0, accept 12, send 4, recv 21, close 20, drop 0 10.10 real 36.86 user 13.50 sys ==== run-drop ==== time ./tcpthread -n10 -D3 -o0 count: connect 23286, accept 3987, send 99435, recv 9243, close 0, drop 2062 10.02 real 18.69 user 26.93 sys ==== run-splicedrop ==== time ./tcpthread -n10 -S2 -D3 -o0 count: connect 47, splice 12, unsplice 0, max 0, idle 0, accept 10, send 369666, recv 272927, close 0, drop 24 10.01 real 2.45 user 23.47 sys PASS sys/netinet/tcpthread Duration 1m21.54s