From: David Teigland <teigland@redhat.com>
To: cluster-devel.redhat.com
Subject: [Cluster-devel] GFS2: glock statistics gathering (RFC)
Date: Fri, 4 Nov 2011 13:21:02 -0400 [thread overview]
Message-ID: <20111104172102.GC15232@redhat.com> (raw)
In-Reply-To: <1320425851.2732.82.camel@menhir>
On Fri, Nov 04, 2011 at 04:57:31PM +0000, Steven Whitehouse wrote:
> Hi,
>
> On Fri, 2011-11-04 at 12:31 -0400, David Teigland wrote:
> > On Fri, Nov 04, 2011 at 03:19:49PM +0000, Steven Whitehouse wrote:
> > > The three pairs of mean/variance measure the following
> > > things:
> > >
> > > 1. DLM lock time (non-blocking requests)
> >
> > You don't need to track and save this value, because all results will be
> > one of three values which can gather once:
> >
> > short: the dir node and master node are local: 0 network round trip
> > medium: one is local, one is remote: 1 network round trip
> > long: both are remote: 2 network round trips
> >
> > Once you've measured values for short/med/long, then you're done.
> > The distribution will depend on the usage pattern.
> >
> The reason for tracking this is to be able to compare it with the
> blocking request value to (I hope) get a rough idea of the difference
> between the two, which may indicate contention on the lock. So this
> is really a "baseline" measurement.
>
> Plus we do need to measure it, since it will vary according to a
> number of things, such as what hardware is in use.
Right, but the baseline shouldn't change once you have it.
> > > 2. To spot performance issues more easily
> >
> > Apart from contention, I'm not sure there are many perf issues that dlm
> > measurements would help with.
> >
> That is the #1 cause of reported performance issues, so top of our list
> to work on. The goal is to make it easier to track down the source of
> these kinds of problems.
I still think that time averages and computations sounds like a difficult
and indirect way of measuring contention... but see how it works.
Dave
next prev parent reply other threads:[~2011-11-04 17:21 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-11-04 15:19 [Cluster-devel] GFS2: glock statistics gathering (RFC) Steven Whitehouse
2011-11-04 16:31 ` David Teigland
2011-11-04 16:57 ` Steven Whitehouse
2011-11-04 17:21 ` David Teigland [this message]
2011-11-07 12:06 ` Steven Whitehouse
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20111104172102.GC15232@redhat.com \
--to=teigland@redhat.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).