linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Plans for better performance metrics in upcoming kernels?
@ 2003-09-05 23:41 Scott Chapman
  2003-09-06  7:28 ` Nick Piggin
  2003-09-08 14:54 ` Scott Chapman
  0 siblings, 2 replies; 6+ messages in thread
From: Scott Chapman @ 2003-09-05 23:41 UTC (permalink / raw)
  To: linux-kernel

Hi,
I'm wondering what the plans are for more accurate and more useful performance 
metrics in upcoming kernels.

CPU Utilization by process is apparently a known-inaccuracy.

There are no disk I/O metrics per process.

CPU Queue Length doesn't appear to be available?

Etc.

Linux clearly falls behind the competition in this area. It makes it rather 
tough to do system performance analysis on a Linux box!  :-)

Is there a plan to deal with these issues?  ETA's?

Cordially,
Scott


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

* Re: Plans for better performance metrics in upcoming kernels?
  2003-09-05 23:41 Plans for better performance metrics in upcoming kernels? Scott Chapman
@ 2003-09-06  7:28 ` Nick Piggin
  2003-09-08 14:54 ` Scott Chapman
  1 sibling, 0 replies; 6+ messages in thread
From: Nick Piggin @ 2003-09-06  7:28 UTC (permalink / raw)
  To: scott_list; +Cc: linux-kernel



Scott Chapman wrote:

>Hi,
>I'm wondering what the plans are for more accurate and more useful performance 
>metrics in upcoming kernels.
>
>CPU Utilization by process is apparently a known-inaccuracy.
>

This could be improved using Ingo's nanosecond scheduler patch.

>
>There are no disk I/O metrics per process.
>

This is now quite easy with per process IO contexts.

>
>CPU Queue Length doesn't appear to be available?
>

It wouldn't be difficult.

>
>Etc.
>
>Linux clearly falls behind the competition in this area. It makes it rather 
>tough to do system performance analysis on a Linux box!  :-)
>
>Is there a plan to deal with these issues?  ETA's?
>
>

Thinks are worked on depending on demand, and interest. I think a lot
of people are put of doing good kernel metrics due to lack of good
extensible userspace tools, and maybe a lack of standard ways to do the
exporting.



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

* Re: Plans for better performance metrics in upcoming kernels?
  2003-09-05 23:41 Plans for better performance metrics in upcoming kernels? Scott Chapman
  2003-09-06  7:28 ` Nick Piggin
@ 2003-09-08 14:54 ` Scott Chapman
  2003-09-08 22:27   ` Craig Thomas
  2003-09-08 23:15   ` Peter Chubb
  1 sibling, 2 replies; 6+ messages in thread
From: Scott Chapman @ 2003-09-08 14:54 UTC (permalink / raw)
  To: linux-kernel

Hi all,

I received one reply to this email.  I take it there is nobody really heading 
up the implementation of improved/missing performance metrics in the kernel?

Is this on anyone's radar?

What is Linus' take on more/better metrics?  
Is he likely to roll them in if they are implemented?

Is there any plan to implement any existing patches? 

If I can get developer time applied to this project, I don't want to re-invent 
the existing pieces.  Who do I coordinate with?

Cordially,
Scott

On Friday 05 September 2003 16:41, Scott Chapman wrote:
> Hi,
> I'm wondering what the plans are for more accurate and more useful
> performance metrics in upcoming kernels.
>
> CPU Utilization by process is apparently a known-inaccuracy.
>
> There are no disk I/O metrics per process.
>
> CPU Queue Length doesn't appear to be available?
>
> Etc.
>
> Linux clearly falls behind the competition in this area. It makes it rather
> tough to do system performance analysis on a Linux box!  :-)
>
> Is there a plan to deal with these issues?  ETA's?
>
> Cordially,
> Scott


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

* Re: Plans for better performance metrics in upcoming kernels?
  2003-09-08 14:54 ` Scott Chapman
@ 2003-09-08 22:27   ` Craig Thomas
  2003-09-08 22:51     ` Cliff White
  2003-09-08 23:15   ` Peter Chubb
  1 sibling, 1 reply; 6+ messages in thread
From: Craig Thomas @ 2003-09-08 22:27 UTC (permalink / raw)
  To: scott_list; +Cc: linux-kernel

We have a project to maintain and improve systat here at OSDL.  We're 
looking for others to help in this area, if your're interested. 

