ptop
ptop copied to clipboard
Feature Storming
Add the following features:
-
Show ports information for a particular process Search by ports will also be there as the current search searches in the whole process line.
-
Kill and restart option
On 1)
import psutil
k = psutil.Process(<pid>)
k.connections()
Some good/required features can be added from here https://www.tecmint.com/command-line-tools-to-monitor-linux-performance/
-
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.
-
Can we group the child process and parent process in some way ?
-
Display the memory percentage and cpu percentage also in the graph boxes..edit the names ?
-
Should disk i/o and network i/o should be also show in graphs.