START sys/netinet/tcpthread 2025-03-16T05:23:15Z ==== 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 702, accept 51, send 48, recv 53, close 665, drop 0 10.02 real 30.04 user 0.03 sys ==== run-sock100 ==== ulimit -n 500; time ./tcpthread -n100 count: connect 176966, accept 18349, send 131154, recv 64161, close 139581, drop 0 0m10.06s real 0m15.19s user 0m15.66s system ==== run-splice ==== time ./tcpthread -n10 -S2 count: connect 121, splice 9, unsplice 0, max 0, idle 0, accept 34, send 372839, recv 261852, close 106, drop 0 10.13 real 12.75 user 10.53 sys ==== run-unsplice ==== time ./tcpthread -n10 -S2 -U1 count: connect 427, splice 14, unsplice 363, max 0, idle 0, accept 122, send 379099, recv 259616, close 392, drop 0 10.06 real 21.38 user 9.04 sys ==== run-max ==== time ./tcpthread -n10 -S4 -M100 -s2 -r2 count: connect 167730, splice 274, unsplice 0, max 10, idle 0, accept 2626, send 173631, recv 80868, close 167978, drop 0 10.05 real 20.61 user 22.71 sys ==== run-idle ==== time ./tcpthread -n10 -S4 -I100 -s2 -r2 count: connect 285050, splice 298, unsplice 0, max 0, idle 4, accept 2741, send 21924, recv 2784, close 283174, drop 0 10.03 real 29.21 user 26.00 sys ==== run-drop ==== time ./tcpthread -n10 -D3 -o0 count: connect 25684, accept 2856, send 87804, recv 7131, close 0, drop 1690 10.06 real 18.36 user 26.21 sys ==== run-splicedrop ==== time ./tcpthread -n10 -S2 -D3 -o0 count: connect 14, splice 9, unsplice 0, max 0, idle 0, accept 9, send 383667, recv 153439, close 0, drop 5 10.05 real 2.19 user 20.74 sys PASS sys/netinet/tcpthread Duration 1m21.55s