START sys/netinet/tcpthread 2025-04-04T01:57:45Z ==== 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 0, recv 0, close 1, drop 0 10.03 real 30.00 user 0.00 sys ==== run-sock100 ==== ulimit -n 500; time ./tcpthread -n100 count: connect 436295, accept 320, send 242288, recv 1423, close 196596, drop 0 0m10.02s real 0m16.71s user 0m15.10s system ==== run-splice ==== time ./tcpthread -n10 -S2 count: connect 509885, splice 7, unsplice 0, max 0, idle 0, accept 9, send 2536, recv 4, close 507412, drop 0 10.04 real 21.40 user 15.52 sys ==== run-unsplice ==== time ./tcpthread -n10 -S2 -U1 count: connect 440478, splice 497, unsplice 2650, max 0, idle 0, accept 140, send 2538, recv 3490, close 439506, drop 0 10.03 real 25.81 user 20.26 sys ==== run-max ==== time ./tcpthread -n10 -S4 -M100 -s2 -r2 count: connect 67322, splice 3565, unsplice 0, max 1, idle 0, accept 211, send 2016, recv 450, close 77202, drop 0 10.03 real 22.48 user 27.94 sys ==== run-idle ==== time ./tcpthread -n10 -S4 -I100 -s2 -r2 count: connect 2278, splice 423, unsplice 0, max 0, idle 346, accept 458, send 75665, recv 8697, close 272, drop 0 10.07 real 31.72 user 17.96 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.85 user 0.01 sys ==== run-splicedrop ==== time ./tcpthread -n10 -S2 -D3 -o0 count: connect 19, splice 12, unsplice 0, max 0, idle 0, accept 12, send 1095, recv 15, close 0, drop 7 10.06 real 44.29 user 5.78 sys PASS sys/netinet/tcpthread Duration 1m21.18s