Tagged Questions
11
votes
4answers
283 views
Is there a top-like command that shows the network bandwidths and file accesses of running processes
For example, we'd like to see:
PROCESS IF TX RX FILE(regular) R/W
prog1 eth0 200kB/s 12kB/s -- --
wlan0 12kB/s 100kB/s -- ...
13
votes
3answers
441 views
Limiting a specific shell's internet bandwidth usage
I want update my linux in one shell but by default wget or axel in updater use all the bandwidth.
How can I limit the speed in this shell?
I want other shells to have a fair share, and to limit ...