LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   awk file for wimax trace (https://www.linuxquestions.org/questions/linux-newbie-8/awk-file-for-wimax-trace-4175427655/)

Narges 09-17-2012 11:25 AM

awk file for wimax trace
 
Hi. I want to analyze my wimax trace file in ns2, which is out.res format.
I have downloaded some awk files for calculating throughput,e2e delays and etc.
all those work fine with other trace files in .tr format.
But it doesnt work for .res format. Its like it doesnt even read it. I renamed the file from .res to .tr in the folder but didnt work either.
Can anyone help me regarding this?
Thank you so much.

pan64 09-18-2012 03:22 AM

.tr and .res are extensions, not formats. renaming files (replacing extensions) will not modify the internal format of the file.
you would need to rework those awk scripts to be able to handle that format also (or look for other scripts)

Narges 09-18-2012 04:26 AM

Thank you pan64 for the reply.
I changed a parameter in .awk file based on the fields in my trace file,so now I can get result.

zmezm14 11-11-2012 06:38 AM

Quote:

Originally Posted by Narges (Post 4782416)
Hi. I want to analyze my wimax trace file in ns2, which is out.res format.
I have downloaded some awk files for calculating throughput,e2e delays and etc.
all those work fine with other trace files in .tr format.
But it doesnt work for .res format. Its like it doesnt even read it. I renamed the file from .res to .tr in the folder but didnt work either.
Can anyone help me regarding this?
Thank you so much.

hi there
sir am also working on wimax under ns-2.29
and i need to use awk script to get some result
is it possible that you can help me ??? can you sent me the awk file that you use

thanks


All times are GMT -5. The time now is 05:24 AM.