commit 8ca2c35a2b6196f28c24398a159b86d9f6d154bb from: mischa date: Thu May 16 07:44:41 2019 UTC fixed typos in README.html commit - 86ad8e4ba0e010215357bcbfe1a3725e92c2d9f9 commit + 8ca2c35a2b6196f28c24398a159b86d9f6d154bb blob - a21618df15718de8d6d9d31f3127cbc3221a6300 blob + accc3d4e805c6a62f6326571027815fc8ef17cc7 --- README.html +++ README.html @@ -147,7 +147,7 @@ ${RRDTOOL} graph ${IMAGES}/${HOST}-${INTERFACE}.png \

To pinpoint the network interface you want to measure the bandwith for, this command prints the available interfaces:

-
snmpctl snmp walk  community  oid ifDescr
+
snmpctl snmp walk [host] community [community] oid ifDescr
 

This will output a list like:

@@ -165,7 +165,7 @@ ifDescr.670="tap1"

The number behind ifDescr is the one that you need to feed to interface.sh, for example:

-
# interface.sh  5
+
# interface.sh 5
 

Finally the wrapper.sh script calls all the aforementioned scripts: