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)
Resizing current screen will trigger a redraw. 75bad458e75c422fb98f407ef634d3b22c5ca0e5 Catalin(ux) M. BOIE 2008-01-08 22:45:15
Now pressing END will go to the last page _and_ to the last line. 1788e9fc6e972ff5ef6323a4a8165f151856c6f4 Catalin(ux) M. BOIE 2008-01-08 22:44:58
Fixed the code so only some keys triggers a redraw of the screen. 0d79d715e92420d8db68772366387a202f9dfc89 Catalin(ux) M. BOIE 2008-01-08 22:44:42
Fixed positioning at the end of list. bfedb7fbce206af12cf5cd03ddf88f670982ea1f Catalin(ux) M. BOIE 2008-01-08 22:44:20
Because name iotop is already taken, renamed iotop to io. a4fc9285d5b4079c98e63363859781451e38d076 Catalin(ux) M. BOIE 2008-01-08 22:43:36
Impoved a little the description from spec file. d367b069e3f51be7e159758fc8d9e9a0ef8078bb Catalin(ux) M. BOIE 2007-10-30 09:55:24
Added homepage to README file. e0976ec7f6decd8bcf7c4cff3bb36fc16702332a Catalin(ux) M. BOIE 2007-10-30 09:54:25
Warn if user has a not enough recent kernel and refuse to work. 3687f3965abc6aa66bbde34a7fd53795874aaa69 Catalin(ux) M. BOIE 2007-10-30 09:52:32
No need to have Changelog in git. 2b04dcd1a0a428722ae2ec490eb0ccab93a74e75 Catalin(ux) M. BOIE 2007-10-24 09:33:42
Added GIT_COMMIT stuff. e724fe6003c3e7d30f5d9f78a9ff8ae4fc958fc4 Catalin(ux) M. BOIE 2007-10-24 09:29:43
duilder should be in git repository. eb90b4b59cb3ab9dfb2d5fe3f06561110f2bca98 Catalin(ux) M. BOIE 2007-10-24 08:48:45
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
Commit 75bad458e75c422fb98f407ef634d3b22c5ca0e5 - Resizing current screen will trigger a redraw.
Author: Catalin(ux) M. BOIE
Author date (UTC): 2008-01-08 22:45
Committer name: Catalin(ux) M. BOIE
Committer date (UTC): 2008-01-08 22:45
Parent(s): 1788e9fc6e972ff5ef6323a4a8165f151856c6f4
Signer:
Signing key:
Signing status: N
Tree: 18a0c5e4701e78ad6cdda0815298f805be4bf88b
File Lines added Lines deleted
src/io.c 3 1
File src/io.c changed (mode: 100644) (index b6cdf74..ff069e3)
... ... int main(int argc, char *argv[])
383 383 force_redraw = 1; force_redraw = 1;
384 384 break; break;
385 385 case ' ': case ' ':
386 /* force redraw */
386 force_redraw = 1;
387 break;
388 case KEY_RESIZE:
387 389 force_redraw = 1; force_redraw = 1;
388 390 break; break;
389 391 default: default:
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