START sys/netinet/tcpthread 2025-03-11T05:35:24Z ==== 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 1, accept 1, send 1, recv 0, close 1, drop 0 10.02 real 29.98 user 0.04 sys ==== run-sock100 ==== ulimit -n 500; time ./tcpthread -n100 count: connect 11292, accept 10823, send 486662, recv 322433, close 10746, drop 0 0m10.44s real 0m12.29s user 0m13.93s system ==== run-splice ==== time ./tcpthread -n10 -S2 count: connect 10, splice 3, unsplice 0, max 0, idle 0, accept 4, send 2, recv 0, close 5, drop 0 10.15 real 23.92 user 6.27 sys ==== run-unsplice ==== time ./tcpthread -n10 -S2 -U1 count: connect 310, splice 6, unsplice 304, max 0, idle 0, accept 52, send 135, recv 300, close 168, drop 0 10.10 real 32.29 user 6.94 sys ==== run-max ==== time ./tcpthread -n10 -S4 -M100 -s2 -r2 count: connect 197347, splice 1451, unsplice 0, max 2, idle 0, accept 4022, send 850, recv 3996, close 208860, drop 0 10.05 real 23.84 user 31.82 sys ==== run-idle ==== time ./tcpthread -n10 -S4 -I100 -s2 -r2 count: connect 4108, splice 1948, unsplice 0, max 0, idle 1526, accept 2116, send 222745, recv 123182, close 1152, drop 0 10.03 real 29.63 user 18.34 sys ==== run-drop ==== time ./tcpthread -n10 -D3 -o0 count: connect 10, accept 10, send 13, recv 5, close 0, drop 10 10.10 real 49.98 user 0.02 sys ==== run-splicedrop ==== time ./tcpthread -n10 -S2 -D3 -o0 count: connect 10, splice 4, unsplice 0, max 0, idle 0, accept 6, send 160, recv 3, close 0, drop 8 10.08 real 36.17 user 14.12 sys PASS sys/netinet/tcpthread Duration 1m22.05s