START sys/netinet/tcpthread 2025-03-05T19:35:29Z ==== 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 501, accept 1, send 507, recv 1, close 1, drop 0 10.02 real 29.91 user 0.00 sys ==== run-sock100 ==== ulimit -n 500; time ./tcpthread -n100 count: connect 186397, accept 24030, send 146507, recv 80851, close 154325, drop 0 0m10.03s real 0m16.95s user 0m15.72s system ==== run-splice ==== time ./tcpthread -n10 -S2 count: connect 556, splice 13, unsplice 0, max 0, idle 0, accept 51, send 698735, recv 636118, close 500, drop 0 10.05 real 12.64 user 12.79 sys ==== run-unsplice ==== time ./tcpthread -n10 -S2 -U1 count: connect 3559, splice 19, unsplice 923, max 0, idle 0, accept 579, send 602661, recv 484289, close 650, drop 0 10.02 real 24.23 user 13.88 sys ==== run-max ==== time ./tcpthread -n10 -S4 -M100 -s2 -r2 count: connect 236, splice 14, unsplice 0, max 2, idle 0, accept 51, send 884607, recv 763882, close 193, drop 0 10.03 real 12.66 user 20.77 sys ==== run-idle ==== time ./tcpthread -n10 -S4 -I100 -s2 -r2 count: connect 70163, splice 342, unsplice 0, max 0, idle 0, accept 535, send 2522, recv 242, close 79358, drop 0 10.03 real 20.35 user 31.96 sys ==== run-drop ==== time ./tcpthread -n10 -D3 -o0 count: connect 1436, accept 1436, send 6470, recv 4443, close 0, drop 1436 10.07 real 20.18 user 29.29 sys ==== run-splicedrop ==== time ./tcpthread -n10 -S2 -D3 -o0 count: connect 10, splice 4, unsplice 0, max 0, idle 0, accept 4, send 237, recv 1, close 0, drop 4 10.03 real 10.34 user 39.57 sys PASS sys/netinet/tcpthread Duration 1m21.01s