START sys/netinet/tcpthread 2025-03-24T03:01:47Z ==== 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 11, recv 0, close 1, drop 0 10.02 real 30.06 user 0.00 sys ==== run-sock100 ==== ulimit -n 500; time ./tcpthread -n100 count: connect 12609, accept 12600, send 6301, recv 18795, close 12534, drop 0 0m10.02s real 0m24.24s user 0m07.57s system ==== run-splice ==== time ./tcpthread -n10 -S2 count: connect 123, splice 7, unsplice 0, max 0, idle 0, accept 5, send 7, recv 113, close 110, drop 0 10.07 real 24.41 user 5.60 sys ==== run-unsplice ==== time ./tcpthread -n10 -S2 -U1 count: connect 10, splice 3, unsplice 8, max 0, idle 0, accept 4, send 0, recv 2, close 4, drop 0 10.16 real 39.94 user 0.06 sys ==== run-max ==== time ./tcpthread -n10 -S4 -M100 -s2 -r2 count: connect 261480, splice 168, unsplice 0, max 13, idle 0, accept 244, send 896331, recv 285276, close 246536, drop 0 10.05 real 21.47 user 23.98 sys ==== run-idle ==== time ./tcpthread -n10 -S4 -I100 -s2 -r2 count: connect 26, splice 7, unsplice 0, max 0, idle 0, accept 16, send 16, recv 22, close 26, drop 0 10.08 real 37.27 user 12.72 sys ==== run-drop ==== time ./tcpthread -n10 -D3 -o0 count: connect 1335, accept 1335, send 6920, recv 3618, close 0, drop 1335 10.04 real 19.71 user 30.29 sys ==== run-splicedrop ==== time ./tcpthread -n10 -S2 -D3 -o0 count: connect 41, splice 15, unsplice 0, max 0, idle 0, accept 15, send 1704, recv 24, close 0, drop 10 10.04 real 44.20 user 5.87 sys PASS sys/netinet/tcpthread Duration 1m21.25s