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)
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
Made updates to duilder. 4513f326da39ea907ea1cf9d9c80827231da878f Catalin(ux) M. BOIE 2008-05-23 12:50:46
Added -Wextra, so we get more warnings from the compiler. 5cbd93bc6f61d80ed89f2b2e0e2102ec728a5be9 Catalin(ux) M. BOIE 2008-05-23 12:50:00
Ignore Changelog in git. 2309b007547912e3598f69dcb6eb9f629597b791 Catalin(ux) M. BOIE 2008-05-23 12:49:34
Added posibility to show also TB sizes. ea2d2ad8a5e48a6825bd22aaa2635de4ee774cbf Catalin(ux) M. BOIE 2008-05-21 13:56:09
Improved speed of scrolling. c6760d76d067556b58e289a38558efe44f8ccfce Catalin(ux) M. BOIE 2008-01-08 22:45:36
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
Commit 5a661c911396e31277c0caf2211aaf36f6d8bff6 - rpmbuild will complain if .spec file is not present, so do not remove it.
Author: Catalin(ux) M. BOIE
Author date (UTC): 2008-05-23 13:44
Committer name: Catalin(ux) M. BOIE
Committer date (UTC): 2008-05-23 13:44
Parent(s): 0fe4b1c00106217d1e630c763f8047689ded5eb2
Signer:
Signing key:
Signing status: N
Tree: e2ac88f45c8d1e36395c08ed45f7929a78b3b8fa
File Lines added Lines deleted
Makefile.in 1 1
File Makefile.in changed (mode: 100644) (index 6926aac..996bb8c)
... ... all:
14 14 .PHONY: clean .PHONY: clean
15 15 clean: clean:
16 16 @echo "--- Cleaning... ---" @echo "--- Cleaning... ---"
17 @rm -fv $(PRJ).spec $(PRJ)-*.rpm $(PRJ)-*-i386-1.tgz $(PRJ)-*.tar.gz
17 @rm -fv $(PRJ)-*.rpm $(PRJ)-*-i386-1.tgz $(PRJ)-*.tar.gz
18 18 @$(MAKE) -C src clean @$(MAKE) -C src clean
19 19
20 20
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