AWK Scripts for Normalized Routing Load/Overhead
Normalized Routing Load (or Normalized Routing Overhead) is defined as
the total number of routing packet transmitted per data packet.
It is calculated by dividing the total number of routing packets sent
(includes forwarded routing packets as well) by the total number of data
packets received.
AWK Script to calculate Normalized Routing Load for Old trace format can be downloaded from the link given below:
AWK Script for Normalized Routing Load - Old Trace Format:
nrl_ot.awk |
AWK Script to calculate Normalized Routing Load for New trace format can be downloaded from the link given below:
AWK Script for Normalized Routing Load - New Trace Format:
nrl_nt.awk |
If there are any problems encountered in downloading above files, please visit the link given below:
http://www.mediafire.com/?z1c2cxdt1a31d
These scripts work for AODV, DSDV, DSR and OLSR. To use these scripts
for other routing protocols, just add the name of that routing protocol
in appropriate loop within this script.
Note: Please report any bugs if encountered.
Hope it helps.
No comments:
Post a Comment