START sys/netinet/tcpthread 2025-03-13T02:50:57Z ==== 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 2367, accept 3, send 19, recv 3, close 2367, drop 0 10.01 real 29.79 user 0.12 sys ==== run-sock100 ==== ulimit -n 500; time ./tcpthread -n100 count: connect 433878, accept 226, send 1799, recv 68, close 433794, drop 0 0m10.03s real 0m16.41s user 0m21.12s system ==== run-splice ==== time ./tcpthread -n10 -S2 count: connect 505195, splice 13, unsplice 0, max 0, idle 0, accept 10, send 1434, recv 19, close 503829, drop 0 10.02 real 21.91 user 14.72 sys ==== run-unsplice ==== time ./tcpthread -n10 -S2 -U1 count: connect 490566, splice 60, unsplice 309, max 0, idle 0, accept 109, send 2871, recv 112, close 490740, drop 0 10.07 real 31.62 user 15.27 sys ==== run-max ==== time ./tcpthread -n10 -S4 -M100 -s2 -r2 count: connect 255994, splice 554, unsplice 0, max 13, idle 0, accept 764, send 627182, recv 290409, close 255220, drop 0 10.05 real 23.72 user 22.72 sys ==== run-idle ==== time ./tcpthread -n10 -S4 -I100 -s2 -r2 count: connect 6341, splice 1373, unsplice 0, max 0, idle 1176, accept 1396, send 365025, recv 193045, close 722, drop 0 10.04 real 32.48 user 16.07 sys ==== run-drop ==== time ./tcpthread -n10 -D3 -o0 count: connect 1249, accept 10, send 1655, recv 6, close 0, drop 10 10.02 real 10.07 user 39.86 sys ==== run-splicedrop ==== time ./tcpthread -n10 -S2 -D3 -o0 count: connect 10, splice 3, unsplice 0, max 0, idle 0, accept 5, send 191, recv 3, close 0, drop 7 10.18 real 44.90 user 5.19 sys PASS sys/netinet/tcpthread Duration 1m21.20s