START sys/netinet/tcpthread 2025-03-28T19:37:34Z ==== 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 256057, accept 239, send 243, recv 239, close 256056, drop 0 10.03 real 28.83 user 6.42 sys ==== run-sock100 ==== ulimit -n 500; time ./tcpthread -n100 count: connect 100, accept 100, send 22, recv 0, close 50, drop 0 0m10.21s real 0m23.43s user 0m06.72s system ==== run-splice ==== time ./tcpthread -n10 -S2 count: connect 162540, splice 69, unsplice 0, max 0, idle 0, accept 223, send 674716, recv 332247, close 165257, drop 0 10.04 real 12.19 user 14.59 sys ==== run-unsplice ==== time ./tcpthread -n10 -S2 -U1 count: connect 122, splice 29, unsplice 77, max 0, idle 0, accept 49, send 559662, recv 400504, close 94, drop 0 10.11 real 21.75 user 9.29 sys ==== run-max ==== time ./tcpthread -n10 -S4 -M100 -s2 -r2 count: connect 179435, splice 27, unsplice 0, max 4, idle 0, accept 795, send 520770, recv 222782, close 174861, drop 0 10.04 real 23.49 user 21.27 sys ==== run-idle ==== time ./tcpthread -n10 -S4 -I100 -s2 -r2 count: connect 6763, splice 1080, unsplice 0, max 0, idle 679, accept 1392, send 162615, recv 22955, close 920, drop 0 10.02 real 30.02 user 19.66 sys ==== run-drop ==== time ./tcpthread -n10 -D3 -o0 count: connect 1397, accept 1397, send 6374, recv 4404, close 0, drop 1397 10.03 real 19.36 user 30.06 sys ==== run-splicedrop ==== time ./tcpthread -n10 -S2 -D3 -o0 count: connect 10, splice 2, unsplice 0, max 0, idle 0, accept 3, send 97, recv 2, close 0, drop 8 10.17 real 43.38 user 6.62 sys PASS sys/netinet/tcpthread Duration 1m21.37s