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 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
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
Commit cdda5cfe213b1e69283a6d2cb7681d23f8118f28 - More duilder updates.
Author: Catalin(ux) M. BOIE
Author date (UTC): 2008-05-23 13:53
Committer name: Catalin(ux) M. BOIE
Committer date (UTC): 2008-05-23 13:53
Parent(s): 5a661c911396e31277c0caf2211aaf36f6d8bff6
Signer:
Signing key:
Signing status: N
Tree: ba253bdd0e59c4042e8c353cce841c37b77ca3b1
File Lines added Lines deleted
duilder 1 0
File duilder changed (mode: 100755) (index b97b4a4..1864947)
... ... function duilder_tar()
131 131 (cd .. && rm -f "${P}" && ln -s "${PRJ}" "${P}") (cd .. && rm -f "${P}" && ln -s "${PRJ}" "${P}")
132 132 tar czhf "${P}.tar.gz" \ tar czhf "${P}.tar.gz" \
133 133 --exclude '.git' \ --exclude '.git' \
134 --exclude ./Makefile \
134 135 --exclude "${P}.tar.gz" \ --exclude "${P}.tar.gz" \
135 136 ${ADD} \ ${ADD} \
136 137 -C .. "${P}" -C .. "${P}"
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