START sys/netinet/tcpthread 2025-03-22T06:47:26Z ==== 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 225, accept 224, send 162, recv 386, close 224, drop 0 10.04 real 27.53 user 2.42 sys ==== run-sock100 ==== ulimit -n 500; time ./tcpthread -n100 count: connect 142403, accept 25425, send 92099, recv 48896, close 98077, drop 0 0m10.04s real 0m18.41s user 0m13.75s system ==== run-splice ==== time ./tcpthread -n10 -S2 count: connect 442, splice 258, unsplice 0, max 0, idle 0, accept 267, send 480931, recv 380241, close 282, drop 0 10.04 real 13.92 user 9.89 sys ==== run-unsplice ==== time ./tcpthread -n10 -S2 -U1 count: connect 10, splice 6, unsplice 4, max 0, idle 0, accept 8, send 6, recv 5, close 7, drop 0 10.16 real 39.93 user 0.09 sys ==== run-max ==== time ./tcpthread -n10 -S4 -M100 -s2 -r2 count: connect 75539, splice 1809, unsplice 0, max 107, idle 0, accept 210, send 40671, recv 6996, close 56708, drop 0 10.14 real 21.19 user 15.67 sys ==== run-idle ==== time ./tcpthread -n10 -S4 -I100 -s2 -r2 count: connect 70356, splice 2102, unsplice 0, max 0, idle 13, accept 3029, send 43607, recv 6604, close 51858, drop 0 10.02 real 24.37 user 12.60 sys ==== run-drop ==== time ./tcpthread -n10 -D3 -o0 count: connect 10, accept 10, send 46, recv 5, close 0, drop 10 10.18 real 39.95 user 0.02 sys ==== run-splicedrop ==== time ./tcpthread -n10 -S2 -D3 -o0 count: connect 46, splice 13, unsplice 0, max 0, idle 0, accept 10, send 362837, recv 76394, close 0, drop 32 10.02 real 8.09 user 27.79 sys PASS sys/netinet/tcpthread Duration 1m21.84s