START sys/netinet/tcpthread 2025-03-25T19:34:49Z ==== 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 1821, accept 1, send 10, recv 0, close 1816, drop 0 10.01 real 29.97 user 0.03 sys ==== run-sock100 ==== ulimit -n 500; time ./tcpthread -n100 count: connect 14101, accept 14100, send 7059, recv 21051, close 14023, drop 0 0m10.02s real 0m22.90s user 0m08.71s system ==== run-splice ==== time ./tcpthread -n10 -S2 count: connect 210076, splice 91, unsplice 0, max 0, idle 0, accept 313, send 1194, recv 182, close 212789, drop 0 10.15 real 24.10 user 11.08 sys ==== run-unsplice ==== time ./tcpthread -n10 -S2 -U1 count: connect 1061, splice 6, unsplice 191, max 0, idle 0, accept 166, send 9059, recv 110, close 287, drop 0 10.05 real 33.06 user 7.02 sys ==== run-max ==== time ./tcpthread -n10 -S4 -M100 -s2 -r2 count: connect 714, splice 262, unsplice 0, max 212, idle 0, accept 353, send 1010468, recv 593331, close 409, drop 0 10.04 real 14.88 user 20.27 sys ==== run-idle ==== time ./tcpthread -n10 -S4 -I100 -s2 -r2 count: connect 7854, splice 1731, unsplice 0, max 0, idle 1190, accept 1968, send 301673, recv 202985, close 2105, drop 0 10.03 real 27.20 user 21.22 sys ==== run-drop ==== time ./tcpthread -n10 -D3 -o0 count: connect 190, accept 10, send 468, recv 4, close 0, drop 10 10.01 real 9.63 user 40.46 sys ==== run-splicedrop ==== time ./tcpthread -n10 -S2 -D3 -o0 count: connect 29, splice 12, unsplice 0, max 0, idle 0, accept 10, send 563602, recv 449563, close 0, drop 14 10.01 real 2.69 user 24.81 sys PASS sys/netinet/tcpthread Duration 1m21.04s