|
NAMErtpstats.pl - Displays packet statistics for an RTP sessionSYNOPSISrtpstats.pl <address> [<port>]DESCRIPTIONrtpstats.pl displays packet statistics for an RTP session. It is a clone of rtpqual by Matthew B Mathis with a few changes in design. If no port is specified, then port 5004 is assumed.rtpstats.pl uses seperate threads for recieving packets and displaying statistics, so version 5.8 or greater of perl is recommended for stable threading. For every second that passes, a row is printed for each transmitter to the multicast group. The first (left-hand) second displays statistics for the current second, and the second (right-hand) second displays the cumulative totals for transmitter.
SEE ALSONet::RTPNet::RTP::Packet BUGSUnicast addresses aren't currently detected and fail when trying to join multicast group.AUTHORNicholas J Humfrey, njh@cpan.orgCOPYRIGHT AND LICENSECopyright (C) 2006 University of SouthamptonThis script is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.008 or, at your option, any later version of Perl 5 you may have available.
Visit the GSP FreeBSD Man Page Interface. |