START sys/netinet/tcpthread 2025-03-18T19:34:16Z ==== 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 260983, accept 201, send 205, recv 201, close 260983, drop 0 10.02 real 28.69 user 6.98 sys ==== run-sock100 ==== ulimit -n 500; time ./tcpthread -n100 count: connect 12101, accept 12100, send 6003, recv 17993, close 12027, drop 0 0m10.01s real 0m23.49s user 0m08.18s system ==== run-splice ==== time ./tcpthread -n10 -S2 count: connect 693, splice 10, unsplice 0, max 0, idle 0, accept 51, send 820516, recv 736881, close 558, drop 0 10.03 real 12.46 user 12.74 sys ==== run-unsplice ==== time ./tcpthread -n10 -S2 -U1 count: connect 245874, splice 176, unsplice 5248, max 0, idle 0, accept 10, send 5933, recv 1326, close 247376, drop 0 10.02 real 30.90 user 14.44 sys ==== run-max ==== time ./tcpthread -n10 -S4 -M100 -s2 -r2 count: connect 153799, splice 383, unsplice 0, max 0, idle 0, accept 1695, send 1429, recv 2708, close 161231, drop 0 10.02 real 31.51 user 23.13 sys ==== run-idle ==== time ./tcpthread -n10 -S4 -I100 -s2 -r2 count: connect 121039, splice 84, unsplice 0, max 0, idle 3, accept 634, send 1852, recv 1138, close 125187, drop 0 10.04 real 36.24 user 17.41 sys ==== run-drop ==== time ./tcpthread -n10 -D3 -o0 count: connect 117352, accept 2281, send 167321, recv 6392, close 0, drop 1449 10.01 real 18.71 user 22.53 sys ==== run-splicedrop ==== time ./tcpthread -n10 -S2 -D3 -o0 count: connect 45, splice 10, unsplice 0, max 0, idle 0, accept 28, send 508952, recv 289702, close 0, drop 41 10.05 real 2.43 user 19.49 sys PASS sys/netinet/tcpthread Duration 1m20.93s