[pox-dev] Statistics module
Kouvakas Alexandros
questalex at gmail.com
Tue Jul 30 09:44:09 PDT 2013
Pretty nice with this module.
I would like to ask some more questions. First, where can I find some
explanation for each parameter for example for FlowStatsReceived or for
PortStatsReceived ?
Moreover what exactly do we consider as web traffic. As I noticed pings
between nodes/VMs are not considered as web traffic.
Finally, is there any method by using POX modules, to measure the time that
a packet needs to travel from the source to the destination including the
way pass from the controller.
For example, when the flow table is empty and I ping from one node to
another the first packet needs at least the double time than all the other
packets that follow. That means that the first packet "passes" from the
controller. So in my case I want to measure these parameters comparing for
example to the size of the network. Also I will differenciate the size of
the packets to study how the controller reacts in such cases.
Thanks a lot!
Alexandros
2013/7/29 Murphy McCauley <murphy.mccauley at gmail.com>
> That example is meant to be run from the POX CLI/interpreter (that is, it
> expects you ran the "py" component), not as a standalone component.
>
> You could turn it into a component with a little work (it has already been
> discussed on the mailing list). However, there's a "Statistics Collector
> Example" in the "Third Party" section of the manual wiki which has already
> done this (and expanded on the original a bit).
>
> Hope that helps.
>
> -- Murphy
>
>
> On Jul 29, 2013, at 9:26 AM, Kouvakas Alexandros wrote:
>
> Hello,
> I am trying to collect statistics from the ovs. I tried to run the Example
> - Web flow statistics but I get the following error
>
> *[inria_nepi at planetlab2 pox]$ ./pox.py samples.pretty_log
> forwarding.l2_learning flow-stats
> POX 0.1.0 (betta) / Copyright 2011-2013 James McCauley, et al.
> Traceback (most recent call last):
> File "/home/inria_nepi/pox/pox/boot.py", line 89, in do_import2
> __import__(name, globals(), locals())
> File "/home/inria_nepi/pox/ext/flow-stats.py", line 2, in <module>
> log = core.getLogger("WebStats")
> NameError: name 'core' is not defined
> Could not import module: flow-stats*
>
> I
> am using the betta branch, but I don't think it matters as I get the same
> error with carp branch.
>
> Does anybody knows what happens?
> Also every suggestion for modules that get statistics from the switch are
> very welcome.
>
> Thanks a lot!
>
>
> --
> Kouvakas Alexandros
>
>
>
--
Kouvakas Alexandros
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.noxrepo.org/pipermail/pox-dev-noxrepo.org/attachments/20130730/d8870472/attachment-0002.htm>
More information about the pox-dev
mailing list