Changes between Version 1 and Version 2 of Documentation/OtherApps/DITG/ITGCBRReceiver
- Timestamp:
- Sep 5, 2006, 9:55:32 PM (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Documentation/OtherApps/DITG/ITGCBRReceiver
v1 v2 16 16 itgr.bindProperty('l','logfile') 17 17 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 32 18 if $0 == __FILE__ 33 19 p.to_xml.write($stdout, 2)