All of lore.kernel.org
 help / color / mirror / Atom feed
* [LARTC] measure cpu load ?
@ 2003-04-01  6:32 Lars Landmark
  2003-04-01 14:08 ` David Boreham
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Lars Landmark @ 2003-04-01  6:32 UTC (permalink / raw)
  To: lartc

Hi,

I would like to measure the CPU load for some queuing discipline, and only 
queuing discipline. Is there any tool witch this can be done.

Best regards 

Lars Landmark
Student

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

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

* Re: [LARTC] measure cpu load ?
  2003-04-01  6:32 [LARTC] measure cpu load ? Lars Landmark
@ 2003-04-01 14:08 ` David Boreham
  2003-04-25  6:30 ` Srikanth
  2003-04-25  7:30 ` Martin Devera
  2 siblings, 0 replies; 4+ messages in thread
From: David Boreham @ 2003-04-01 14:08 UTC (permalink / raw)
  To: lartc

> I would like to measure the CPU load for some queuing discipline, and only
> queuing discipline. Is there any tool witch this can be done.

I think you will need to do this indirectly.

Perform an experiment like this:

Setup a test machine. It runs nothing but traffic management.

Push test traffic through the machine.

Observe the machine's CPU load.

You can now derive the relationship between traffic level,
traffic mix, traffic type and CPU load, by repeating the experiment
with different input variables.




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

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

* [LARTC] measure cpu load ?
  2003-04-01  6:32 [LARTC] measure cpu load ? Lars Landmark
  2003-04-01 14:08 ` David Boreham
@ 2003-04-25  6:30 ` Srikanth
  2003-04-25  7:30 ` Martin Devera
  2 siblings, 0 replies; 4+ messages in thread
From: Srikanth @ 2003-04-25  6:30 UTC (permalink / raw)
  To: lartc

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

>> I would like to measure the CPU load for some queuing discipline, and only
>> queuing discipline. Is there any tool witch this can be done.

>I think you will need to do this indirectly.

>Perform an experiment like this:

>Setup a test machine. It runs nothing but traffic management.

>Push test traffic through the machine.

>Observe the machine's CPU load.

>You can now derive the relationship between traffic level,
>traffic mix, traffic type and CPU load, by repeating the experiment
>with different input variables.


You can try with ttcp tool.

Srikanth.




------------------------------------------------------------------------

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

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

* Re: [LARTC] measure cpu load ?
  2003-04-01  6:32 [LARTC] measure cpu load ? Lars Landmark
  2003-04-01 14:08 ` David Boreham
  2003-04-25  6:30 ` Srikanth
@ 2003-04-25  7:30 ` Martin Devera
  2 siblings, 0 replies; 4+ messages in thread
From: Martin Devera @ 2003-04-25  7:30 UTC (permalink / raw)
  To: lartc

You can did it by wrapping xxx_dequeue routine of the qdisc
by calls to TSC counter and accumulate these differences over
some time.
I measured CBQ and HTB cpu usage by this way as can be seen
at HTB home page.
devik

On Fri, 25 Apr 2003, Srikanth wrote:

> >> I would like to measure the CPU load for some queuing discipline, and only
> >> queuing discipline. Is there any tool witch this can be done.
>
> >I think you will need to do this indirectly.
>
> >Perform an experiment like this:
>
> >Setup a test machine. It runs nothing but traffic management.
>
> >Push test traffic through the machine.
>
> >Observe the machine's CPU load.
>
> >You can now derive the relationship between traffic level,
> >traffic mix, traffic type and CPU load, by repeating the experiment
> >with different input variables.
>
>
> You can try with ttcp tool.
>
> Srikanth.
>
>
>
>
> ------------------------------------------------------------------------
>

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

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

end of thread, other threads:[~2003-04-25  7:30 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-04-01  6:32 [LARTC] measure cpu load ? Lars Landmark
2003-04-01 14:08 ` David Boreham
2003-04-25  6:30 ` Srikanth
2003-04-25  7:30 ` Martin Devera

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.