On Mon, 2003-09-08 at 07:54, Scott Chapman wrote:
> Hi all,
> 
> I received one reply to this email.  I take it there is nobody really heading 
> up the implementation of improved/missing performance metrics in the kernel?
> 
> Is this on anyone's radar?
> 
> What is Linus' take on more/better metrics?  
> Is he likely to roll them in if they are implemented?
> 
> Is there any plan to implement any existing patches? 
> 
> If I can get developer time applied to this project, I don't want to re-invent 
> the existing pieces.  Who do I coordinate with?
> 
> Cordially,
> Scott
> 
> On Friday 05 September 2003 16:41, Scott Chapman wrote:
> > Hi,
> > I'm wondering what the plans are for more accurate and more useful
> > performance metrics in upcoming kernels.
> >
> > CPU Utilization by process is apparently a known-inaccuracy.
> >
> > There are no disk I/O metrics per process.
> >
> > CPU Queue Length doesn't appear to be available?
> >
> > Etc.
> >
> > Linux clearly falls behind the competition in this area. It makes it rather
> > tough to do system performance analysis on a Linux box!  :-)
> >
> > Is there a plan to deal with these issues?  ETA's?
> >
> > Cordially,
> > Scott
> 
> -
> 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/
-- 
Craig Thomas
craiger@osdl.org


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

* Re: Plans for better performance metrics in upcoming kernels?
  2003-09-08 22:27   ` Craig Thomas
@ 2003-09-08 22:51     ` Cliff White
  0 siblings, 0 replies; 6+ messages in thread
From: Cliff White @ 2003-09-08 22:51 UTC (permalink / raw)
  To: scott_list; +Cc: linux-kernel

> We have a project to maintain and improve systat here at OSDL.  We're 
> looking for others to help in this area, if your're interested. 
> 
> On Mon, 2003-09-08 at 07:54, Scott Chapman wrote:
> > Hi all,
> > 
> > I received one reply to this email.  I take it there is nobody really heading 
> > up the implementation of improved/missing performance metrics in the kernel?
> > 
> > Is this on anyone's radar?
> > 
> > What is Linus' take on more/better metrics?  
> > Is he likely to roll them in if they are implemented?
> > 
> > Is there any plan to implement any existing patches? 
> > 
> > If I can get developer time applied to this project, I don't want to re-invent 
> > the existing pieces.  Who do I coordinate with?

OSDL can also provide you hardware resources, if you want to do a project.
We may be able to help some with the coordination, if bandwidth allows.
OSDL is definately interested in improving performance metrics.
cliffw

> > 
> > Cordially,
> > Scott
> > 
> > On Friday 05 September 2003 16:41, Scott Chapman wrote:
> > > Hi,
> > > I'm wondering what the plans are for more accurate and more useful
> > > performance metrics in upcoming kernels.
> > >
> > > CPU Utilization by process is apparently a known-inaccuracy.
> > >
> > > There are no disk I/O metrics per process.
> > >
> > > CPU Queue Length doesn't appear to be available?
> > >
> > > Etc.
> > >
> > > Linux clearly falls behind the competition in this area. It makes it rather
> > > tough to do system performance analysis on a Linux box!  :-)
> > >
> > > Is there a plan to deal with these issues?  ETA's?
> > >
> > > Cordially,
> > > Scott
> > 
> > -
> > 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/
> -- 
> Craig Thomas
> craiger@osdl.org
> 
> -
> 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/
> 



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

* Re: Plans for better performance metrics in upcoming kernels?
  2003-09-08 14:54 ` Scott Chapman
  2003-09-08 22:27   ` Craig Thomas
@ 2003-09-08 23:15   ` Peter Chubb
  1 sibling, 0 replies; 6+ messages in thread
From: Peter Chubb @ 2003-09-08 23:15 UTC (permalink / raw)
  To: scott_list; +Cc: linux-kernel

>>>>> "Scott" == Scott Chapman <scott_list@mischko.com> writes:

Scott> Hi all, I received one reply to this email.  I take it there is
Scott> nobody really heading up the implementation of improved/missing
Scott> performance metrics in the kernel?


I've been working on microstate acounting, and am interested in better
metrics overall, for capacity planning and for accounting.

I think that SGI also have been doing some work -- see
http://oss.sgi.com/projects/csa/ 

Peter C

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

end of thread, other threads:[~2003-09-08 23:16 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-09-05 23:41 Plans for better performance metrics in upcoming kernels? Scott Chapman
2003-09-06  7:28 ` Nick Piggin
2003-09-08 14:54 ` Scott Chapman
2003-09-08 22:27   ` Craig Thomas
2003-09-08 22:51     ` Cliff White
2003-09-08 23:15   ` Peter Chubb

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).