START sys/netinet/tcpthread 2025-04-02T18:32:58Z ==== 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 1, send 509, recv 2, close 1, drop 0 10.01 real 30.04 user 0.01 sys ==== run-sock100 ==== ulimit -n 500; time ./tcpthread -n100 count: connect 9672, accept 9560, send 876830, recv 568044, close 9508, drop 0 0m10.91s real 0m12.51s user 0m14.90s system ==== run-splice ==== time ./tcpthread -n10 -S2 count: connect 215248, splice 26, unsplice 0, max 0, idle 0, accept 418, send 6634, recv 423, close 212820, drop 0 10.02 real 21.83 user 13.60 sys ==== run-unsplice ==== time ./tcpthread -n10 -S2 -U1 count: connect 526, splice 16, unsplice 472, max 0, idle 0, accept 145, send 548262, recv 425651, close 433, drop 0 10.10 real 21.86 user 10.48 sys ==== run-max ==== time ./tcpthread -n10 -S4 -M100 -s2 -r2 count: connect 122474, splice 113, unsplice 0, max 4, idle 0, accept 1853, send 11217, recv 2732, close 125832, drop 0 10.06 real 34.09 user 19.13 sys ==== run-idle ==== time ./tcpthread -n10 -S4 -I100 -s2 -r2 count: connect 6042, splice 1878, unsplice 0, max 0, idle 1516, accept 2077, send 364692, recv 191584, close 1485, drop 0 10.03 real 28.17 user 19.60 sys ==== run-drop ==== time ./tcpthread -n10 -D3 -o0 count: connect 69, accept 10, send 311, recv 5, close 0, drop 10 10.01 real 9.33 user 40.63 sys ==== run-splicedrop ==== time ./tcpthread -n10 -S2 -D3 -o0 count: connect 10, splice 3, unsplice 0, max 0, idle 0, accept 6, send 150, recv 3, close 0, drop 8 10.15 real 43.74 user 6.45 sys PASS sys/netinet/tcpthread Duration 1m22.02s