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.
List of commits:
Subject Hash Author Date (UTC)
Added more info. b91dc05444309ef93aa3c5dc2890fbe4bcbaf82d Catalin(ux) M. BOIE 2007-10-24 08:48:27
Removed duilder from .gitignore. fb32de1325e3719c8214ac3dd4be099a66a2d36f Catalin(ux) M. BOIE 2007-10-24 08:47:33
Switch to new duilder variables. 2ad644f672ced83758a19dda33b8f23abbf60cc5 Catalin(ux) M. BOIE 2007-10-23 02:51:46
Added a new screenshot. 3cc31df36f6a78e2d17b727f9f272f9dec9f32f5 Catalin(ux) M. BOIE 2007-10-23 02:12:56
Remove link to pi. Will come back later. b98ac41d7695e2f497c69dba49ea21e3a86cf66a Catalin(ux) M. BOIE 2007-10-22 09:58:55
Exclude some auto generated files. 64b475e4b06788fb481538cf3b4d6a4c4bcedb4c Catalin(ux) M. BOIE 2007-10-22 08:59:38
Removed some leftovers. f373c6bf966de7d7318b93e75414cdadfd6e8603 Catalin(ux) M. BOIE 2007-10-22 08:56:59
Correct instalation stuff. 9caf660f3d5104028cbab81de17cf23cb3203c24 Catalin(ux) M. BOIE 2007-10-22 08:56:40
Added duilder conf file. 9db23c7c2c165d448027a818266116e313194d4c Catalin(ux) M. BOIE 2007-10-22 08:56:08
Some basic corrections. 81113acb04179336164c68c384449c1a88c4e5e1 Catalin(ux) M. BOIE 2007-10-22 08:55:31
Quiet make commands. e49c4c156f9054cad6a3c28aa77cb70da404b538 Catalin(ux) M. BOIE 2007-10-22 08:54:35
Real switch to duilder build system. 13da5d88af6419a70442c0735c4ea26b25deee21 Catalin(ux) M. BOIE 2007-10-22 08:44:00
Delete some leftovers from previous build system. Updated README and TODO. configure switched to duilder. 6a3022a0d34219e27365953204462945a4b80664 Catalin(ux) M. BOIE 2007-10-22 08:42:15
Updated help page. dc8248b184aa7c0d149360020a6ace559d0f891c Catalin(ux) M. BOIE 2007-10-22 08:40:35
Lot of code refactoring. 238eb5aa9eb0cbfde29d6ecc2ff33d6aeaf1146f Catalin(ux) M. BOIE 2007-10-19 11:45:39
Added iotop. 86ff5e827428f0d51e0e495f6a7aeff97dad191b Catalin(ux) M. BOIE 2007-10-18 19:33:01
Added an example. 0186e119fe7dc68c32446151d0785147e654bb62 Catalin(ux) M. BOIE 2007-10-10 20:37:33
First import. 38d1bf362511d2f70728da41959a02ec894bf2b7 Catalin(ux) M. BOIE 2007-10-10 20:22:39
Commit b91dc05444309ef93aa3c5dc2890fbe4bcbaf82d - Added more info.
Author: Catalin(ux) M. BOIE
Author date (UTC): 2007-10-24 08:48
Committer name: Catalin(ux) M. BOIE
Committer date (UTC): 2007-10-24 08:48
Parent(s): fb32de1325e3719c8214ac3dd4be099a66a2d36f
Signer:
Signing key:
Signing status: N
Tree: 161afd07dc7f5dcfd2c36cacb9fb874d022b788f
File Lines added Lines deleted
README 9 0
File README changed (mode: 100644) (index 9c09455..1dd92b9)
... ... Description: Set of tools to analyze what a process is doing.
2 2 Author: Catalin(ux) M BOIE Author: Catalin(ux) M BOIE
3 3 Start date: 11 Oct 2007 Start date: 11 Oct 2007
4 4 Copyright: Catalin BOIE Copyright: Catalin BOIE
5
6 . More info
7 pwatch is a set of tools to analyze what a process is doing.
8 Right now only iotop command is implemented.
9 It presents the I/O activity in a nice ncurses screen and you
10 have the possibility to sort by read/write speed ore amount
11 of readed/written bytes from the start of the program.
12 It was written to easy detect which program is eating a
13 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