mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-01-31 00:41:42 +00:00
18 lines
429 B
Plaintext
18 lines
429 B
Plaintext
---
|
|
syntax: markdown
|
|
tags: [tldr, common]
|
|
source: https://github.com/tldr-pages/tldr.git
|
|
---
|
|
# nload
|
|
|
|
> Visualize network usage in the terminal.
|
|
> More information: <https://github.com/rolandriegel/nload>.
|
|
|
|
- View all network traffic (use the arrow keys to switch interfaces):
|
|
|
|
`nload`
|
|
|
|
- View network traffic on specific interfaces (use the arrow keys to switch interfaces):
|
|
|
|
`nload devices {{interface_one}} {{interface_two}}`
|