From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Graf Subject: Re: [iproute2] tc: Show classes more hierarchically] Date: Thu, 18 Dec 2014 13:58:48 +0000 Message-ID: <20141218135848.GB16239@casper.infradead.org> References: <20141217115535.3f5198d2@urahara> <20141217235627.GA2149@angus-think.lan> <54923434.3030209@gmail.com> <20141218031257.GA19527@angus-think.lan> <5492C7FD.8060603@gmail.com> <20141218122329.GA31878@angus-think.lan> <5492CC8E.6050108@gmail.com> <20141218131653.GA5980@angus-think.lan> <5492DAFA.5070001@redhat.com> <20141218134621.GA9985@angus-think.lan> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Daniel Borkmann , Marcelo Ricardo Leitner , Stephen Hemminger , netdev@vger.kernel.org, jhs@mojatatu.com To: Vadim Kochan Return-path: Received: from casper.infradead.org ([85.118.1.10]:35137 "EHLO casper.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752381AbaLRN6u (ORCPT ); Thu, 18 Dec 2014 08:58:50 -0500 Content-Disposition: inline In-Reply-To: <20141218134621.GA9985@angus-think.lan> Sender: netdev-owner@vger.kernel.org List-ID: On 12/18/14 at 03:46pm, Vadim Kochan wrote: > On Thu, Dec 18, 2014 at 02:47:38PM +0100, Daniel Borkmann wrote: > > On 12/18/2014 02:16 PM, Vadim Kochan wrote: > > ... > > >The problem that this is huge now but looks better visually, I am > > >thinking also about to possibiliy to show only some part of tree by specified parent id ... > > > > I definitely like this work! > > > > Just thinking out loud, what about an output option for tc which is plain > > DOT [1], thus it can be handed over for rendering in tools like graphviz? > > > > It won't require any dependencies either as it's just plaintext. > > > > [1] https://en.wikipedia.org/wiki/DOT_%28graph_description_language%29 > > Yeah, good idea :-) tcng had something like that ;-)