START sys/netinet/tcpthread 2025-03-13T23:48:45Z ==== 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 1718, accept 1, send 68, recv 0, close 1659, drop 0 10.01 real 29.94 user 0.07 sys ==== run-sock100 ==== ulimit -n 500; time ./tcpthread -n100 count: connect 12083, accept 12083, send 6002, recv 17993, close 12033, drop 0 0m10.35s real 0m24.60s user 0m07.24s system ==== run-splice ==== time ./tcpthread -n10 -S2 count: connect 438484, splice 36, unsplice 0, max 0, idle 0, accept 38, send 959, recv 17, close 438583, drop 0 10.07 real 28.21 user 8.98 sys ==== run-unsplice ==== time ./tcpthread -n10 -S2 -U1 count: connect 167, splice 6, unsplice 37, max 0, idle 0, accept 9, send 1, recv 157, close 133, drop 0 10.11 real 34.18 user 5.74 sys ==== run-max ==== time ./tcpthread -n10 -S4 -M100 -s2 -r2 count: connect 10, splice 5, unsplice 0, max 0, idle 0, accept 7, send 3, recv 2, close 8, drop 0 10.13 real 37.12 user 12.77 sys ==== run-idle ==== time ./tcpthread -n10 -S4 -I100 -s2 -r2 count: connect 3947, splice 1582, unsplice 0, max 0, idle 1420, accept 1614, send 395156, recv 205725, close 839, drop 0 10.02 real 30.80 user 17.49 sys ==== run-drop ==== time ./tcpthread -n10 -D3 -o0 count: connect 1462, accept 10, send 1765, recv 5, close 0, drop 10 10.02 real 10.42 user 39.55 sys ==== run-splicedrop ==== time ./tcpthread -n10 -S2 -D3 -o0 count: connect 10, splice 6, unsplice 0, max 0, idle 0, accept 7, send 247, recv 4, close 0, drop 9 10.13 real 27.57 user 22.68 sys PASS sys/netinet/tcpthread Duration 1m21.61s