commit - 86ad8e4ba0e010215357bcbfe1a3725e92c2d9f9
commit + 8ca2c35a2b6196f28c24398a159b86d9f6d154bb
blob - a21618df15718de8d6d9d31f3127cbc3221a6300
blob + accc3d4e805c6a62f6326571027815fc8ef17cc7
--- README.html
+++ README.html
<p>To pinpoint the network interface you want to measure the bandwith for, this command prints the available interfaces:</p>
-<pre><code>snmpctl snmp walk community oid ifDescr
+<pre><code>snmpctl snmp walk [host] community [community] oid ifDescr
</code></pre>
<p>This will output a list like:</p>
<p>The number behind <code>ifDescr</code> is the one that you need to feed to <strong>interface.sh</strong>, for example:</p>
-<pre><code># interface.sh 5
+<pre><code># interface.sh 5
</code></pre>
<p>Finally the <strong>wrapper.sh</strong> script calls all the aforementioned scripts:</p>