This tool is a 'swiss army knife' for programmers and system administrators to study per process memory usage, IO usage, runtime memory leaks, TCP/UDP usage, and also process hierarchy.
The Linux Process Explorer was inspired by the sysinternals process explorer tool of Microsoft. (https://docs.microsoft.com/en-us/sysinternals/downloads/process-explorer).
for now download the bleeding edge: procexp from https://github.com/wolfc01/procexp/archive/refs/heads/master.zip
sudo apt update
sudo apt install pip
sudo apt install python3-venv
sudo apt install tcpdump
apt update
apt install pip
apt install python3-venv
apt install tcpdump
dnf install python3-pip
cd ~
python3 -m venv ~/procexp
unzip procexp-master.zip
cd procexp-master
~/procexp/bin/pip install -r requirements.txt
as a non root user :
if on wayland:
export QT_QPA_PLATFORM=wayland
then start the process explorer as follows:
cd procexp-master
~/procexp/bin/python3 ./procexp.py