START sys/netinet/tcpthread 2025-03-23T03:01:37Z ==== 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 501, accept 1, send 515, recv 1, close 1, drop 0 10.02 real 30.01 user 0.02 sys ==== run-sock100 ==== ulimit -n 500; time ./tcpthread -n100 count: connect 144140, accept 9274, send 908353, recv 462097, close 9217, drop 0 0m10.89s real 0m16.04s user 0m14.21s system ==== run-splice ==== time ./tcpthread -n10 -S2 count: connect 297, splice 6, unsplice 0, max 0, idle 0, accept 7, send 10, recv 287, close 283, drop 0 10.07 real 24.27 user 5.85 sys ==== run-unsplice ==== time ./tcpthread -n10 -S2 -U1 count: connect 489101, splice 62, unsplice 367, max 0, idle 0, accept 125, send 8534, recv 135, close 483682, drop 0 10.05 real 31.60 user 14.98 sys ==== run-max ==== time ./tcpthread -n10 -S4 -M100 -s2 -r2 count: connect 256, splice 40, unsplice 0, max 35, idle 0, accept 45, send 2842, recv 30, close 58, drop 0 10.14 real 30.56 user 19.52 sys ==== run-idle ==== time ./tcpthread -n10 -S4 -I100 -s2 -r2 count: connect 6734, splice 1155, unsplice 0, max 0, idle 939, accept 1210, send 493056, recv 229912, close 1254, drop 0 10.05 real 21.02 user 25.89 sys ==== run-drop ==== time ./tcpthread -n10 -D3 -o0 count: connect 10, accept 10, send 48, recv 5, close 0, drop 10 10.11 real 50.09 user 0.00 sys ==== run-splicedrop ==== time ./tcpthread -n10 -S2 -D3 -o0 count: connect 51, splice 13, unsplice 0, max 0, idle 0, accept 10, send 835974, recv 723362, close 0, drop 24 10.02 real 4.00 user 32.14 sys PASS sys/netinet/tcpthread Duration 1m22.14s