START sys/netinet/tcpthread 2025-03-20T19:40:57Z ==== 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 501, accept 1, send 505, recv 1, close 1, drop 0 10.01 real 30.01 user 0.03 sys ==== run-sock100 ==== ulimit -n 500; time ./tcpthread -n100 count: connect 229545, accept 4109, send 367800, recv 303852, close 229469, drop 0 0m10.02s real 0m09.85s user 0m11.67s system ==== run-splice ==== time ./tcpthread -n10 -S2 count: connect 688, splice 6, unsplice 0, max 0, idle 0, accept 58, send 69, recv 680, close 604, drop 0 10.07 real 23.36 user 6.64 sys ==== run-unsplice ==== time ./tcpthread -n10 -S2 -U1 count: connect 405, splice 4, unsplice 124, max 0, idle 0, accept 39, send 22, recv 396, close 301, drop 0 10.13 real 33.44 user 6.73 sys ==== run-max ==== time ./tcpthread -n10 -S4 -M100 -s2 -r2 count: connect 593, splice 13, unsplice 0, max 2, idle 0, accept 106, send 703190, recv 647793, close 531, drop 0 10.05 real 25.51 user 18.54 sys ==== run-idle ==== time ./tcpthread -n10 -S4 -I100 -s2 -r2 count: connect 218781, splice 148, unsplice 0, max 0, idle 4, accept 1173, send 8675, recv 1199, close 222908, drop 0 10.06 real 41.71 user 13.80 sys ==== run-drop ==== time ./tcpthread -n10 -D3 -o0 count: connect 100, accept 10, send 363, recv 5, close 0, drop 10 10.01 real 9.46 user 40.39 sys ==== run-splicedrop ==== time ./tcpthread -n10 -S2 -D3 -o0 count: connect 10, splice 3, unsplice 0, max 0, idle 0, accept 2, send 96, recv 1, close 0, drop 5 10.15 real 26.98 user 22.94 sys PASS sys/netinet/tcpthread Duration 1m21.25s