Changes between Version 1 and Version 2 of Documentation/OtherApps/DITG/ITGCBRReceiver


Ignore:
Timestamp:
Sep 5, 2006, 9:55:32 PM (18 years ago)
Author:
Surya Satyavolu
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Documentation/OtherApps/DITG/ITGCBRReceiver

    v1 v2  
    1616itgr.bindProperty('l','logfile')
    1717
    18 itgr.addMeasurement('receiverport',  Filter::SAMPLE,
    19   {Filter::SAMPLE_SIZE => 1},
    20   [
    21     ['flow_no'],
    22     ['min_delay'],
    23     ['max_delay'],
    24     ['avg_delay'],
    25     ['avg_jitter'],
    26     ['delay_stdev'],     
    27     ['avg_throughput'],
    28     ['packet_loss'],
    29   ]
    30 )
    31 
    3218if $0 == __FILE__
    3319  p.to_xml.write($stdout, 2)