ptop icon indicating copy to clipboard operation
ptop copied to clipboard

Feature Storming

Open darxtrix opened this issue 8 years ago • 3 comments
trafficstars

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 avatar Jul 16 '17 11:07 darxtrix

On 1)

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

darxtrix avatar Jul 17 '17 06:07 darxtrix

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

darxtrix avatar Jul 17 '17 09:07 darxtrix

  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.

darxtrix avatar Jul 17 '17 09:07 darxtrix