Net::Traces::SSFNet is a Perl module to analyze traces generated by SSFNet.
SYNOPSIS
use Net::Traces::SSFNet qw( droptail_record_player droptail_record_plotter );
$Net::Traces::SSFNet::PRINT_EXACT_DECIMAL_DIGITS = 0;
$Net::Traces::SSFNet::SHOW_SOURCES = 1;
$Net::Traces::SSFNet::SHOW_STATS = 0;
# Use with traces created by either
# SSF.Net.droptailQueueMonitor_1 or SSF.Net.droptailQueueMonitor_2
#
droptail_record_player('q.trace', 'text.output', 'some_stream_id.0');
# Use with traces created by SSF.Net.droptailQueueMonitor_1
#
droptail_record_plotter('q.trace', 'some_stream_id.0', 'drops', 'pkts', 'av_qlen');
# Use with traces created by SSF.Net.droptailQueueMonitor_2
#
droptail_record_plotter('q.trace', 'some_stream_id.0', 'drops', 'pkts', 'sumpkts', 'sumdrops');
ABSTRACT
Net::Traces::SSFNet can analyze traces created by Scalable Simulator Framework Network Models. It efficiently emulates in Perl the functionality provided by Java-based, SSFNet-bundled trace analyzers, and adds new features, including allowing for finer granularity in the processed output.
Product's homepage
Requirements:
· Perl