3fd2c4d25f
iotop does for I/O usage what top does for CPU usage. Signed-off-by: Christophe Vu-Brugier <cvubrugier@fastmail.fm> Reviewed-by: Yegor Yefremov <yegorslists@googlemail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
14 lines
352 B
Makefile
14 lines
352 B
Makefile
################################################################################
|
|
#
|
|
# iotop
|
|
#
|
|
################################################################################
|
|
|
|
IOTOP_VERSION = 0.6
|
|
IOTOP_SITE = http://guichaz.free.fr/iotop/files
|
|
IOTOP_LICENSE = GPLv2+
|
|
IOTOP_LICENSE_FILES = COPYING
|
|
IOTOP_SETUP_TYPE = distutils
|
|
|
|
$(eval $(python-package))
|