fio 3.35-1 source package in Ubuntu

Changelog

fio (3.35-1) unstable; urgency=medium

  * Imported new upstream version 3.35.
  * control: Bumped standards version to 4.6.2. No changes needed.
  * copyright:
    * Removed years from Debian packaging copyright.
    * Updated my mail address in all places.
    * "engines/pmemblk.c" is gone.
    * Added "zbd.c", "zbd.h", "zbd_types.h", "oslib/blkzoned.h" and
      "oslib/linux-blkzoned.c".
    * Added "crc/sha3.c".
    * Added files in directory "engines" that I missed before.
    * Added files in directories "t" and "t/zbd".
    * Added "oslib/strlcat.c".
    * Added "unittests/unittest.c", "unittests/oslib/strcasestr.c", and
      "unittests/oslib/strsep.c".

 -- Martin Steigerwald <email address hidden>  Tue, 04 Jul 2023 12:42:05 +0200

Upload details

Uploaded by:
Martin Steigerwald
Uploaded to:
Sid
Original maintainer:
Martin Steigerwald
Architectures:
any all
Section:
utils
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
fio_3.35-1.dsc 2.4 KiB 9dd18f2c1ab15d62c27f2acb104253511cc561cf950c7c8af363051e857cb22c
fio_3.35.orig.tar.gz 6.9 MiB c8484afe8d0458e29ddaa8d4cd57458c7823c25a0ce28e149cb0b14bb458dc2d
fio_3.35.orig.tar.gz.asc 858 bytes f5352d0f8ccba4b18c814ae880debdf19a84ad4c0a7118eba5ef3daa36818d52
fio_3.35-1.debian.tar.xz 22.3 KiB 123082282b096e134fe3029d4ba02f1da3fb025c7f4059db29a2287e02bfc2b9

Available diffs

No changes file available.

Binary packages built by this source

fio: flexible I/O tester

 fio is a tool that will spawn a number of threads or processes doing a
 particular type of I/O action as specified by the user. fio takes a
 number of global parameters, each inherited by the thread unless
 otherwise parameters given to them overriding that setting is given.
 The typical use of fio is to write a job file matching the I/O load
 one wants to simulate.
 .
 This package contains the command line version of fio and all additional
 command line tools. The package gfio contains the GTK+ based gui frontend
 for fio. The package fio-examples contains the example job files.

fio-dbgsym: debug symbols for fio
fio-examples: flexible I/O tester - example job files

 fio is a tool that will spawn a number of threads or processes doing a
 particular type of I/O action as specified by the user. fio takes a
 number of global parameters, each inherited by the thread unless
 otherwise parameters given to them overriding that setting is given.
 The typical use of fio is to write a job file matching the I/O load
 one wants to simulate.
 .
 This package contains the example job files.

gfio: flexible I/O tester - gui frontend

 fio is a tool that will spawn a number of threads or processes doing a
 particular type of I/O action as specified by the user. fio takes a
 number of global parameters, each inherited by the thread unless
 otherwise parameters given to them overriding that setting is given.
 The typical use of fio is to write a job file matching the I/O load
 one wants to simulate.
 .
 This package contains the GTK+ based gui frontend for fio. The package
 fio contains the command line version of fio which acts as a backend
 to the GUI frontend. The frontend can talk to a locally or remotely
 running fio server.

gfio-dbgsym: debug symbols for gfio