All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/1] Disk io measurements for build statistics
@ 2011-08-04 18:23 Beth Flanagan
  2011-08-04 18:24 ` [PATCH 1/1] buildstats.bbclass: Adding disk io measurement Beth Flanagan
  0 siblings, 1 reply; 3+ messages in thread
From: Beth Flanagan @ 2011-08-04 18:23 UTC (permalink / raw)
  To: openembedded-core, OECore

Resubmitting with task end time put back in. This should allow us
to plot ${PN} tasks along an axis with various disk io to give
us a better idea where disk thrash is occurring

This commit adds disk-io statistics functionality on a build
and per-task basis. I've also started drying it up some.

We pull measurements for whatever partition TMPDIR exists on.
We pull /proc/diskstats for every task and the entire build and collect
I do no analysis in this, leaving that for the end user. 

The following changes since commit 5561aaad28ed6db6d962f88db32814043044731f:

  eglibc: Fix patch merge breakage (2011-08-04 15:41:19 +0100)

are available in the git repository at:
  git://git.pokylinux.org/poky-contrib eflanagan/disk-io-stats
  http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=eflanagan/disk-io-stats

Beth Flanagan (1):
  buildstats.bbclass: Adding disk io measurement

 meta/classes/buildstats.bbclass |  221 +++++++++++++++++++++++++--------------
 1 files changed, 142 insertions(+), 79 deletions(-)




^ permalink raw reply	[flat|nested] 3+ messages in thread
* [PATCH 0/1] Disk io measurements for build statistics
@ 2011-08-04  1:18 Beth Flanagan
  0 siblings, 0 replies; 3+ messages in thread
From: Beth Flanagan @ 2011-08-04  1:18 UTC (permalink / raw)
  To: openembedded-core

This commit adds disk-io statistics functionality on a build
and per-task basis. I've also started drying it up some.

We pull measurements for whatever partition TMPDIR exists on.
We pull /proc/diskstats for every task and the entire build and collect
I do no analysis in this, leaving that for the end user. 
The following changes since commit 5fbac72eb8c3cddf10876cf007aff54180c7264e:

  multilib: Use BPN instead of PN for style like lib${PN} (2011-08-03 18:07:25 +0100)

are available in the git repository at:
  git://git.pokylinux.org/poky-contrib eflanagan/disk-io-stats
  http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=eflanagan/disk-io-stats

Beth Flanagan (1):
  buildstats.bbclass: Adding disk io measurement

 meta/classes/buildstats.bbclass |  220 +++++++++++++++++++++++++--------------
 1 files changed, 142 insertions(+), 78 deletions(-)




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

end of thread, other threads:[~2011-08-06 16:07 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-08-04 18:23 [PATCH 0/1] Disk io measurements for build statistics Beth Flanagan
2011-08-04 18:24 ` [PATCH 1/1] buildstats.bbclass: Adding disk io measurement Beth Flanagan
  -- strict thread matches above, loose matches on Subject: below --
2011-08-04  1:18 [PATCH 0/1] Disk io measurements for build statistics Beth Flanagan

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.