START sys/netinet/tcpthread 2025-03-24T05:22:17Z ==== 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 503, accept 2, send 1, recv 2, close 503, drop 0 10.03 real 30.06 user 0.05 sys ==== run-sock100 ==== ulimit -n 500; time ./tcpthread -n100 count: connect 232800, accept 23779, send 17244, recv 18189, close 232709, drop 0 0m10.05s real 0m11.59s user 0m26.22s system ==== run-splice ==== time ./tcpthread -n10 -S2 count: connect 93, splice 13, unsplice 0, max 0, idle 0, accept 29, send 488453, recv 447552, close 95, drop 0 10.04 real 12.27 user 12.06 sys ==== run-unsplice ==== time ./tcpthread -n10 -S2 -U1 count: connect 238844, splice 7, unsplice 262, max 0, idle 0, accept 10, send 19800, recv 50, close 226996, drop 0 10.04 real 28.52 user 15.52 sys ==== run-max ==== time ./tcpthread -n10 -S4 -M100 -s2 -r2 count: connect 19378, splice 820, unsplice 0, max 424, idle 0, accept 2498, send 54943, recv 1428, close 1413, drop 0 10.08 real 28.24 user 22.21 sys ==== run-idle ==== time ./tcpthread -n10 -S4 -I100 -s2 -r2 count: connect 3016, splice 2084, unsplice 0, max 0, idle 1943, accept 2200, send 222166, recv 175462, close 1192, drop 0 10.01 real 31.57 user 15.34 sys ==== run-drop ==== time ./tcpthread -n10 -D3 -o0 count: connect 55, accept 10, send 336, recv 5, close 0, drop 10 10.02 real 9.71 user 40.27 sys ==== run-splicedrop ==== time ./tcpthread -n10 -S2 -D3 -o0 count: connect 91, splice 24, unsplice 0, max 0, idle 0, accept 31, send 2837, recv 50, close 0, drop 26 10.10 real 43.21 user 6.85 sys PASS sys/netinet/tcpthread Duration 1m21.46s