diff options
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> |