Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to measure Throughput of network? #52

Closed
shobhitaggarwal92 opened this issue Nov 21, 2019 · 3 comments
Closed

How to measure Throughput of network? #52

shobhitaggarwal92 opened this issue Nov 21, 2019 · 3 comments

Comments

@shobhitaggarwal92
Copy link

Hello
I am trying to measure the throughput of the network. Is there a way to do that?

Thanks

@DvdMgr
Copy link
Member

DvdMgr commented Nov 24, 2019

Hi! Do you mean throughput in terms of bits/s or in relation with offered traffic, so as to make comparisons with an Aloha access scheme?

@shobhitaggarwal92
Copy link
Author

Yes in terms of bits/second.

@DvdMgr
Copy link
Member

DvdMgr commented Nov 27, 2019

As of now, not out of the box. The most straightforward way to do this would be to hook a function to the ReceivedPacket trace source of the Gateways - this way you could log into a file the time at which you receive the packets and their length in bytes, and compute the throughput either online directly during the simulation or offline in a second phase!

@DvdMgr DvdMgr closed this as completed Dec 13, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants