From owner-freebsd-net@freebsd.org Fri Oct 19 19:45:18 2018 Return-Path: Delivered-To: freebsd-net@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B9F32FD9F2B for ; Fri, 19 Oct 2018 19:45:18 +0000 (UTC) (envelope-from michael.tuexen@lurchi.franken.de) Received: from drew.franken.de (drew.ipv6.franken.de [IPv6:2001:638:a02:a001:20e:cff:fe4a:feaa]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "*.franken.de", Issuer "COMODO RSA Domain Validation Secure Server CA" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4B45A8B08F; Fri, 19 Oct 2018 19:45:18 +0000 (UTC) (envelope-from michael.tuexen@lurchi.franken.de) Received: from [IPv6:2003:cd:6f29:a600:d924:d53f:6f36:3ca0] (p200300CD6F29A600D924D53F6F363CA0.dip0.t-ipconnect.de [IPv6:2003:cd:6f29:a600:d924:d53f:6f36:3ca0]) (Authenticated sender: lurchi) by drew.franken.de (Postfix) with ESMTPSA id 82EBC721E280D; Fri, 19 Oct 2018 21:45:08 +0200 (CEST) Content-Type: text/plain; charset=utf-8 Mime-Version: 1.0 (Mac OS X Mail 12.0 \(3445.100.39\)) Subject: Re: What is best TCP throughput benchmarking tool? From: Michael Tuexen In-Reply-To: Date: Fri, 19 Oct 2018 21:45:07 +0200 Cc: freebsd-net@freebsd.org Content-Transfer-Encoding: quoted-printable Message-Id: <95014197-CE6A-4A23-BE25-DC43856EE627@lurchi.franken.de> References: To: lev@FreeBSD.org X-Mailer: Apple Mail (2.3445.100.39) X-Spam-Status: No, score=-2.9 required=5.0 tests=ALL_TRUSTED,BAYES_00 autolearn=disabled version=3.4.1 X-Spam-Checker-Version: SpamAssassin 3.4.1 (2015-04-28) on mail-n.franken.de X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Oct 2018 19:45:18 -0000 > On 19. Oct 2018, at 21:27, Lev Serebryakov wrote: >=20 >=20 > I need to benchmark different endpoint (not router) network = performance > with different encapsulations (if_gre, if_gif) and with/without IPsec > (including if_ipsec). >=20 > What is suitable traffic generator/receiver for me? >=20 > I'm trying to use benchmarks/iperf3, but it consumes questionable > amount of CPU in several cases and maybe benchmark becomes limited by > user-side CPU consuming, which is bad. >=20 > I've tried "benchmarks/netperf" =E2=80=94 it hangs with non-default = window size. >=20 > I've tried "benchmarks/netperfmeter" =E2=80=94 it doesn't work without = SCTP in > kernel. >=20 > Please note, that I'm testing endpoint, not a router, so netmap-based > packet generators & receivers is no use for me, unfortunately. You might want to have a look at benchmarks/uperf. It allows you to configure (using .xml scripts) the traffic pattern you are interested in. Best regards Michael >=20 > --=20 > // Lev Serebryakov > _______________________________________________ > freebsd-net@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/freebsd-net > To unsubscribe, send any mail to "freebsd-net-unsubscribe@freebsd.org"