linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
From: Rik van Riel <riel@conectiva.com.br>
To: Abhishek Nayani <abhi@kernelnewbies.org>
Cc: linux-mm@kvack.org
Subject: Re: Benchmarking Tool
Date: Thu, 4 Jul 2002 15:49:35 -0300 (BRT)	[thread overview]
Message-ID: <Pine.LNX.4.44L.0207041540400.6047-100000@imladris.surriel.com> (raw)
In-Reply-To: <20020703060446.GA2560@SandStorm.net>

On Wed, 3 Jul 2002, Abhishek Nayani wrote:

> the matter. I would like to know what is missing in the current set of
> tools (lmbench, dbench..) and what is required.

Most of the current "VM tests" don't seem to have anything
like a working set.  This basically means that one of the
central and important parts of the VM - page replacement -
isn't getting tested AT ALL.

It might be interesting to have some "working set emulator"
where a program accesses N out of M MB of total memory a
lot and the rest a little, where N, M and the ratio between
the accesses are varied in such a way that the system is
confronted with various sizes of workload.

Of course, you could also go into multitasking such programs ;)

The way to display the result of this could be a graph, showing
the working set size on the X axis and the program "speed" on
the Y axis. It might also be useful to express the size of the
working set as a percentage of main memory.

This way you could show "VM X" runs well until the working set
reaches 50% of RAM size, while "VM Y" runs well until the working
set size reaches 70% of RAM.

This is just one example of things we could do, I'm sure there
are many more aspects of the VM subsystem for which we don't
have any benchmarks yet.

regards,

Rik
-- 
Bravely reimplemented by the knights who say "NIH".

http://www.surriel.com/		http://distro.conectiva.com/

--
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/

  parent reply	other threads:[~2002-07-04 18:49 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-07-03  6:04 Abhishek Nayani
2002-07-04 17:06 ` Benjamin LaHaise
2002-07-04 18:49 ` Rik van Riel [this message]
2002-07-05  5:52   ` Abhishek Nayani

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=Pine.LNX.4.44L.0207041540400.6047-100000@imladris.surriel.com \
    --to=riel@conectiva.com.br \
    --cc=abhi@kernelnewbies.org \
    --cc=linux-mm@kvack.org \
    /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