Hi is it any tool like show.pl by Stef Coene to generate graph with classes but for HTB regards emil _______________________________________________ LARTC mailing list / LARTC@mailman.ds9a.nl http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/
On Tuesday 26 October 2004 10:16, emo terziev wrote:> Hi > is it any tool like show.pl by Stef Coene to generate graph with > classes but for HTB >What kind of graph? Are you trying to see if HTB classes are lending bandwidth the way you configured it (like the graphs on Devik''s HTB Web site), or do you want to see leaf qdisc traffic utilization statistics? _______________________________________________ LARTC mailing list / LARTC@mailman.ds9a.nl http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/
Am Tuesday 26 October 2004 16:16 schrieb emo terziev:> Hi > is it any tool like show.pl by Stef Coene to generate graph with > classes but for HTBBased on show.pl: http://www.metamorpher.de/files/tc-graph.pl Example graph: http://www.metamorpher.de/files/fairnat.png (big!) Use at your own risk only, the script is known to cause kernel panics. HTH Andreas _______________________________________________ LARTC mailing list / LARTC@mailman.ds9a.nl http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/
On Tuesday 26 October 2004 11:55, Andreas Klauer wrote:> Am Tuesday 26 October 2004 16:16 schrieb emo terziev: > > Hi > > is it any tool like show.pl by Stef Coene to generate graph with > > classes but for HTB > > Based on show.pl: > http://www.metamorpher.de/files/tc-graph.pl > > Example graph: > http://www.metamorpher.de/files/fairnat.png (big!) > > Use at your own risk only, the script is known to cause kernel panics.I never did find out why, but upgrading to 2.6.9-rc2 resolved the issue. I think it was netlink related. _______________________________________________ LARTC mailing list / LARTC@mailman.ds9a.nl http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/
Ok i will try it ... graphics look excactly what i need. Regards Emil On Tue, 26 Oct 2004 17:55:27 +0200, Andreas Klauer <andreas.klauer@metamorpher.de> wrote:> Am Tuesday 26 October 2004 16:16 schrieb emo terziev: > > Hi > > is it any tool like show.pl by Stef Coene to generate graph with > > classes but for HTB > > Based on show.pl: > http://www.metamorpher.de/files/tc-graph.pl > > Example graph: > http://www.metamorpher.de/files/fairnat.png (big!) > > Use at your own risk only, the script is known to cause kernel panics. > > HTH > Andreas >_______________________________________________ LARTC mailing list / LARTC@mailman.ds9a.nl http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/
hi Andreas, how can i generate grafics from output file? script dump one big one list ... this is only part of list "3:a390" -> "a390:" [style=bold,color=green]; "3:a391" -> "a391:" [style=bold,color=green]; "3:a392" -> "a392:" [style=bold,color=green]; "3:a393" -> "a393:" [style=bold,color=green]; "3:a394" -> "a394:" [style=bold,color=green]; "3:a395" -> "a395:" [style=bold,color=green]; "3:a396" -> "a396:" [style=bold,color=green]; "3:a397" -> "a397:" [style=bold,color=green]; "3:a398" -> "a398:" [style=bold,color=green]; "3:a399" -> "a399:" [style=bold,color=green]; "3:a400" -> "a400:" [style=bold,color=green]; "3:a401" -> "a401:" [style=bold,color=green]; "4:" -> "4:10" [style=bold,color=red]; "4:10" -> "4:401" [color=black]; "4:10" -> "4:d001" [color=black]; "4:10" -> "4:d002" [color=black]; "4:10" -> "4:d003" [color=black]; On Tue, 26 Oct 2004 17:55:27 +0200, Andreas Klauer <andreas.klauer@metamorpher.de> wrote:> Am Tuesday 26 October 2004 16:16 schrieb emo terziev: > > Hi > > is it any tool like show.pl by Stef Coene to generate graph with > > classes but for HTB > > Based on show.pl: > http://www.metamorpher.de/files/tc-graph.pl > > Example graph: > http://www.metamorpher.de/files/fairnat.png (big!) > > Use at your own risk only, the script is known to cause kernel panics. > > HTH > Andreas >_______________________________________________ LARTC mailing list / LARTC@mailman.ds9a.nl http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/
Am Wednesday 27 October 2004 15:43 schrieb emo terziev:> how can i generate grafics from output file?The graphics itself are generated by GraphViz. In Gentoo, install it with ''emerge graphviz''. If you have another distro, check if it provides a GraphViz package and install that. Otherwise you can download it directly from http://www.graphviz.org/ Example invocation: ~> tc-graph.pl > eth1.dot ~> dot -Tpng -o eth1.png eth1.dot HTH Andreas _______________________________________________ LARTC mailing list / LARTC@mailman.ds9a.nl http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/