Git Product home page Git Product logo

procexp's Introduction

process explorer for Linux

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

  1. Revive the old code, refactor and complete functionality
  2. Pack it for Debian, Ubuntu, Redhat, Fedora and Mint
  3. Make the process explorer a standard component of above mentioned distro's
  4. Everything else which will be needed

INSTALLATION

install dependencies for Ubuntu 16.04.3 LTS, Mint 18.3

as user root:

apt-get install python-qwt5-qt4 python-configobj

install dependencies for Debian 9

as user root:

apt-get install python-qwt5-qt4 python-configobj tcpdump

install dependencies for Fedora 27

as user root:

yum install PyQwt
yum install python-configobj

install dependencies for CentOS 7

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

last step for all distro's: download procexp python sources, unzip and run

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

procexp's People

Contributors

allenh1 avatar divinity76 avatar eventhorizon5 avatar jasperh1 avatar wolfc01 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.