START sys/netinet/tcpthread 2025-03-17T16:09:31Z ==== 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 498, accept 3, send 592, recv 1, close 3, drop 0 10.04 real 29.86 user 0.06 sys ==== run-sock100 ==== ulimit -n 500; time ./tcpthread -n100 count: connect 10109, accept 10100, send 5002, recv 14999, close 10039, drop 0 0m10.01s real 0m24.59s user 0m07.03s system ==== run-splice ==== time ./tcpthread -n10 -S2 count: connect 444548, splice 12, unsplice 0, max 0, idle 0, accept 16, send 643, recv 6, close 444607, drop 0 10.15 real 24.78 user 12.17 sys ==== run-unsplice ==== time ./tcpthread -n10 -S2 -U1 count: connect 55, splice 6, unsplice 29, max 0, idle 0, accept 5, send 5, recv 45, close 26, drop 0 10.16 real 34.54 user 5.51 sys ==== run-max ==== time ./tcpthread -n10 -S4 -M100 -s2 -r2 count: connect 135394, splice 3664, unsplice 0, max 2, idle 0, accept 4390, send 25653, recv 1140, close 144826, drop 0 10.02 real 21.10 user 29.29 sys ==== run-idle ==== time ./tcpthread -n10 -S4 -I100 -s2 -r2 count: connect 239886, splice 4814, unsplice 0, max 0, idle 1, accept 6245, send 40195, recv 7471, close 236880, drop 0 10.03 real 38.56 user 13.32 sys ==== run-drop ==== time ./tcpthread -n10 -D3 -o0 count: connect 10, accept 10, send 9, recv 5, close 0, drop 10 10.09 real 49.76 user 0.03 sys ==== run-splicedrop ==== time ./tcpthread -n10 -S2 -D3 -o0 count: connect 41, splice 10, unsplice 0, max 0, idle 0, accept 16, send 682548, recv 363873, close 0, drop 37 10.03 real 3.49 user 32.10 sys PASS sys/netinet/tcpthread Duration 1m21.29s