Measure bandwidth in Marionnet

Asked by kostadin

Hello,

I am trying to measure the bandwidth between nodes in a marionnet network. I wonder if it is possible to do it with iperf, I tried with host and it hasn't the package installed. I tried to installed but I can't.

Is there any way to measure the bandwidth in this program?

Thanks in advance,

Question information

Language:
English Edit question
Status:
Answered
For:
marionnet Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
JulioJu (juanes0890) said :
#1

Hello,

Maybe, you can install it from sources : https://iperf.fr/iperf-download.php#log. Jean-Vincent Lodo say it's better, because apt-get and aptitude can be very problematic for Marionnet (see https://answers.launchpad.net/marionnet/+question/294666
« il vaudra mieux installer les logiciels par les sources (make, make install), plutôt que par apt-get (ou aptitude). En effet, ce dernier touche à un ensemble très importants de fichiers, ce qui cause de gros problèmes au couple detechnologies UML-COW que Marionnet utilise. ).

In spite of this warnig, you can install iperf with apt-get.
1) in /etc/apt/sources.list add at the end of each line « contrib non-free »
2) Copy your /etc/resolv.conf from your host computer into your guest computer.
3) Add and connect a Gateway
4) dhclient eth0 -v
5) apt-get update
6) apt-get install debian-archive-keyring
7) apt-get update
8) apt-get install iper
And it is installed !

Julio

Revision history for this message
JulioJu (juanes0890) said :
#2

* apt-get install iperf, with and « f » :-)

Can you help with this problem?

Provide an answer of your own, or ask kostadin for more information if necessary.

To post a message you must log in.