New in v0.1.1
Tabselects a process and all its children — highlight any parent in
the picker and pressTabto select its whole--forestsubtree at once.- Quieter trace — routine
extracediagnostics ("process vanished before
notification", "out of order message on cpu N") are filtered out of the view.
Interactive process picker + live exec() tracer. Type to search a subtree-aware
ps --forest tree (search sshd to see sshd and everything under it), select one
or more processes, and watch a colour-tagged tree of every program their subtrees
exec(), via extrace.
Install
RHEL / Rocky / Alma 9 (RPM)
sudo dnf install ./procsentry-0.1.1-1.el9.x86_64.rpm
sudo procsentry-gfxPrebuilt binary (EL9+ x86_64)
tar xzf procsentry-linux-x86_64.tar.gz && sudo ./procsentry-linux-x86_64/procsentry-gfxFrom source (offline-friendly) — termpaint is vendored, so a fresh clone
builds with just gcc + make, no network:
git clone https://github.com/binRick/procsentry.git && cd procsentry && makeRequirements
The trace pane needs Linux + root and extrace on the host (kernel proc
connector). The picker works anywhere ps does.
Assets
procsentry-0.1.1-1.el9.x86_64.rpm— RHEL/Rocky/Alma 9 packageprocsentry-linux-x86_64.tar.gz— standalone x86_64 binariesprocsentry-0.1.1-1.el9.src.rpm— source RPM