The Linux Process Explorer aims to be a Linux equivalent of (https://docs.microsoft.com/en-us/sysinternals/downloads/process-explorer). This project is a continuation of my project located at https://sourceforge.net/projects/procexp/.
Goals of this project
- Revive the old code, refactor and complete functionality
- Pack it for Debian, Ubuntu, Redhat, Fedora and Mint
- Make the process explorer a standard component of above mentioned distro's
- Everything else which will be needed
as user root:
apt-get install python-qwt5-qt4
apt-get install python-configobj
as user root:
apt-get install python-qwt5-qt4
apt-get install python-configobj
apt-get install tcpdump
as user root:
yum install PyQwt
yum install python-configobj
for CentOS version 7 PyQwt is not available in standard and EPEL repositories: --> build from source Download PyQwt5 sources from https://kent.dl.sourceforge.net/project/pyqwt/pyqwt5/PyQwt-5.2.0/PyQwt-5.2.0.tar.gz
as user root:
yum install epel-release
sudo yum group install "Development Tools"
yum install PyQt4-devel
yum install qwt
yum install qwt-devel
tar -xvzf PyQwt-5.2.0/PyQwt-5.2.0.tar.gz
cd PyQwt-5.2.0/configure
python configure.py -Q ../qwt-5.2
make
make install
as a non root user :
download procexp from github as zip file from https://github.com/wolfc01/procexp/archive/master.zip
unzip master.zip
cd procexp-master
./procexp.py