From owner-freebsd-hackers Mon Nov 11 00:07:02 1996 Return-Path: owner-hackers Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id AAA27530 for hackers-outgoing; Mon, 11 Nov 1996 00:07:02 -0800 (PST) Received: from ccs.sogang.ac.kr (ccs.sogang.ac.kr [163.239.1.1]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id AAA27508 for ; Mon, 11 Nov 1996 00:06:47 -0800 (PST) Received: from cslsun10.sogang.ac.kr by ccs.sogang.ac.kr (8.8.2/Sogang) id RAA02673; Mon, 11 Nov 1996 17:01:31 +0900 (KST) Received: by cslsun10.sogang.ac.kr (4.1/SMI-4.1) id AA23163; Mon, 11 Nov 96 17:05:01 KST From: cskim@cslsun10.sogang.ac.kr (Kim Chang Seob) Message-Id: <9611110805.AA23163@cslsun10.sogang.ac.kr> Subject: working set model To: freebsd-hackers@FreeBSD.ORG Date: Mon, 11 Nov 1996 17:05:00 +0900 (KST) Cc: cskim@cslsun10.sogang.ac.kr (Kim Chang Seob) Content-Type: text Sender: owner-hackers@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Hello there i have some question about FreeBSD memory management i would that know how memory to provide to each process to minimize the latter's page fault behavior i know, freebsd memory management does not use the working set medel because it lacks accurate information about the reference pattern of a process. but i wish to obtain reference pattern during the executing of one process. and i used to the object and offset , but i think it is not. then to obtain reference page pattern, what function or what variable is used. i want to know this problem. please send me a good news. have a good day!