* preliminary report on pagetable occupation rates
@ 2002-07-19 1:17 William Lee Irwin III
0 siblings, 0 replies; only message in thread
From: William Lee Irwin III @ 2002-07-19 1:17 UTC (permalink / raw)
To: linux-mm
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/
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2002-07-19 1:17 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-07-19 1:17 preliminary report on pagetable occupation rates William Lee Irwin III
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.