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.
No history found.

README:
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.
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