Iperf 2 and Iperf 3 are distinct projects. Although both are network measurement tools, they are both actively developed, and are not compatible with each other. Iperf2 servers are implemented in various devices, e.g. Fritz!Box and LANCOM routers. Most other distributions provide both. https://iperf2.sourceforge.io/IperfCompare.html OBS-URL: https://build.opensuse.org/request/show/1165641 OBS-URL: https://build.opensuse.org/package/show/network:utilities/iperf2?expand=0&rev=1
51 lines
1.3 KiB
RPMSpec
51 lines
1.3 KiB
RPMSpec
#
|
|
# spec file for package iperf2
|
|
#
|
|
# Copyright (c) 2024 SUSE LLC
|
|
#
|
|
# All modifications and additions to the file contributed by third parties
|
|
# remain the property of their copyright owners, unless otherwise agreed
|
|
# upon. The license for this file, and modifications and additions to the
|
|
# file, is the same license as for the pristine package itself (unless the
|
|
# license for the pristine package is not an Open Source License, in which
|
|
# case the license is the MIT License). An "Open Source License" is a
|
|
# license that conforms to the Open Source Definition (Version 1.9)
|
|
# published by the Open Source Initiative.
|
|
|
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
|
#
|
|
|
|
|
|
Name: iperf2
|
|
Version: 2.1.9
|
|
Release: 0
|
|
Summary: Network throughput and latency measurement tool
|
|
License: NCSA
|
|
URL: https://sourceforge.net/projects/iperf2/
|
|
Source: https://downloads.sourceforge.net/project/iperf2/iperf-%{version}.tar.gz
|
|
BuildRequires: c++_compiler
|
|
BuildRequires: make
|
|
|
|
%description
|
|
Iperf here is a means of measuring networks - capacity & latency (including
|
|
dual queue L4S) over sockets both TCP and UDP.
|
|
|
|
%prep
|
|
%autosetup -n iperf-%{version}
|
|
|
|
%build
|
|
%configure
|
|
%make_build
|
|
|
|
%install
|
|
%make_install
|
|
|
|
|
|
%files
|
|
%license COPYING
|
|
%{_bindir}/iperf
|
|
%{_mandir}/man1/iperf*
|
|
|
|
%changelog
|
|
|