From owner-freebsd-hackers Wed May 15 20:08:44 1996 Return-Path: owner-hackers Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id UAA17301 for hackers-outgoing; Wed, 15 May 1996 20:08:44 -0700 (PDT) Received: from hq.icb.chel.su (icb-rich-gw.icb.chel.su [193.125.10.34]) by freefall.freebsd.org (8.7.3/8.7.3) with ESMTP id UAA17288 for ; Wed, 15 May 1996 20:08:24 -0700 (PDT) Received: (babkin@localhost) by hq.icb.chel.su (8.7.5/8.6.5) id JAA29241 for hackers@freebsd.org; Thu, 16 May 1996 09:09:13 +0600 (GMT+0600) From: "Serge A. Babkin" Message-Id: <199605160309.JAA29241@hq.icb.chel.su> Subject: EDO & Memory latency To: hackers@freebsd.org Date: Thu, 16 May 1996 09:09:12 +0600 (ESD) X-Mailer: ELM [version 2.4 PL23] Content-Type: text Sender: owner-hackers@freebsd.org X-Loop: FreeBSD.org Precedence: bulk I have just tried lmbench and the numbers it gives are looking slightly strange for me. It shows memory latency upto 500ns while I have 60-ns EDO memory in a Pentium/75 box. Okay, its external clock is 25MHz, this gives 40ns, one wait state, it gives another 40ns, it gives 80ns, but why the overhead is over 400ns ? Can it go from some VM subsystem activity ? I have 16M of RAM in my box and I runned lmbench with 8M maximal buffer size. The latency grows with the size of buffer. Is it possible that when the size of buffer grows the VM subsystem moves the non-recently used pages to some pool and when they are accessed again it gets the VM fault and remaps them back to that process? Thanks! -SB