All of lore.kernel.org
 help / color / mirror / Atom feed
* [LARTC] commands to see Entire Configuration
@ 2002-01-28 15:46 rajesh revuru
  2002-01-28 17:03 ` Jaakko Niemi
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: rajesh revuru @ 2002-01-28 15:46 UTC (permalink / raw)
  To: lartc

[-- Attachment #1: Type: text/plain, Size: 383 bytes --]


Hi all,

This may sound strange, but i have a question..

is there any commands which we can use to see the entire TC configurations..

iam new to this TC ,

thanks,

Rajesh

 


Rajesh Revuru,
Res:105 smith lane,#33,
Syracuse-NY 13210.
Ph.315-422-8908(R)
Ph.315-443-9120(O)


---------------------------------
Do You Yahoo!?
Yahoo! Auctions Great stuff seeking new owners! Bid now!

[-- Attachment #2: Type: text/html, Size: 585 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [LARTC] commands to see Entire Configuration
  2002-01-28 15:46 [LARTC] commands to see Entire Configuration rajesh revuru
@ 2002-01-28 17:03 ` Jaakko Niemi
  2002-01-28 18:34 ` rajesh revuru
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: Jaakko Niemi @ 2002-01-28 17:03 UTC (permalink / raw)
  To: lartc

rajesh revuru <rvr_kumar@yahoo.com> writes:

> Hi all,
> 
> This may sound strange, but i have a question..
> 
> is there any commands which we can use to see the entire TC configurations..

 tc qdisc show dev eth0
 tc class show dev eth0

 You can add couple command line options to those so that they 
show more information, but you'll have to find them from the tc
manpage :)

                -j
_______________________________________________
LARTC mailing list / LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://ds9a.nl/lartc/

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [LARTC] commands to see Entire Configuration
  2002-01-28 15:46 [LARTC] commands to see Entire Configuration rajesh revuru
  2002-01-28 17:03 ` Jaakko Niemi
@ 2002-01-28 18:34 ` rajesh revuru
  2002-01-28 18:45 ` Stef Coene
  2002-01-28 19:07 ` Jaakko Niemi
  3 siblings, 0 replies; 5+ messages in thread
From: rajesh revuru @ 2002-01-28 18:34 UTC (permalink / raw)
  To: lartc

[-- Attachment #1: Type: text/plain, Size: 728 bytes --]


 hi..all,
is there any method to measure the bandwidth allocation after setting the configuration with commands,
thanks,
Rajesh
  Jaakko Niemi <liiwi@iki.fi> wrote: rajesh revuru writes:

> Hi all,
> 
> This may sound strange, but i have a question..
> 
> is there any commands which we can use to see the entire TC configurations..

tc qdisc show dev eth0
tc class show dev eth0

You can add couple command line options to those so that they 
show more information, but you'll have to find them from the tc
manpage :)

-j

Rajesh Revuru,
Res:105 smith lane,#33,
Syracuse-NY 13210.
Ph.315-422-8908(R)
Ph.315-443-9120(O)


---------------------------------
Do You Yahoo!?
Yahoo! Auctions Great stuff seeking new owners! Bid now!

[-- Attachment #2: Type: text/html, Size: 1106 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [LARTC] commands to see Entire Configuration
  2002-01-28 15:46 [LARTC] commands to see Entire Configuration rajesh revuru
  2002-01-28 17:03 ` Jaakko Niemi
  2002-01-28 18:34 ` rajesh revuru
@ 2002-01-28 18:45 ` Stef Coene
  2002-01-28 19:07 ` Jaakko Niemi
  3 siblings, 0 replies; 5+ messages in thread
From: Stef Coene @ 2002-01-28 18:45 UTC (permalink / raw)
  To: lartc

On Monday 28 January 2002 19:34, rajesh revuru wrote:
>  hi..all,
> is there any method to measure the bandwidth allocation after setting the
> configuration with commands, thanks,
I have a perl script that reads the iptables byte counters (but you can adapt 
it to use the output of tc) and calculates the bandwith.  Can be found on 
www.docum.org  and the script is called monitor.pl

Stef


-- 

stef.coene@docum.org
 More QOS info : http://www.docum.org/
 Title : "Using Linux as bandwidth manager"
     
_______________________________________________
LARTC mailing list / LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://ds9a.nl/lartc/

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [LARTC] commands to see Entire Configuration
  2002-01-28 15:46 [LARTC] commands to see Entire Configuration rajesh revuru
                   ` (2 preceding siblings ...)
  2002-01-28 18:45 ` Stef Coene
@ 2002-01-28 19:07 ` Jaakko Niemi
  3 siblings, 0 replies; 5+ messages in thread
From: Jaakko Niemi @ 2002-01-28 19:07 UTC (permalink / raw)
  To: lartc

rajesh revuru <rvr_kumar@yahoo.com> writes:

>  hi..all,
> is there any method to measure the bandwidth allocation after setting the configuration with commands,
> thanks,
 
 I use utility called iptraf. You should be able to find it from freshmeat.net

               -j
_______________________________________________
LARTC mailing list / LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://ds9a.nl/lartc/

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2002-01-28 19:07 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-01-28 15:46 [LARTC] commands to see Entire Configuration rajesh revuru
2002-01-28 17:03 ` Jaakko Niemi
2002-01-28 18:34 ` rajesh revuru
2002-01-28 18:45 ` Stef Coene
2002-01-28 19:07 ` Jaakko Niemi

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.