Tool: Traffic Monitor |
Traffic MonitorThis tool is part of a series of utilities written by Unleash Networks. These tools are meant to illustrate the use of the Unsniff Scripting API and to motivate you to write your own tools.Traffic Monitor is a tool that displays the traffic pattern seen by Unsniff over the duration of a capture. This tool demonstrates usage of the Unsniff Scripting API, Ruby, and Fox-Ruby. The free Ruby charting package UnleashCharts is used to render the graphs. Traffic MonitorQuick Info This tool demonstrates the following conceptsUsing the Unsniff Scripting API Using the Fox-Ruby toolkit to create GUI programs The free ruby charting library UnleashCharts Calculating traffic in (bps) Traffic Monitor is a tool that displays the traffic pattern seen by Unsniff over the duration of the capture. You can view the traffic load, periods of silence, spikes, and recurring patterns. This utility is written in the Ruby scripting language, using the Fox-Ruby GUI toolkit, and the free UnleashCharts charting library. DownloadHow to run
Usage:trafmon <capture-file-name> capture-file-name : Capture file in Unsniff (*.usnf) format Example:c:\RubyTest> trafmon LargeCapture.usnf |