Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Process explorer for linux

License

NotificationsYou must be signed in to change notification settings

KieraKujisawa/procexp

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 athttps://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-qt4apt-get install python-configobj

install dependencies for Debian 9

as user root:

apt-get install python-qwt5-qt4apt-get install python-configobjapt-get install tcpdump

install dependencies for Fedora 27

as user root:

yum install PyQwtyum install python-configobj

install dependencies for CentOS 7

for CentOS version 7 PyQwt is not available in standard and EPEL repositories: --> build from sourceDownload PyQwt5 sources fromhttps://kent.dl.sourceforge.net/project/pyqwt/pyqwt5/PyQwt-5.2.0/PyQwt-5.2.0.tar.gz

as user root:

yum install epel-releasesudo yum group install "Development Tools"yum install PyQt4-develyum install qwtyum install qwt-develtar -xvzf PyQwt-5.2.0/PyQwt-5.2.0.tar.gzcd PyQwt-5.2.0/configurepython configure.py -Q ../qwt-5.2makemake 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 fromhttps://github.com/wolfc01/procexp/archive/master.zip

unzip master.zipcd procexp-master./procexp.py

About

Process explorer for linux

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python99.3%
  • Shell0.7%

[8]ページ先頭

©2009-2025 Movatter.jp