hi all i want to calculate utilization of link between 2 node n0 and n1 in ns2 . i have out.tr file that contains trace-queue output for that link. please help me on this topic as soon as possible thanks
calculating link utilization using ns2
1.6k Views Asked by hesam At
1
There are 1 best solutions below
Related Questions in NS2
- UDP congestion control in NS2
- How to change link color in NS2?
- How can i set next hop of nodes in NS2?
- Adding tree routing protocol in ns 2.32
- How to use node's coordinates in AODV packets in NS-2?
- Shell script to create loop for command
- Calculating overall average time taken to send a packet from source to destination when a all the nodes in the network are moving
- can't read "ns_": no such variable
- Ant Hoc net simulation on ns2
- Data mules in ns2
- AODV CODE explanation NS2
- TCP Choosing optimal window size?
- Network simulator - reading packets from file
- how to implement particular message format in NS-2
- Passing the repeatTime from ns2 to .cc file
Related Questions in NETWORK-UTILIZATION
- Calculating Utilization in a Stop-And-Wait Protocol
- find WkWebView's data consumption
- Get network utilization in c#
- How to profile network utilization of a .NET application
- Combining Two SQL queries for Network Utilization
- extracting CPU usage,Memory usage and network utilization using java on windows/linux
- calculating link utilization using ns2
- Jsoup mobile data consumption
- Detecting if internet connection is busy
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
hi all this very simple question . you should collect sum of bytes received in end node (n1) and divide it by simulation time . then divide this number with link capacity. thanks