Add nethogs link

This commit is contained in:
Fernando Almeida
2016-08-25 00:15:58 -03:00
parent 4dd4340b0a
commit 87f270b80d
14 changed files with 36 additions and 36 deletions

View File

@ -303,7 +303,7 @@ mkdir empty && rsync -r --delete empty/ some-dir && rmdir some-dir
- For looking at why a disk is full, `ncdu` saves time over the usual commands like `du -sh *`.
- To find which socket or process is using bandwidth, try `iftop` or `nethogs`.
- To find which socket or process is using bandwidth, try `iftop` or [`nethogs`](https://github.com/raboof/nethogs).
- The `ab` tool (comes with Apache) is helpful for quick-and-dirty checking of web server performance. For more complex load testing, try `siege`.
@ -504,7 +504,7 @@ A few examples of piecing together commands:
- `sar`: historic system stats
- `iftop` or `nethogs`: network utilization by socket or process
- `iftop` or [`nethogs`](https://github.com/raboof/nethogs): network utilization by socket or process
- `ss`: socket statistics