START sys/netinet/tcpthread 2025-03-22T02:49:21Z ==== 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 499, accept 1, send 545, recv 1, close 1, drop 0 10.03 real 29.94 user 0.10 sys ==== run-sock100 ==== ulimit -n 500; time ./tcpthread -n100 count: connect 100, accept 100, send 24, recv 0, close 50, drop 0 0m10.21s real 0m24.10s user 0m05.98s system ==== run-splice ==== time ./tcpthread -n10 -S2 count: connect 207, splice 8, unsplice 0, max 0, idle 0, accept 7, send 654594, recv 533979, close 132, drop 0 10.12 real 12.21 user 8.24 sys ==== run-unsplice ==== time ./tcpthread -n10 -S2 -U1 count: connect 433790, splice 42, unsplice 268, max 0, idle 0, accept 91, send 4350, recv 94, close 432177, drop 0 10.05 real 32.41 user 14.67 sys ==== run-max ==== time ./tcpthread -n10 -S4 -M100 -s2 -r2 count: connect 6238, splice 451, unsplice 0, max 444, idle 0, accept 582, send 36080, recv 443, close 347, drop 0 10.06 real 24.13 user 25.71 sys ==== run-idle ==== time ./tcpthread -n10 -S4 -I100 -s2 -r2 count: connect 280512, splice 4257, unsplice 0, max 0, idle 2, accept 720, send 30900, recv 16, close 286066, drop 0 10.03 real 27.59 user 26.36 sys ==== run-drop ==== time ./tcpthread -n10 -D3 -o0 count: connect 10, accept 10, send 47, recv 4, close 0, drop 10 10.12 real 50.06 user 0.02 sys ==== run-splicedrop ==== time ./tcpthread -n10 -S2 -D3 -o0 count: connect 32, splice 10, unsplice 0, max 0, idle 0, accept 14, send 735097, recv 304962, close 0, drop 27 10.06 real 4.20 user 30.80 sys PASS sys/netinet/tcpthread Duration 1m21.46s