TTG (Text Traffic Grapher) is a small command line utility that displays current throughput (bandwidth usage) on an interface of a remote device such as router/switch, over SNMP. You can think of TTG as command line version of STG or a high-interval/ad-hoc query/test tool for MRTG, etc. The output is very similar to ping command. You can use it to quickly check/measure traffic before waiting 5 minute cycle, or when configuring MRTG.
TTG allows you to specify:
- SI prefix k/M/G (default is auto)
- units bits/bytes (b/B)
- size of "kilo" which can be either 1000 or 1024 depending on personal opinion (default is 1000)
- interval in seconds and count limit.
- Finally the utility also allows you to list all interfaces on the device and can take interface name, such as "FastEthernet1/1" or it's abbreviation ("fa1/1") instead of OID name/number as the parameter.
Product's homepage
What's New in This Release: [ read full changelog ]
· Support for 64-bit counters, SNMP v2c, and ifXtable.
· Displays interface descriptions in extended mode.
· A fix for calculating proper throughput with 32-bit counter resets.
· Major bugfixes and platform support.