Thanks, but I have a machine with OVS and a bond port (two NICs (Gigabit
Ethernet) attached), connected to a physical switch ports (two GE). And the
trouble is that I need to measure the throughput between switch and computer
(not between the machines connected to the switch), I can't in the switch
I'd think you could just use normal network performance tools such as netperf
and iperf.
--Justin
On Apr 25, 2013, at 5:20 AM, Jose A. Posada wrote:
> How can I measure the troughput of a bond port?
> I need to compare the troughput with bonding to without it.
>
>
> Best regards.
> José Pos
Ben Pfaff wrote on 24/04/2013 09:23:59 AM:
> On Wed, Apr 24, 2013 at 09:21:08AM +0300, Liran Schour wrote:
> >
> > Ben Pfaff wrote on 22/04/2013 06:31:19 PM:
> >
> > > On Mon, Apr 22, 2013 at 04:27:12PM +0300, Liran Schour wrote:
> > > > I am using Openvswitch 1.10.90.
> > > > I tried to pass t
I find the reason why ovs commits so many transactions.
In bridge_run, ovs-vswitchd would refresh interface statistic if necessary. If
the number of ports is big enough such as 500, it will take a long time to
check every port's statistic. If statistic changes, ovs- vswitchd will send
messages
How can I measure the troughput of a bond port?
I need to compare the troughput with bonding to without it.
Best regards.
José Posada
___
discuss mailing list
discuss@openvswitch.org
http://openvswitch.org/mailman/listinfo/discuss
To get the behavior you want from traceroute, it needs to run through routers,
which process the L3 headers. OVS, in its default configuration, acts as an L2
switch.
There are controller applications that map out the topology of a network.
Nothing immediately comes to mind that trivially does
Hi!
I want to count the # of OVS hops between two hosts. So far, traceroute did
not work for me:
$ sudo mn --switch ovsk --topo=linear,3
...
mininet> h1 traceroute -n -w0 h2
traceroute to 10.0.0.2 (10.0.0.2), 30 hops max, 60 byte packets
1 * * *
2 * * *
3 * * *
4 * * *
...
27 * * *
28 *