Re: Division of Load Average

Previous thread: by sena seneviratne on Wednesday, October 1, 2008 - 10:21 am. (1 message)

Next thread: Re: [PATCH] x86: mtrr_cleanup safe to get more spare regs now by D. Hugh Redelmeier on Wednesday, October 1, 2008 - 10:26 pm. (1 message)
From: auntvini
Date: Thursday, October 2, 2008 - 3:58 am

My self and my superviosr Dr David Levy have been working on introduction of new kernel code to correct the inherent problem of calculating load avarage by the current kernel. We have posted many e-mails in this regard since 2003 and kernel has been updated under the supervision of Rusty Russel.

Also we had interactions with IBM group(balbir@in.ibm.com)  who was engaged in delayed stat calculations.

We emphasise the following facts
(1) seperation of Disk IO load from CPU load

This comes as a correction to the existing kernel as the calculation of the existing kernel load average is based on the arithmatic addition of Disk IO and CPU loads

(2) In addition to that calculation of load averages for each current user
This is an extention we would like to suggest. For Grid and Cluster computing service providers can use the collection of user load profiles (CPU and Disk IO) for future predictions.

Thanks
Sena Seneviratne
Computer Engineering Lab
Sydney University
Australia

--
This message was sent on behalf of auntvini@cel.usyd.edu.au at openSubscriber.com
http://www.opensubscriber.com/messages/linux-kernel@vger.kernel.org/topic.html
--

From: Arjan van de Ven
Date: Wednesday, October 1, 2008 - 8:43 pm

On Thu, 2 Oct 2008 06:58:45 -0400

while you can argue if including disk makes sense or not, it's 20+
years of tradition on Linux, and more on Unix.

So.. whatever you do (and I think there's some sense in splitting
things out).. please only *add* stats, don't replace the existing ones.

-- 
Arjan van de Ven 	Intel Open Source Technology Centre
For development, discussion and tips for power savings, 
visit http://www.lesswatts.org
--

From: sena seneviratne
Date: Wednesday, October 1, 2008 - 10:56 am

Arjan and Balbir,

Yes as discussed and agreed upon with Nagar and balbir  4 years ago this is 
how they are listed

Loadavg(1), Loadavg(5), Loadavg(15)
rootloadavg
uid_1    CPUload_1   DiskLoad_1
uid_2   CPUload_2   DiskLoad_2
uid_3   CPUload_3   DiskLoad_3

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

uid_n    CPUload_n   DiskLoad_n

Thanks
Sena Seneviratne




--

From: Balbir Singh
Date: Thursday, October 2, 2008 - 1:24 am

Sorry, I think I am completely out of context w.r.t. discussion. Any hints/URLs
to the old discussion would be nice.

-- 
	Balbir
--

Previous thread: by sena seneviratne on Wednesday, October 1, 2008 - 10:21 am. (1 message)

Next thread: Re: [PATCH] x86: mtrr_cleanup safe to get more spare regs now by D. Hugh Redelmeier on Wednesday, October 1, 2008 - 10:26 pm. (1 message)