From baae36eb46eb0679fea126a21fed08821c5e5dd0 Mon Sep 17 00:00:00 2001 From: Jake Vossen Date: Wed, 10 Mar 2021 10:27:32 -0700 Subject: [PATCH] nload: add page (#5395) --- pages/common/nload.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 pages/common/nload.md diff --git a/pages/common/nload.md b/pages/common/nload.md new file mode 100644 index 0000000000..af6dd3cffa --- /dev/null +++ b/pages/common/nload.md @@ -0,0 +1,12 @@ +# nload + +> A tool for visualizing network usage in the terminal. +> More information: . + +- 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 device {{interface_one}} {{interface_two}}`