Changes between Version 1 and Version 2 of Old/Documentation/OTG/ScriptsRepository/ProtoDefForwarder
- Timestamp:
- Feb 2, 2006, 4:51:59 PM (19 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Old/Documentation/OTG/ScriptsRepository/ProtoDefForwarder
v1 v2 34 34 ] 35 35 36 otf.addMeasurement(' receiverport', Filter::TIME,36 otf.addMeasurement('otfreceiver', Filter::TIME, 37 37 {Filter::SAMPLE_SIZE => 1}, 38 38 [ 39 ['stream_no'], 40 ['pkt_seqno'], 41 ['sender_port'], ['flow_no'], 39 'flow_no'], 42 40 ['pkt_num_rcvd'], 43 41 ['rcvd_pkt_size', Filter::SUM], 44 ['rx_timestamp' , Filter::MEAN],42 ['rx_timestamp'], 45 43 ['rssi', Filter::MEAN], 46 ['xmitrate' ]44 ['xmitrate', Filter::MEAN] 47 45 ] 48 46 )