./sysutils/ioping, Monitor I/O latency in real time

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 1.2nb1, Package name: ioping-1.2nb1, Maintainer: miwarin

A tool to monitor I/O latency in real time.
It shows disk latency in the same way as ping shows network latency.


Required to build:
[pkgtools/cwrappers]

Master sites:

Filesize: 30.097 KB

Version history: (Expand)


CVS history: (Expand)


   2022-03-29 19:48:53 by Thomas Klausner | Files touched by this commit (1)
Log message:
ioping: fix patch checksum
   2022-03-26 14:06:58 by Thomas Klausner | Files touched by this commit (3)
Log message:
ioping: claim NetBSD is like FreeBSD

Still compiles and throws less warnings during build.

Bump PKGREVISION.
   2022-03-25 12:39:06 by Thomas Klausner | Files touched by this commit (2)
Log message:
ioping: fix build

Not every system has getopt_long_only.
   2021-10-26 13:20:30 by Nia Alarie | Files touched by this commit (630)
Log message:
sysutils: Replace RMD160 checksums with BLAKE2s checksums

All checksums have been double-checked against existing RMD160 and
SHA512 hashes
   2021-10-17 19:27:49 by Thomas Merkel | Files touched by this commit (2)
Log message:
sysutils/ioping: Update to 1.2

v1.2 / 2020-02-02
 * makefile: merge compiling and linking
 * ioping: add -r, -rate-limit
 * ioping: reformat usage
 * Merge pull request #42 from kohju/patch-Solaris
 * Support for Solaris.
 * ioping: option -J|-json for printing JSON
 * ioping: add option -a|-warmup <count>
 * ioping: add long options
 * ioping: print filesystem size for file or directory target
 * Merge pull request #39 from justinpitts/patch-1
 * Fix grammar mistake.
   2021-10-07 16:58:44 by Nia Alarie | Files touched by this commit (630)
Log message:
sysutils: Remove SHA1 hashes for distfiles
   2019-12-31 13:54:30 by Makoto Fujiwara | Files touched by this commit (2)
Log message:
(sysutils/ioping) Updated to 1.1

v1.1 / 2018-09-11
==================

  * ioping: release 1.1
  * ioping.1: raw statisitics in nanoseconds
  * Merge pull request #37 from standby24x7/fix-man
  * Fix a typo in ioping.1
  * Merge pull request #36 from lewellyn/solaris
  * Correct Solaris predefined macro
  * ioping.1: add more references
  * Merge pull request #32 from kolyshkin/makefile
  * Makefile: only use vN tags for EXTRA_VERSION
  * ioping.c: set VERSION to 1.0
  * Makefile: make sure git tag == src ver
  * Makefile: make all phony targets as such
  * Makefile: move -D to CPPFLAGS
  * ioping(1): fix aio description
   2018-02-28 10:48:36 by Thomas Klausner | Files touched by this commit (4)
Log message:
sysutils/ioping: import ioping-1.0

A tool to monitor I/O latency in real time.
It shows disk latency in the same way as ping shows network latency.

Packaged for wip by miwarin, with fixes by rillig and myself.