Package Details: iotop-git 20141018-1

Git Clone URL: https://aur.archlinux.org/iotop-git.git (read-only, click to copy)
Package Base: iotop-git
Description: Python program with a top like UI used to show of behalf of which process is the I/O going on
Upstream URL: http://guichaz.free.fr/iotop/
Licenses: GPL
Conflicts: iotop
Provides: iotop
Submitter: Dragonlord
Maintainer: Dragonlord
Last Packager: Dragonlord
Votes: 13
Popularity: 0.000000
First Submitted: 2008-05-28 06:58 (UTC)
Last Updated: 2015-06-28 15:15 (UTC)

Dependencies (2)

Required by (3)

Sources (0)

Latest Comments

jvybihal commented on 2014-08-19 10:09 (UTC)

Just an info, there is newly iotop in C. Without python! https://github.com/Tomas-M/iotop

big_gie commented on 2013-05-16 15:36 (UTC)

Sorry, it's now a dependency on python (python 3), not python2.

big_gie commented on 2013-05-16 15:32 (UTC)

Here's a version of the PKGBUILD functions adapted for pacman 4.1: pkgver() { cd "$srcdir/$_gitname" #git describe --always | sed 's|-|.|g' echo $(git rev-list --count HEAD).$(git rev-parse --short HEAD) } build() { cd "$srcdir" msg "Connecting to GIT server...." if [[ -d "$_gitname" ]]; then cd "$_gitname" && git pull origin msg "The local files are updated." else git clone "$_gitroot" "$_gitname" fi msg "GIT checkout done or server timeout" msg "Starting build..." rm -rf "$srcdir/$_gitname-build" git clone "$srcdir/$_gitname" "$srcdir/$_gitname-build" cd "$srcdir/$_gitname-build" } package() { cd "$srcdir/$_gitname-build" python2 setup.py install --root=${pkgdir} }

keepitsimpleengr commented on 2013-01-29 21:49 (UTC)

makepkg failed: error: file '/aur/iotop-git/src/iotop-build/sbin/iotop' does not exist ==> ERROR: A failure occurred in build(). There is a file iotop in "/aur/iotop-git/src/iotop-build/bin/"