START sys/netinet/tcpthread 2025-03-19T03:59:07Z ==== 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 2262, accept 1, send 37, recv 3, close 2236, drop 0 10.01 real 29.92 user 0.11 sys ==== run-sock100 ==== ulimit -n 500; time ./tcpthread -n100 count: connect 514191, accept 99, send 309767, recv 0, close 204426, drop 0 0m10.02s real 0m15.88s user 0m15.43s system ==== run-splice ==== time ./tcpthread -n10 -S2 count: connect 372678, splice 14, unsplice 0, max 0, idle 0, accept 14, send 837817, recv 127911, close 372707, drop 0 10.03 real 17.54 user 15.74 sys ==== run-unsplice ==== time ./tcpthread -n10 -S2 -U1 count: connect 10, splice 0, unsplice 3, max 0, idle 0, accept 0, send 0, recv 0, close 4, drop 0 10.22 real 39.88 user 0.08 sys ==== run-max ==== time ./tcpthread -n10 -S4 -M100 -s2 -r2 count: connect 584, splice 174, unsplice 0, max 182, idle 0, accept 215, send 7958, recv 151, close 149, drop 0 10.08 real 30.54 user 19.50 sys ==== run-idle ==== time ./tcpthread -n10 -S4 -I100 -s2 -r2 count: connect 5164, splice 1458, unsplice 0, max 0, idle 1261, accept 1504, send 465410, recv 238417, close 1523, drop 0 10.06 real 20.41 user 25.67 sys ==== run-drop ==== time ./tcpthread -n10 -D3 -o0 count: connect 117471, accept 1485, send 171805, recv 4915, close 0, drop 1234 10.05 real 18.78 user 30.73 sys ==== run-splicedrop ==== time ./tcpthread -n10 -S2 -D3 -o0 count: connect 10, splice 5, unsplice 0, max 0, idle 0, accept 4, send 148, recv 2, close 0, drop 8 10.12 real 27.22 user 22.73 sys PASS sys/netinet/tcpthread Duration 1m21.36s