/README (1dd92b9efe496f8b3fdbcf193c046f7d1d3ee556) (511 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
. More info
pwatch is a set of tools to analyze what a process is doing.
Right now only 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 |
21 |
26baf730993e1d1036ebdfc38f6e6258b2069af7 |
.gitignore |
100644 |
blob |
0 |
e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 |
Changelog |
100644 |
blob |
440 |
3e8b08dc1f4b4f2b0eb7911bb8ebe093e59cdfe3 |
Makefile.in |
100644 |
blob |
511 |
1dd92b9efe496f8b3fdbcf193c046f7d1d3ee556 |
README |
100644 |
blob |
111 |
895afb2ff323b2c815bafdae3beab9cdc5d07918 |
TODO |
100755 |
blob |
23 |
d33bb6c4ecdce1390ce1db3c79ea3b93e22ea755 |
configure |
100644 |
blob |
190 |
579ed1143a579865eb11cca8f78b5497793634db |
duilder.conf |
100644 |
blob |
706 |
18758944ac52dad6ce9f39e08cc178f42f6ff044 |
pwatch.spec.in |
040000 |
tree |
- |
72985e33e99398650cbd4aadd2d53a86dc63938a |
screenshot |
040000 |
tree |
- |
1e44753cce3fd280d87c58ba036192abe29246e2 |
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