From: raptor@unacs.bg
To: lartc@vger.kernel.org
Subject: [LARTC] [tcng] drawing with gnuplot
Date: Fri, 19 Jul 2002 17:48:59 +0000 [thread overview]
Message-ID: <marc-lartc-102710109423848@msgid-missing> (raw)
hi,
Is there a way with tcsim to see how different channels got used i.e. say I have three channels
egress {
class(<$a>) if ip_src = 192.168.0.1;
class(<$b>) if ip_src = 192.168.0.2;
class(<$c>) if ip_src = 192.168.0.3;
htb(...) {
$a = class { htb(rate X1, ceil Y1 ...) };
$b = class { htb(rate X2, ceil Y2 ...) };
$c = class { htb(rate X3, ceil Y3 ...) };
}
}
now I want to "send" alot of packets in different speeds from these three addreses and see how channels got used when borrowing happens and in what proportions .... as I saw in the examples of the tcsim i see only E,D stuff... in fact the examples are very hard to undersand...
I read the whole tcng there is no one full example of say cbq and/or tbf usage (for beginners :") ). :"(
thanx alot
PS. I got errors on "make test", tommorow will save it on fdd and will post them on the list ....
There is one good news HTB is included in Mandrake 8.2 :"), so i dont need to patch.
_______________________________________________
LARTC mailing list / LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/
next reply other threads:[~2002-07-19 17:48 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2002-07-19 17:48 raptor [this message]
2002-07-19 21:58 ` [LARTC] [tcng] drawing with gnuplot Werner Almesberger
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=marc-lartc-102710109423848@msgid-missing \
--to=raptor@unacs.bg \
--cc=lartc@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.