How to Install and Uninstall fio Package on openSuSE Tumbleweed

Last updated: May 17,2024

1. Install "fio" package

Please follow the steps below to install fio on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install fio

2. Uninstall "fio" package

Please follow the guidelines below to uninstall fio on openSuSE Tumbleweed:

$ sudo zypper remove fio

3. Information about the fio package on openSuSE Tumbleweed

Information for package fio:
----------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : fio
Version : 3.36-1.3
Arch : x86_64
Vendor : openSUSE
Installed Size : 8.6 MiB
Installed : No
Status : not installed
Source package : fio-3.36-1.3.src
Upstream URL : https://git.kernel.dk/?p=fio.git;a=summary
Summary : Flexible I/O tester
Description :
fio is an I/O tool meant to be used both for benchmark and stress/hardware
verification. It has support for 4 different types of I/O engines (sync,
mmap, libaio, posixaio), I/O priorities (for newer Linux kernels), rate I/O,
forked or threaded jobs, and much more. It can work on block devices as
well as files. fio accepts job descriptions in a simple-to-understand text
format. Several example job files are included. fio displays all sorts of
I/O performance information, such as completion and submission latencies
(avg/mean/deviation), bandwidth stats, cpu and disk utilization, and more.