How to Install and Uninstall sockperf.x86_64 Package on Fedora 34
Last updated: November 13,2024
1. Install "sockperf.x86_64" package
Please follow the instructions below to install sockperf.x86_64 on Fedora 34
$
sudo dnf update
Copied
$
sudo dnf install
sockperf.x86_64
Copied
2. Uninstall "sockperf.x86_64" package
Here is a brief guide to show you how to uninstall sockperf.x86_64 on Fedora 34:
$
sudo dnf remove
sockperf.x86_64
Copied
$
sudo dnf autoremove
Copied
3. Information about the sockperf.x86_64 package on Fedora 34
Last metadata expiration check: 3:34:12 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : sockperf
Version : 3.6
Release : 4.fc34
Architecture : x86_64
Size : 788 k
Source : sockperf-3.6-4.fc34.src.rpm
Repository : fedora
Summary : Network benchmarking utility for testing latency and throughput
URL : https://github.com/Mellanox/sockperf
License : BSD
Description : sockperf is a network benchmarking utility over socket API that was designed
: for testing performance (latency and throughput) of high-performance systems
: (it is also good for testing performance of regular networking systems as
: well). It covers most of the socket API calls and options.
:
: Specifically, in addition to the standard throughput tests, sockperf, does the
: following:
:
: * Measure latency of each discrete packet at sub-nanosecond resolution (using
: TSC register that counts CPU ticks with very low overhead).
:
: * Does the above for both ping-pong mode and for latency under load mode. This
: means that we measure latency of single packets even under load of millions
: Packets Per Second (without waiting for reply of packet before sending
: subsequent packet on time)
:
: * Enable spike analysis by providing histogram, with various percentiles of the
: packets’ latencies (for example: median, min, max, 99% percentile, and more),
: (this is in addition to average and standard deviation). Also, sockperf
: provides full log with all packet’s tx/rx times that can be further analyzed
: with external tools, such as MS-Excel or matplotlib - All this without
: affecting the benchmark itself.
:
: * Support MANY optional settings for good coverage of socket API and network
: configurations, while still keeping very low overhead in the fast path to
: allow cleanest results.
Available Packages
Name : sockperf
Version : 3.6
Release : 4.fc34
Architecture : x86_64
Size : 788 k
Source : sockperf-3.6-4.fc34.src.rpm
Repository : fedora
Summary : Network benchmarking utility for testing latency and throughput
URL : https://github.com/Mellanox/sockperf
License : BSD
Description : sockperf is a network benchmarking utility over socket API that was designed
: for testing performance (latency and throughput) of high-performance systems
: (it is also good for testing performance of regular networking systems as
: well). It covers most of the socket API calls and options.
:
: Specifically, in addition to the standard throughput tests, sockperf, does the
: following:
:
: * Measure latency of each discrete packet at sub-nanosecond resolution (using
: TSC register that counts CPU ticks with very low overhead).
:
: * Does the above for both ping-pong mode and for latency under load mode. This
: means that we measure latency of single packets even under load of millions
: Packets Per Second (without waiting for reply of packet before sending
: subsequent packet on time)
:
: * Enable spike analysis by providing histogram, with various percentiles of the
: packets’ latencies (for example: median, min, max, 99% percentile, and more),
: (this is in addition to average and standard deviation). Also, sockperf
: provides full log with all packet’s tx/rx times that can be further analyzed
: with external tools, such as MS-Excel or matplotlib - All this without
: affecting the benchmark itself.
:
: * Support MANY optional settings for good coverage of socket API and network
: configurations, while still keeping very low overhead in the fast path to
: allow cleanest results.