All of lore.kernel.org
 help / color / mirror / Atom feed
From: William Lee Irwin III <wli@holomorphy.com>
To: linux-mm@kvack.org
Subject: preliminary report on pagetable occupation rates
Date: Thu, 18 Jul 2002 18:17:09 -0700	[thread overview]
Message-ID: <20020719011709.GD1022@holomorphy.com> (raw)

I added a statistic PteChainActv counting the number of reverse
mappings performed, as opposed to the number of pte_chains allocated,
as Dave McCracken's optimization defeats space consumption of
pte_chains as a metric of pagetable occupancy.

This was collected during a run of tbench 4096 on a 16 cpu 16GB i386.

The steady state result is:

PageTables:      98564 kB
PteChainTot:      8508 kB
PteChainUsed:     8408 kB
PteChainActv:  1236684

Where this implies an occupancy rate of:

	(1236684*4)/98564 = 50.1881


Cheers,
Bill
--
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/

                 reply	other threads:[~2002-07-19  1:17 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=20020719011709.GD1022@holomorphy.com \
    --to=wli@holomorphy.com \
    --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 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.