Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature Storming #29

Open
darxtrix opened this issue Jul 16, 2017 · 3 comments
Open

Feature Storming #29

darxtrix opened this issue Jul 16, 2017 · 3 comments

Comments

@darxtrix
Copy link
Owner

darxtrix commented Jul 16, 2017

Add the following features:

  1. Show ports information for a particular process
    Search by ports will also be there as the current search searches in the whole process line.

  2. Kill and restart option

@darxtrix
Copy link
Owner Author

On 1)

import psutil
k = psutil.Process(<pid>)
k.connections()

@darxtrix
Copy link
Owner Author

Some good/required features can be added from here https://www.tecmint.com/command-line-tools-to-monitor-linux-performance/

@darxtrix
Copy link
Owner Author

darxtrix commented Jul 17, 2017

  1. Selecting a particular process you can give more information about it in a dialog box opened, such as the open files by the process, ports getting used by the process, parent processes, disk i/o etc.

  2. Can we group the child process and parent process in some way ?

  3. Display the memory percentage and cpu percentage also in the graph boxes..edit the names ?

  4. Should disk i/o and network i/o should be also show in graphs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant