START sys/netinet/tcpthread 2025-03-12T19:36:38Z ==== 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 216514, accept 103, send 103, recv 103, close 216513, drop 0 10.03 real 29.16 user 6.94 sys ==== run-sock100 ==== ulimit -n 500; time ./tcpthread -n100 count: connect 12217, accept 11926, send 851569, recv 499919, close 11875, drop 0 0m10.87s real 0m12.36s user 0m15.21s system ==== run-splice ==== time ./tcpthread -n10 -S2 count: connect 104859, splice 163, unsplice 0, max 0, idle 0, accept 526, send 597512, recv 460997, close 110367, drop 0 10.02 real 11.18 user 14.12 sys ==== run-unsplice ==== time ./tcpthread -n10 -S2 -U1 count: connect 591, splice 9, unsplice 16, max 0, idle 0, accept 131, send 606484, recv 449452, close 619, drop 0 10.09 real 21.74 user 10.72 sys ==== run-max ==== time ./tcpthread -n10 -S4 -M100 -s2 -r2 count: connect 209202, splice 114, unsplice 0, max 0, idle 0, accept 2321, send 10670, recv 2331, close 214098, drop 0 10.02 real 32.73 user 21.59 sys ==== run-idle ==== time ./tcpthread -n10 -S4 -I100 -s2 -r2 count: connect 216898, splice 92, unsplice 0, max 0, idle 0, accept 10, send 11231, recv 18, close 221644, drop 0 10.03 real 32.29 user 22.73 sys ==== run-drop ==== time ./tcpthread -n10 -D3 -o0 count: connect 129152, accept 2030, send 175239, recv 5691, close 0, drop 1277 10.02 real 18.18 user 22.30 sys ==== run-splicedrop ==== time ./tcpthread -n10 -S2 -D3 -o0 count: connect 38, splice 13, unsplice 0, max 0, idle 0, accept 10, send 541315, recv 483434, close 0, drop 22 10.01 real 2.24 user 24.15 sys PASS sys/netinet/tcpthread Duration 1m21.82s