allwmh / iopp

Linux i/o statistics per process

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

To build 'iopp':

    cmake CMakeLists.txt
    make

-----

To install 'iopp':

    make install DESTDIR=/usr

'iopp' is installed into '/usr/bin'.

-----

To uninstall 'iopp', run the following command from the source directory:

    xargs rm < install_manifest.txt

The file 'install_manifest.txt' will be created after running 'make install'.

About

Linux i/o statistics per process

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:C 82.5%Language:Roff 15.1%Language:CMake 2.4%