bpytop
bpytop copied to clipboard
[REQUEST] Be able to see network actvitiy per process
In the processor part of bpytop, it would be nice if one of the columns you could switch between (like cpu lazy, memory, etc..) to also include network activity. So you can sort the processes by network bandwidth
@thibaultmol Sorry, that is currently not possible. You can see the available functions for processes at https://psutil.readthedocs.io/en/latest/#process-class
You could open a request at https://github.com/giampaolo/psutil and if it's implemented in psutil
it would be possible when I've finished #197, since the aim is to have a customizable process list with all the stats from psutil
's process class to choose from.
Ah I see, I've created an issue there. https://github.com/giampaolo/psutil/issues/1900
@thibaultmol Thank you for sponsoring btw :)
hey @aristocratos, I think It's possible now..
May this little script help. Thanks for your great work