linux-ext4.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [RFC PATCH 0/2] add some stats in es shrinker and do some cleanups in tracepoint
@ 2014-01-14  8:06 Zheng Liu
  2014-01-14  8:06 ` [RFC PATCH 1/2] ext4: improve extents status tree trace point Zheng Liu
  2014-01-14  8:06 ` [RFC PATCH 2/2] ext4: track extent status tree shrinker delay statictics Zheng Liu
  0 siblings, 2 replies; 5+ messages in thread
From: Zheng Liu @ 2014-01-14  8:06 UTC (permalink / raw)
  To: linux-ext4; +Cc: Zheng Liu, Theodore Ts'o, Andreas Dilger, Jan Kara

Hi all,

This patch set contains two patches.  The first one is a trival patch,
which does some cleanups for the trace point of extent status tree
shrinker.  The second one is to add some statistics for extent status
tree shrinker in order that we want to collect some more details when
we encounter a stall.  As discussion with Ted and other folks, we need
to add some counters to reflect the behaviour of the shrinker, and later
we can use these counters to measure the performance for the shrinker
improvements.  Meanwhile these information can help us to reproduce the
problem when the user reports that their machine is stall caused by the
shrinker.

Any comment or suggestion are always welcome.

Thanks,
						- Zheng

Zheng Liu (2):
  ext4: improve extents status tree trace point
  ext4: track extent status tree shrinker delay statictics

 fs/ext4/ext4.h              |    4 +-
 fs/ext4/extents_status.c    |  177 +++++++++++++++++++++++++++++++++++++++----
 fs/ext4/extents_status.h    |   10 ++-
 fs/ext4/super.c             |   17 ++---
 include/trace/events/ext4.h |   59 +++++++++++++--
 5 files changed, 233 insertions(+), 34 deletions(-)

-- 
1.7.9.7


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

end of thread, other threads:[~2014-01-14 13:24 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-01-14  8:06 [RFC PATCH 0/2] add some stats in es shrinker and do some cleanups in tracepoint Zheng Liu
2014-01-14  8:06 ` [RFC PATCH 1/2] ext4: improve extents status tree trace point Zheng Liu
2014-01-14 13:14   ` Jan Kara
2014-01-14  8:06 ` [RFC PATCH 2/2] ext4: track extent status tree shrinker delay statictics Zheng Liu
2014-01-14 13:24   ` Jan Kara

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).