START sys/netinet/tcpthread 2025-03-06T02:58:28Z ==== 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 2120, accept 3, send 18, recv 3, close 2120, drop 0 10.01 real 29.95 user 0.04 sys ==== run-sock100 ==== ulimit -n 500; time ./tcpthread -n100 count: connect 39295, accept 30356, send 733587, recv 13015, close 30306, drop 0 0m10.90s real 0m16.86s user 0m16.76s system ==== run-splice ==== time ./tcpthread -n10 -S2 count: connect 827, splice 17, unsplice 0, max 0, idle 0, accept 22, send 662039, recv 532288, close 114, drop 0 10.09 real 12.66 user 8.20 sys ==== run-unsplice ==== time ./tcpthread -n10 -S2 -U1 count: connect 537, splice 5, unsplice 503, max 0, idle 0, accept 7, send 9, recv 529, close 325, drop 0 10.10 real 34.16 user 5.67 sys ==== run-max ==== time ./tcpthread -n10 -S4 -M100 -s2 -r2 count: connect 66603, splice 3633, unsplice 0, max 0, idle 0, accept 4436, send 701, recv 4385, close 76589, drop 0 10.03 real 32.02 user 18.26 sys ==== run-idle ==== time ./tcpthread -n10 -S4 -I100 -s2 -r2 count: connect 247956, splice 4641, unsplice 0, max 0, idle 1, accept 5959, send 31089, recv 7127, close 253435, drop 0 10.03 real 33.02 user 20.10 sys ==== run-drop ==== time ./tcpthread -n10 -D3 -o0 count: connect 1292, accept 1289, send 6449, recv 3465, close 0, drop 1287 10.02 real 19.77 user 30.08 sys ==== run-splicedrop ==== time ./tcpthread -n10 -S2 -D3 -o0 count: connect 10, splice 4, unsplice 0, max 0, idle 0, accept 6, send 130, recv 3, close 0, drop 9 10.14 real 36.94 user 12.94 sys PASS sys/netinet/tcpthread Duration 1m22.10s