START sys/netinet/tcpthread 2025-04-01T01:53:10Z ==== 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 1703, accept 1, send 18, recv 2, close 1703, drop 0 10.01 real 30.10 user 0.09 sys ==== run-sock100 ==== ulimit -n 500; time ./tcpthread -n100 count: connect 100, accept 100, send 19, recv 0, close 50, drop 0 0m10.21s real 0m24.52s user 0m05.62s system ==== run-splice ==== time ./tcpthread -n10 -S2 count: connect 436089, splice 34, unsplice 0, max 0, idle 0, accept 10, send 4780, recv 1996, close 434022, drop 0 10.03 real 22.01 user 15.21 sys ==== run-unsplice ==== time ./tcpthread -n10 -S2 -U1 count: connect 421612, splice 513, unsplice 2385, max 0, idle 0, accept 10, send 8448, recv 7161, close 419056, drop 0 10.03 real 31.82 user 14.90 sys ==== run-max ==== time ./tcpthread -n10 -S4 -M100 -s2 -r2 count: connect 411902, splice 2740, unsplice 0, max 35, idle 0, accept 10, send 55019, recv 19, close 417064, drop 0 10.03 real 32.83 user 22.36 sys ==== run-idle ==== time ./tcpthread -n10 -S4 -I100 -s2 -r2 count: connect 4735, splice 1371, unsplice 0, max 0, idle 1119, accept 1397, send 338824, recv 172709, close 1403, drop 0 10.02 real 29.13 user 19.40 sys ==== run-drop ==== time ./tcpthread -n10 -D3 -o0 count: connect 379, accept 10, send 787, recv 5, close 0, drop 10 10.03 real 10.42 user 39.77 sys ==== run-splicedrop ==== time ./tcpthread -n10 -S2 -D3 -o0 count: connect 2862, splice 417, unsplice 0, max 0, idle 0, accept 456, send 60547, recv 1157, close 0, drop 432 10.04 real 35.99 user 13.65 sys PASS sys/netinet/tcpthread Duration 1m21.18s