START sys/netinet/tcpthread 2025-03-17T17:18:39Z ==== 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 172, accept 171, send 165, recv 333, close 171, drop 0 10.04 real 25.72 user 4.31 sys ==== run-sock100 ==== ulimit -n 500; time ./tcpthread -n100 count: connect 8550, accept 8264, send 496823, recv 360997, close 8191, drop 0 0m10.08s real 0m12.69s user 0m13.28s system ==== run-splice ==== time ./tcpthread -n10 -S2 count: connect 10, splice 4, unsplice 0, max 0, idle 0, accept 4, send 2, recv 1, close 6, drop 0 10.14 real 23.86 user 6.33 sys ==== run-unsplice ==== time ./tcpthread -n10 -S2 -U1 count: connect 76, splice 5, unsplice 31, max 0, idle 0, accept 15, send 3, recv 66, close 54, drop 0 10.12 real 33.62 user 6.54 sys ==== run-max ==== time ./tcpthread -n10 -S4 -M100 -s2 -r2 count: connect 188, splice 15, unsplice 0, max 4, idle 0, accept 47, send 685870, recv 425122, close 121, drop 0 10.08 real 15.08 user 18.52 sys ==== run-idle ==== time ./tcpthread -n10 -S4 -I100 -s2 -r2 count: connect 7214, splice 453, unsplice 0, max 0, idle 167, accept 990, send 44830, recv 978, close 564, drop 0 10.11 real 20.68 user 29.83 sys ==== run-drop ==== time ./tcpthread -n10 -D3 -o0 count: connect 27, accept 10, send 292, recv 6, close 0, drop 10 10.01 real 10.36 user 39.53 sys ==== run-splicedrop ==== time ./tcpthread -n10 -S2 -D3 -o0 count: connect 2328, splice 723, unsplice 0, max 0, idle 0, accept 854, send 107819, recv 2184, close 0, drop 812 10.01 real 26.04 user 21.37 sys PASS sys/netinet/tcpthread Duration 1m21.68s