How To Install perftest on Fedora 36
Introduction
In this tutorial we learn how to install perftest
on Fedora 36.
What is perftest
Perftest is a collection of simple test programs designed to utilize RDMA communications and provide performance numbers over those RDMA connections. It does not work on normal TCP/IP networks, only on RDMA networks.
We can use yum
or dnf
to install perftest
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install perftest.
Install perftest on Fedora 36 Using dnf
Update yum database with dnf
using the following command.
sudo dnf makecache --refresh
After updating yum database, We can install perftest
using dnf
by running the following command:
sudo dnf -y install perftest
Install perftest on Fedora 36 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
After updating yum database, We can install perftest
using yum
by running the following command:
sudo yum -y install perftest
How To Uninstall perftest on Fedora 36
To uninstall only the perftest
package we can use the following command:
sudo dnf remove perftest
perftest Package Contents on Fedora 36
/usr/bin/ib_atomic_bw
/usr/bin/ib_atomic_lat
/usr/bin/ib_read_bw
/usr/bin/ib_read_lat
/usr/bin/ib_send_bw
/usr/bin/ib_send_lat
/usr/bin/ib_write_bw
/usr/bin/ib_write_lat
/usr/bin/raw_ethernet_bw
/usr/bin/raw_ethernet_lat
/usr/lib/.build-id
/usr/lib/.build-id/02
/usr/lib/.build-id/02/865ac3c6e68101e70cc5588842df8a8d821981
/usr/lib/.build-id/16
/usr/lib/.build-id/16/b39db5225a0043b871739525b56fb7028c51c7
/usr/lib/.build-id/2b
/usr/lib/.build-id/2b/86c3837b02f130f60c949667459428a5a895ba
/usr/lib/.build-id/53
/usr/lib/.build-id/53/f1428598d82136911f9ae9f21d7005e041c95c
/usr/lib/.build-id/58
/usr/lib/.build-id/58/265c577af1002524804bf8923f3a48d020fb56
/usr/lib/.build-id/67
/usr/lib/.build-id/67/ae4b1b46395fbc909750b71d46c07ce024585f
/usr/lib/.build-id/82
/usr/lib/.build-id/82/1a71e01d245e41332a3c867688258a493ae9e1
/usr/lib/.build-id/b0
/usr/lib/.build-id/b0/2be6c0ab704254d82f1b272c36a06b3aba3c25
/usr/lib/.build-id/de
/usr/lib/.build-id/de/6e4d3bc28071b451429ff009c5a3c43858f7bc
/usr/lib/.build-id/ea
/usr/lib/.build-id/ea/49a929bdad112503d09581932b1f99900bf2a9
/usr/share/doc/perftest
/usr/share/doc/perftest/README
/usr/share/licenses/perftest
/usr/share/licenses/perftest/COPYING
References
Summary
In this tutorial we learn how to install perftest
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).