catalinux / pwatch (public) (License: GPLv3) (since 2016-03-01) (hash sha1)
Set of tools to analyze what a process is doing. 'io' command is used to see who is doing I/O.

/README (8933958d7c1bb99393670b7780dd074a935b31e5) (575 bytes) (mode 100644) (type blob)

Description: Set of tools to analyze what a process is doing.
Author: Catalin(ux) M BOIE
Start date: 11 Oct 2007
Copyright: Catalin BOIE
Homepage: https://rocketgit.com/user/catalinux/pwatch

. More info
pwatch is a set of tools to analyze what a process is doing.
Right now only 'io' (ex iotop) command is implemented.
It presents the I/O activity in a nice ncurses screen and you
have the possibility to sort by read/write speed ore amount
of readed/written bytes from the start of the program.
It was written to easy detect which program is eating a
lot of I/O bandwidth.


Mode Type Size Ref File
100644 blob 15 010ba27acfd70864106920deec80bd395f92b634 .gitignore
100644 blob 126 bfff976324c76e12f234b0fe3e4b6306d7750601 .mailmap
100644 blob 35147 94a9ed024d3859793618152ea559a168bbcbb5e2 LICENSE
100644 blob 392 a4c8f209400e97e59d4b2a27011381c83cfb3b9a Makefile.in
100644 blob 575 8933958d7c1bb99393670b7780dd074a935b31e5 README
100644 blob 1249 93a3110c34ff8671b5dae34d91a45f3e59fa5390 TODO
100755 blob 30 92c4bc48245c00408cd7e1fd89bc1a03058f4ce4 configure
100755 blob 18252 e2438615edba7066a730ed6a796a5302263f1f37 duilder
100644 blob 793 b10bb3ab393162c04c996cec39186a8e039ac682 pwatch.spec
040000 tree - 72985e33e99398650cbd4aadd2d53a86dc63938a screenshot
040000 tree - d58b74bd59c2a2e45929acc841ea5714fc919b5e src
Hints:
Before first commit, do not forget to setup your git environment:
git config --global user.name "your_name_here"
git config --global user.email "your@email_here"

Clone this repository using HTTP(S):
git clone https://rocketgit.com/user/catalinux/pwatch

Clone this repository using ssh (do not forget to upload a key first):
git clone ssh://rocketgit@ssh.rocketgit.com/user/catalinux/pwatch

Clone this repository using git:
git clone git://git.rocketgit.com/user/catalinux/pwatch

You are allowed to anonymously push to this repository.
This means that your pushed commits will automatically be transformed into a merge request:
... clone the repository ...
... make some changes and some commits ...
git push origin main