-
Notifications
You must be signed in to change notification settings - Fork 321
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
how to connect several PCs and test throughput? #473
Comments
Hello, you can start wuth a simple setup with three different PCs, a Source a Bridge and a Sink. On the source, you can have a click configuration that acts as a traffic generator, in the middle you can have a simple click configuration that just forwarding the traffic, and on the sink you can count the traffic using the Counter element, |
Thanks! and may I ask which element or setting I need to modify? |
On the source you can use FastUDPSource element or InfinitySource to generate traffic.
On the sink you can have something like this:
You have to enable the promiscious mode in every intefrace. |
Thanks! |
Did you compile Click with --enable-userlevel? You're probably in Kernel mode, making FastUDPSource not available. |
I want to test throughput on multi-hop router path.
My plan is using several PCs, the first one as the source, last one as the destination,those between them as the routers, connect them all and then test the throughput.
Is that realizable? If it is, how to realize it? Or any other ways to realize througput testing on multi-hop path.
Is there any docs I can refer to?
The text was updated successfully, but these errors were encountered: