lkml.org 
[lkml]   [2004]   [Aug]   [29]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
SubjectRe: interrupt cpu time accounting?
From
Date
On Sun, 2004-08-29 at 16:42 -0400, Jeff Garzik wrote:
> Does the kernel scheduler notice when a CPU spends a lot of time doing
> interrupt processing?
>
> For many network configurations you get the best cache affinity, etc. if
> you lock network interrupts to a single CPU. However, on a box with
> high network load, that could mean that that CPU is spending more time
> processing interrupts than doing Real Work(tm).
>
> Will the scheduler "notice" this, and increasingly schedule processes
> away from the interrupt-heavy CPU?

Nope, not explicitly anyhow.

Implicitly, at least, the load balancer will ensure that the runnable
processes on the processor do not get "backed up" due to the delayed
processing but you will still have the balanced minimum number of
processes there.

I don't know whether the answer is to use cpu affinity and not schedule
processes on that processor when you bind interrupts to it, or an
automatic algorithm in the load balance for doing it, but that is a neat
idea.

Robert Love


-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2005-03-22 14:05    [W:0.517 / U:0.004 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site