START sys/netinet/tcpthread 2025-03-21T05:41:18Z ==== 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 586, accept 30, send 18, recv 31, close 573, drop 0 10.03 real 30.06 user 0.03 sys ==== run-sock100 ==== ulimit -n 500; time ./tcpthread -n100 count: connect 12481, accept 11841, send 514183, recv 322844, close 11784, drop 0 0m10.02s real 0m12.38s user 0m15.01s system ==== run-splice ==== time ./tcpthread -n10 -S2 count: connect 99695, splice 190, unsplice 0, max 0, idle 0, accept 1193, send 4966, recv 17, close 105185, drop 0 10.03 real 15.68 user 16.69 sys ==== run-unsplice ==== time ./tcpthread -n10 -S2 -U1 count: connect 47, splice 7, unsplice 10, max 0, idle 0, accept 15, send 5, recv 37, close 45, drop 0 10.12 real 33.32 user 6.86 sys ==== run-max ==== time ./tcpthread -n10 -S4 -M100 -s2 -r2 count: connect 10263, splice 477, unsplice 0, max 166, idle 0, accept 1348, send 27099, recv 472, close 985, drop 0 10.02 real 19.96 user 30.14 sys ==== run-idle ==== time ./tcpthread -n10 -S4 -I100 -s2 -r2 count: connect 221136, splice 243, unsplice 0, max 0, idle 3, accept 2564, send 17434, recv 2481, close 221317, drop 0 10.03 real 30.99 user 23.36 sys ==== run-drop ==== time ./tcpthread -n10 -D3 -o0 count: connect 1280, accept 1280, send 5451, recv 3573, close 0, drop 1280 10.05 real 19.88 user 29.15 sys ==== run-splicedrop ==== time ./tcpthread -n10 -S2 -D3 -o0 count: connect 10, splice 2, unsplice 0, max 0, idle 0, accept 4, send 103, recv 1, close 0, drop 6 10.01 real 37.32 user 12.75 sys PASS sys/netinet/tcpthread Duration 1m21.40s