GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
RTPSTATS(1) User Contributed Perl Documentation RTPSTATS(1)

rtpstats.pl - Displays packet statistics for an RTP session

rtpstats.pl <address> [<port>]

rtpstats.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.

1.
The time in hours:minutes:seconds on the local host
2.
The number of packets recieved from the transmitter in the past second.
3.
The number of packets lost in the past second.
4.
The number of packets that arrived late (out-of-order) in the past second.
5.
The number of bytes (including estimated IP header size) in the past second.
6.
The total number of packets recieved from the transmitter.
7.
The total number of packets lost.
8.
The total number of packets late (out-of-order).
9.
The total number of kilobytes recieved from the transmitter.
10.
The average kilobits per second since the first packet was recieved.
11.
The IP address of the transmitter.

Net::RTP

Net::RTP::Packet

Unicast addresses aren't currently detected and fail when trying to join multicast group.

Nicholas J Humfrey, njh@cpan.org

Copyright (C) 2006 University of Southampton

This 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.

2022-04-09 perl v5.32.1

Search for    or go to Top of page |  Section 1 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.