1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
|
Source: ioping
Section: admin
Priority: optional
Maintainer: Apollon Oikonomopoulos <apoikos@debian.org>
Build-Depends: debhelper-compat (= 13)
Standards-Version: 4.5.0
Vcs-Browser: https://salsa.debian.org/debian/ioping
Vcs-Git: https://salsa.debian.org/debian/ioping.git
Homepage: https://github.com/koct9i/ioping
Package: ioping
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Simple disk I/O latency measuring tool
ioping monitors disk I/O latency in real time. The main idea behind ioping is
to have a utility similar to ping, which will show disk I/O latency in the
same way ping shows network latency.
|