START sys/netinet/tcpthread 2025-03-27T19:34:36Z ==== 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 7991, accept 16, send 79, recv 1, close 7991, drop 0 10.03 real 29.92 user 0.23 sys ==== run-sock100 ==== ulimit -n 500; time ./tcpthread -n100 count: connect 12602, accept 12600, send 6522, recv 19009, close 12527, drop 0 0m10.01s real 0m23.11s user 0m08.53s system ==== run-splice ==== time ./tcpthread -n10 -S2 count: connect 137838, splice 58, unsplice 0, max 0, idle 0, accept 329, send 1207, recv 198, close 140268, drop 0 10.15 real 22.60 user 11.34 sys ==== run-unsplice ==== time ./tcpthread -n10 -S2 -U1 count: connect 10, splice 0, unsplice 2, max 0, idle 0, accept 0, send 0, recv 0, close 3, drop 0 10.11 real 40.04 user 0.05 sys ==== run-max ==== time ./tcpthread -n10 -S4 -M100 -s2 -r2 count: connect 104990, splice 293, unsplice 0, max 2, idle 0, accept 1392, send 651083, recv 374769, close 111013, drop 0 10.02 real 15.72 user 29.71 sys ==== run-idle ==== time ./tcpthread -n10 -S4 -I100 -s2 -r2 count: connect 5814, splice 2057, unsplice 0, max 0, idle 1573, accept 2302, send 308738, recv 163317, close 1483, drop 0 10.00 real 28.74 user 18.95 sys ==== run-drop ==== time ./tcpthread -n10 -D3 -o0 count: connect 10, accept 10, send 17, recv 5, close 0, drop 10 10.11 real 50.07 user 0.01 sys ==== run-splicedrop ==== time ./tcpthread -n10 -S2 -D3 -o0 count: connect 1835, splice 482, unsplice 0, max 0, idle 0, accept 565, send 68859, recv 1542, close 0, drop 550 10.01 real 26.31 user 22.68 sys PASS sys/netinet/tcpthread Duration 1m21.18s