diff options
author | Silvino Silva <silvino@bk.ru> | 2017-01-14 10:09:30 +0000 |
---|---|---|
committer | Silvino Silva <silvino@bk.ru> | 2017-01-14 10:09:30 +0000 |
commit | fb486d77a776083d948b03a1a1b7bb6f53c9e5d9 (patch) | |
tree | 72412a949cb226594ab4de52ec7f79d54d5e445d /tools | |
parent | 85967ef5d54f6efbc7ff2f2e9d5126d8197cf43b (diff) | |
download | doc-fb486d77a776083d948b03a1a1b7bb6f53c9e5d9.tar.gz |
reference to iftop
Diffstat (limited to 'tools')
-rw-r--r-- | tools/network.html | 2 | ||||
-rw-r--r-- | tools/tcpdump.html | 4 |
2 files changed, 6 insertions, 0 deletions
diff --git a/tools/network.html b/tools/network.html index bb4c0be..0dc51d6 100644 --- a/tools/network.html +++ b/tools/network.html @@ -14,6 +14,8 @@ by <a href="../core/network.html">net and wlan</a> scripts, they allow to connect to the internet in the most common environments.</p> + <p>For network statistics and monitoring see <a href="tcpdump.html">tcpdump</a>.</p> + <h2 id="bridge">Bridges</h2> <p>See <a href="conf/etc/rc.d/blan">/etc/rc.d/blan</a> on diff --git a/tools/tcpdump.html b/tools/tcpdump.html index ef15b59..8c9932a 100644 --- a/tools/tcpdump.html +++ b/tools/tcpdump.html @@ -8,6 +8,10 @@ <h1>TCPDump</h1> <pre> + iftop + </pre> + + <pre> tcpdump -vvv -s 0 -l -n port 53 </pre> |