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)
More TODOs added. 05ed8b0a18505898f7ba503a60644c29e1762e6c Catalin(ux) M. BOIE 2010-09-30 20:15:20
Duilder updates. 0af0ec7f6dcf2447485f9111c67eebadbbb48503 Catalin(ux) M. BOIE 2010-09-30 20:14:58
Close dir after open and in error paths! 6aa78463f5e69e4dfc8b1893106de188746b8b3d Catalin(ux) M. BOIE 2010-09-30 20:13:59
Cosmetic changes to .mailmap. c11badfe7864b7fb8e24bcf49dcedf18357c8d9a Catalin(ux) M. BOIE 2009-10-12 11:06:48
Store offset and size as 64 bits instead of 32 bits. 1be11bbad878383067f23c2c52f0dfc65ad3346f Catalin(ux) M. BOIE 2009-10-12 09:50:05
More aliases added. aa903e5d9992373ec5a4ad84a773b648913dd858 Catalin(ux) M. BOIE 2008-05-23 14:12:02
Bump up version. e88e4bab0f01b83e595154a65f21dc8c3f1f931d Catalin(ux) M. BOIE 2008-05-23 14:11:32
More duilder updates. cdda5cfe213b1e69283a6d2cb7681d23f8118f28 Catalin(ux) M. BOIE 2008-05-23 13:53:37
rpmbuild will complain if .spec file is not present, so do not remove it. 5a661c911396e31277c0caf2211aaf36f6d8bff6 Catalin(ux) M. BOIE 2008-05-23 13:44:35
Makefile should not be cleaned. 0fe4b1c00106217d1e630c763f8047689ded5eb2 Catalin(ux) M. BOIE 2008-05-23 13:39:38
Clean also Makefile and spec file. 7a4a0e837082df352272e6b7f225fc29eacdb418 Catalin(ux) M. BOIE 2008-05-23 13:27:10
Update duilder. 507ef1fd8bd6f9f49f88f4e8b5a76493b3366a45 Catalin(ux) M. BOIE 2008-05-23 13:25:01
More signed/unsigned fixes. f1eebdc469411366b7feea1ede9c6b09faef26ad Catalin(ux) M. BOIE 2008-05-23 13:22:07
Added file for e-mail mapping. 4a3f1fc114c3b0ac1ad5cadb0f6c2e21ef0342a0 Catalin(ux) M. BOIE 2008-05-23 13:17:45
Fixed signed/unsigned comparations. d2f4ec58a496a2b2bd9fa1d9e2c7b3018e86a843 Catalin(ux) M. BOIE 2008-05-23 13:09:40
Bump up version to 0.0.2. 9c4880a7e9667b9778796762ae062c8c92128b49 Catalin(ux) M. BOIE 2008-05-23 13:08:57
Replaced racy /proc IO statistics with netlink ones. 8efe54ca3a337a8a3a8e616ae9a07b10f09dd2d3 Catalin(ux) M. BOIE 2008-05-23 12:56:17
Because duilder has support to submit a package for compile, use it. c479890bdb1cadf233038c566543676c156f24ff Catalin(ux) M. BOIE 2008-05-23 12:53:33
Corrected a typo in my name. Yuck! 1ea855aaf23c2dd8106d7a519dfa966a066b14af Catalin(ux) M. BOIE 2008-05-23 12:52:55
Added some and removed some items on the list. 336d4af78cd7d1620cf596c4777a6094b36ddc89 Catalin(ux) M. BOIE 2008-05-23 12:51:56
Commit 05ed8b0a18505898f7ba503a60644c29e1762e6c - More TODOs added.
Author: Catalin(ux) M. BOIE
Author date (UTC): 2010-09-30 20:15
Committer name: Catalin(ux) M. BOIE
Committer date (UTC): 2010-09-30 20:15
Parent(s): 0af0ec7f6dcf2447485f9111c67eebadbbb48503
Signing key:
Tree: 016ab777a644b2ac269b3f48830c6d24e4afffdc
File Lines added Lines deleted
TODO 3 0
File TODO changed (mode: 100644) (index 4630c4b..e9a99a8)
1 1 [ ] Take care of wrap-around. [ ] Take care of wrap-around.
2 2 [ ] Compute totals! [ ] Compute totals!
3 3 [ ] Instead of showing "Sort by: read bytes", just color "rbytes" differently. [ ] Instead of showing "Sort by: read bytes", just color "rbytes" differently.
4 [ ] http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commitdiff;h=9b0975a20af1ff2f367e3b6b7c150eb114c6b500
5 [ ] http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commitdiff;h=297c5d92634c809cef23d73e7b2556f2528ff7e2
6 [ ] http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commitdiff;h=016ae219b920c4e606088761d3d6070cdf8ba706
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