START sys/netinet/tcpthread 2025-01-15T17:14:42Z ==== 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:649 (/usr/src/regress/sys/netinet/tcpthread/tcpthread.c:649)(tcpthread.o:(main)): warning: rand_r() is not random, it is deterministic. time ./tcpthread count: connect 501, accept 1, send 515, recv 2, close 1, drop 0 10.01 real 29.89 user 0.03 sys ==== run-sock100 ==== ulimit -n 500; time ./tcpthread -n100 count: connect 532450, accept 95, send 1397, recv 16, close 532388, drop 0 0m10.18s real 0m12.88s user 0m26.74s system ==== run-splice ==== time ./tcpthread -n10 -S2 count: connect 365936, splice 58, unsplice 0, max 0, idle 0, accept 73, send 947089, recv 347500, close 366204, drop 0 10.07 real 6.99 user 26.37 sys ==== run-unsplice ==== time ./tcpthread -n10 -S2 -U1 count: connect 460944, splice 180, unsplice 2164, max 0, idle 0, accept 10, send 5481, recv 5487, close 458068, drop 0 10.03 real 28.88 user 20.50 sys ==== run-max ==== time ./tcpthread -n10 -S4 -M100 -s2 -r2 count: connect 248, splice 10, unsplice 0, max 0, idle 0, accept 16, send 945603, recv 888166, close 132, drop 0 10.14 real 26.48 user 16.70 sys ==== run-idle ==== time ./tcpthread -n10 -S4 -I100 -s2 -r2 count: connect 9580, splice 1295, unsplice 0, max 0, idle 1181, accept 1311, send 366513, recv 204801, close 664, drop 0 10.05 real 31.02 user 17.31 sys ==== run-drop ==== time ./tcpthread -n10 -D3 -o0 count: connect 1334, accept 1334, send 7069, recv 3795, close 0, drop 1334 10.06 real 19.89 user 29.98 sys ==== run-splicedrop ==== time ./tcpthread -n10 -S2 -D3 -o0 count: connect 145847, splice 717, unsplice 0, max 0, idle 0, accept 781, send 247193, recv 2277, close 0, drop 762 10.02 real 25.81 user 23.50 sys PASS sys/netinet/tcpthread Duration 1m21.33s