START sys/netinet/tcpthread 2025-03-31T04:29:33Z ==== 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 791, accept 1, send 28, recv 0, close 767, drop 0 10.01 real 29.95 user 0.08 sys ==== run-sock100 ==== ulimit -n 500; time ./tcpthread -n100 count: connect 13702, accept 13702, send 6910, recv 20519, close 13652, drop 0 0m10.98s real 0m23.44s user 0m09.13s system ==== run-splice ==== time ./tcpthread -n10 -S2 count: connect 10, splice 3, unsplice 0, max 0, idle 0, accept 5, send 2, recv 1, close 6, drop 0 10.17 real 23.66 user 6.36 sys ==== run-unsplice ==== time ./tcpthread -n10 -S2 -U1 count: connect 170659, splice 26, unsplice 551, max 0, idle 0, accept 568, send 2272, recv 7, close 175505, drop 0 10.03 real 24.51 user 19.33 sys ==== run-max ==== time ./tcpthread -n10 -S4 -M100 -s2 -r2 count: connect 317984, splice 163, unsplice 0, max 0, idle 0, accept 10, send 26581, recv 31, close 311214, drop 0 10.04 real 29.57 user 25.80 sys ==== run-idle ==== time ./tcpthread -n10 -S4 -I100 -s2 -r2 count: connect 5079, splice 1646, unsplice 0, max 0, idle 1347, accept 1795, send 253444, recv 83849, close 1056, drop 0 10.04 real 29.57 user 19.04 sys ==== run-drop ==== time ./tcpthread -n10 -D3 -o0 count: connect 10, accept 10, send 11, recv 5, close 0, drop 10 10.12 real 50.06 user 0.03 sys ==== run-splicedrop ==== time ./tcpthread -n10 -S2 -D3 -o0 count: connect 10, splice 4, unsplice 0, max 0, idle 0, accept 6, send 198, recv 3, close 0, drop 8 10.16 real 36.26 user 13.82 sys PASS sys/netinet/tcpthread Duration 1m22.65s