diff mbox

[ovs-dev] FAQ: mention about plotnetcfg tool

Message ID 1441291997-31483-1-git-send-email-fbl@sysclose.org
State Accepted
Headers show

Commit Message

Flavio Leitner Sept. 3, 2015, 2:53 p.m. UTC
The plotnetcfg is an open source tool to visualy represent
relationship between network interfaces on a single host.

It helps to understand the path of a packet on a host.

Signed-off-by: Flavio Leitner <fbl@sysclose.org>
---
 FAQ.md | 3 +++
 1 file changed, 3 insertions(+)

Comments

alex wang Sept. 3, 2015, 4:26 p.m. UTC | #1
tried this out, looks useful,

Look good to me,

Thanks,
Alex Wang,

On 3 September 2015 at 07:53, Flavio Leitner <fbl@sysclose.org> wrote:

> The plotnetcfg is an open source tool to visualy represent
> relationship between network interfaces on a single host.
>
> It helps to understand the path of a packet on a host.
>
> Signed-off-by: Flavio Leitner <fbl@sysclose.org>
> ---
>  FAQ.md | 3 +++
>  1 file changed, 3 insertions(+)
>
> diff --git a/FAQ.md b/FAQ.md
> index 5ce42b9..631f6a4 100644
> --- a/FAQ.md
> +++ b/FAQ.md
> @@ -1623,6 +1623,9 @@ A: To debug network behavior problems, trace the
> path of a packet,
>     that's correct, then trace the path of the response packet back to
>     the origin.
>
> +   The open source tool called "plotnetcfg" can help to understand the
> +   relationship between the networking devices on a single host.
> +
>     Usually a simple ICMP echo request and reply ("ping") packet is
>     good enough.  Start by initiating an ongoing "ping" from the origin
>     host to a remote host.  If you are tracking down a connectivity
> --
> 2.1.0
>
>
> _______________________________________________
> dev mailing list
> dev@openvswitch.org
> http://openvswitch.org/mailman/listinfo/dev
>
Flavio Leitner Sept. 3, 2015, 4:51 p.m. UTC | #2
On Thu, Sep 03, 2015 at 09:26:17AM -0700, ALeX Wang wrote:
> tried this out, looks useful,

Yeah, try on a openstack compute node with some tenants.
It uses namespaces, veth pairs, ovs bridges, internal ports, tunnels,
linux bridges, etc.  Of course, it's possible to trace the path of a
packet, but it's time consuming and the names aren't exactly human
friendly :)

The tool helps a lot with those sophisticated scenarios.

fbl


> 
> Look good to me,
> 
> Thanks,
> Alex Wang,
> 
> On 3 September 2015 at 07:53, Flavio Leitner <fbl@sysclose.org> wrote:
> 
> > The plotnetcfg is an open source tool to visualy represent
> > relationship between network interfaces on a single host.
> >
> > It helps to understand the path of a packet on a host.
> >
> > Signed-off-by: Flavio Leitner <fbl@sysclose.org>
> > ---
> >  FAQ.md | 3 +++
> >  1 file changed, 3 insertions(+)
> >
> > diff --git a/FAQ.md b/FAQ.md
> > index 5ce42b9..631f6a4 100644
> > --- a/FAQ.md
> > +++ b/FAQ.md
> > @@ -1623,6 +1623,9 @@ A: To debug network behavior problems, trace the
> > path of a packet,
> >     that's correct, then trace the path of the response packet back to
> >     the origin.
> >
> > +   The open source tool called "plotnetcfg" can help to understand the
> > +   relationship between the networking devices on a single host.
> > +
> >     Usually a simple ICMP echo request and reply ("ping") packet is
> >     good enough.  Start by initiating an ongoing "ping" from the origin
> >     host to a remote host.  If you are tracking down a connectivity
> > --
> > 2.1.0
> >
> >
> > _______________________________________________
> > dev mailing list
> > dev@openvswitch.org
> > http://openvswitch.org/mailman/listinfo/dev
> >
> 
> 
> 
> -- 
> Alex Wang,
> Open vSwitch developer
> _______________________________________________
> dev mailing list
> dev@openvswitch.org
> http://openvswitch.org/mailman/listinfo/dev
Ben Pfaff Sept. 4, 2015, 6:30 p.m. UTC | #3
On Thu, Sep 03, 2015 at 11:53:17AM -0300, Flavio Leitner wrote:
> The plotnetcfg is an open source tool to visualy represent
> relationship between network interfaces on a single host.
> 
> It helps to understand the path of a packet on a host.
> 
> Signed-off-by: Flavio Leitner <fbl@sysclose.org>

Applied to master, thanks!

I hadn't run into this tool before.  It looks useful.
diff mbox

Patch

diff --git a/FAQ.md b/FAQ.md
index 5ce42b9..631f6a4 100644
--- a/FAQ.md
+++ b/FAQ.md
@@ -1623,6 +1623,9 @@  A: To debug network behavior problems, trace the path of a packet,
    that's correct, then trace the path of the response packet back to
    the origin.
 
+   The open source tool called "plotnetcfg" can help to understand the
+   relationship between the networking devices on a single host.
+
    Usually a simple ICMP echo request and reply ("ping") packet is
    good enough.  Start by initiating an ongoing "ping" from the origin
    host to a remote host.  If you are tracking down a connectivity