From: "Stephen C. Tweedie" <sct@redhat.com>
To: Mel <mel@csn.ul.ie>
Cc: Scott Kaplan <sfkaplan@cs.amherst.edu>, linux-mm@kvack.org
Subject: Re: [PATCH] rmap 14
Date: Tue, 20 Aug 2002 19:41:42 +0100 [thread overview]
Message-ID: <20020820194142.M2645@redhat.com> (raw)
In-Reply-To: <Pine.LNX.4.44.0208192128560.23261-100000@skynet>; from mel@csn.ul.ie on Mon, Aug 19, 2002 at 10:04:19PM +0100
Hi,
On Mon, Aug 19, 2002 at 10:04:19PM +0100, Mel wrote:
> > That's exactly the concern that I had. Large timing result like that are
> > more likely because your code was preempted for something else. It would
> > probably be good to do *something* about these statistical outliers,
> > because they can affect averages substantially.
>
> At the moment I'm not calculating averages and I haven't worked out the
> best way to factor in large skews in page reads. For the moment, I'm
> taking the easy option and depending on the tester to be able to ignore
> the bogus data.
You can get that by a bit of stats: keeping track of the sum of each
value you observe plus their squares and cubes gives you the main
stats you probably want to collect:
mean (obvious)
standard deviation (measures variation between samples)
standard error (shows how accurate your estimation of
the mean is)
and skew/3rd-moment (shows how one-sided the distribution
is)
Distributions with a long tail to one side will have a high skew. The
main one is standard error, though --- without that you have no idea
how useful your results are.
--Stephen
--
To unsubscribe, send a message with 'unsubscribe linux-mm' in
the body to majordomo@kvack.org. For more info on Linux MM,
see: http://www.linux-mm.org/
next prev parent reply other threads:[~2002-08-20 18:41 UTC|newest]
Thread overview: 25+ messages / expand[flat|nested] mbox.gz Atom feed top
2002-08-16 2:07 [PATCH] rmap 14 Rik van Riel
2002-08-16 2:07 ` Rik van Riel
2002-08-16 2:21 ` Bill Huey
2002-08-16 2:21 ` Bill Huey
2002-08-16 21:02 ` Mel
2002-08-16 21:02 ` Mel
2002-08-16 21:29 ` Scott Kaplan
2002-08-16 21:29 ` Scott Kaplan
2002-08-16 23:02 ` Mel
2002-08-16 23:02 ` Mel
2002-08-19 19:05 ` Scott Kaplan
2002-08-19 21:04 ` Mel
2002-08-20 18:41 ` Stephen C. Tweedie [this message]
2002-08-21 18:03 ` Mel
2002-08-21 15:05 ` Scott Kaplan
2002-08-21 16:28 ` Mel
2002-08-21 18:39 ` Scott Kaplan
2002-08-19 19:50 ` Daniel Phillips
2002-08-19 19:50 ` Daniel Phillips
2002-08-19 21:19 ` Mel
2002-08-19 21:19 ` Mel
2002-08-19 21:38 ` Daniel Phillips
2002-08-19 21:38 ` Daniel Phillips
2002-08-19 18:04 ` Daniel Phillips
2002-08-19 18:04 ` Daniel Phillips
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=20020820194142.M2645@redhat.com \
--to=sct@redhat.com \
--cc=linux-mm@kvack.org \
--cc=mel@csn.ul.ie \
--cc=sfkaplan@cs.amherst.edu \
/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 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.