LARTC
[Top] [All Lists]

[LARTC] Re: LARTC Digest, Vol 27, Issue 26

To: lartc@mailman.ds9a.nl
Subject: [LARTC] Re: LARTC Digest, Vol 27, Issue 26
From: terraja-based <drumlesson@gmail.com>
Date: Sat, 19 May 2007 20:25:51 -0300
Delivered-to: sp-com-lists@consult.net
Delivered-to: lartc-list@securepoint.com
Delivered-to: lartc@outpost.ds9a.nl
Dkim-signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; b=EyAG3XBZgbUnZNZZDIvcyZaN1kTgFvCk4XD+3lo81A2hF/tWOuNnf4V8oTzo0gh1muAWIEOSZsZCuxOWw2sr7Gw5fvHszn5neS563xmizm3EsWoIg3od94zWA/7T2DJB3oWYz5yPgFeYXK4gKiPftQsKoamtZADrqWeNC7+/Dco=
Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; b=Yp0H1jgddXLRYqRtfs4g6JHGoFWaj4F2UcqwOr8AL6RuPa/Qay3s8agmGt1nZTeUTwM+z6RpPjEhNAoAad5fOKG8JUEfdjHkv0CWc0Y6xPeugnYN27hDgn8a641XKpmUDN7CIvStcjANyNztpH9hwloR02/LkiCvjH8vAI3O3hk=
In-reply-to: <20070519100005.F40A34100@outpost.ds9a.nl>
List-archive: <http://mailman.ds9a.nl/pipermail/lartc>
List-help: <mailto:lartc-request@mailman.ds9a.nl?subject=help>
List-id: "Mailinglist of the Linux Advanced Routing &amp; Traffic Control project" <lartc.mailman.ds9a.nl>
List-post: <mailto:lartc@mailman.ds9a.nl>
List-subscribe: <http://mailman.ds9a.nl/cgi-bin/mailman/listinfo/lartc>, <mailto:lartc-request@mailman.ds9a.nl?subject=subscribe>
List-unsubscribe: <http://mailman.ds9a.nl/cgi-bin/mailman/listinfo/lartc>, <mailto:lartc-request@mailman.ds9a.nl?subject=unsubscribe>
References: <20070519100005.F40A34100@outpost.ds9a.nl>
Sender: lartc-bounces@mailman.ds9a.nl
Hi folks...!!!
 
 
I need to generate qdisc statistics to show my 4 class (10, 20, 30, 40), i`ve all working with HTB and so on, but i need to graph this results e.g with RRDTOOL.
 
I found a script made in perl, that can to graph my 4 class, but i need to know which IP address on my LAN are using the bandwidth too, in other hand i need to classify the traffic by IP to show.
 
This is an out of my "tc -s qdisc show":
 
***********************************************************
qdisc htb 1: r2q 10 default 40 direct_packets_stat 0
 Sent 935816543 bytes 791394 pkt (dropped 0, overlimits 117076 requeues 0)
 rate 0bit 0pps backlog 0b 0p requeues 0

qdisc sfq 10: parent 1:10 limit 128p quantum 1500b perturb 10sec
 Sent 2385144 bytes 21890 pkt (dropped 0, overlimits 0 requeues 0)
 rate 0bit 0pps backlog 0b 0p requeues 0

qdisc sfq 20: parent 1:20 limit 128p quantum 1500b perturb 10sec
 Sent 614622187 bytes 536309 pkt (dropped 0, overlimits 0 requeues 0)
 rate 0bit 0pps backlog 0b 0p requeues 0

qdisc sfq 30: parent 1:30 limit 128p quantum 1500b perturb 10sec
 Sent 17904922 bytes 14150 pkt (dropped 0, overlimits 0 requeues 0)
 rate 0bit 0pps backlog 0b 0p requeues 0

qdisc sfq 40: parent 1:40 limit 128p quantum 1500b perturb 10sec
 Sent 300904290 bytes 219045 pkt (dropped 0, overlimits 0 requeues 0)
 rate 0bit 0pps backlog 0b 0p requeues 0
***********************************************************
 
 
I`ll apreciate any help, thx a lot
 
terraja-based
_______________________________________________
LARTC mailing list
LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/cgi-bin/mailman/listinfo/lartc
<Prev in Thread] Current Thread [Next in Thread>