From owner-freebsd-questions@FreeBSD.ORG Fri Apr 25 13:40:25 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F13F537B409 for ; Fri, 25 Apr 2003 13:40:24 -0700 (PDT) Received: from falcon.mail.pas.earthlink.net (falcon.mail.pas.earthlink.net [207.217.120.74]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6DA2D43FAF for ; Fri, 25 Apr 2003 13:40:22 -0700 (PDT) (envelope-from parv_fm@mailsent.net) Received: from sdn-ap-009dcwashp0194.dialsprint.net ([63.188.80.194] helo=moo.holy.cow) by falcon.mail.pas.earthlink.net with esmtp (Exim 3.33 #1) id 1999zZ-0005X2-00 for freebsd-questions@freebsd.org; Fri, 25 Apr 2003 13:40:21 -0700 Received: by moo.holy.cow (Postfix, from userid 1001) id 9FEBCC221; Fri, 25 Apr 2003 16:43:32 -0400 (EDT) Date: Fri, 25 Apr 2003 16:43:32 -0400 From: parv To: f-questions Message-ID: <20030425204332.GA6255@moo.holy.cow> Mail-Followup-To: f-questions Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Subject: Uncaching a program X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Apr 2003 20:40:25 -0000 Does anybody know if it is possible to explicitly uncache a program, say for time(1) measurements, or a way to know if the program is not cached anymore? Say , i have a some program, prgm. On the first run it takes quite some time to be loaded & show output. Any subsequent runs of prgm, however, produce results very fast (w/in reasonable amount of time since the first load). So, what i am looking for is some process to either uncache prgm before the FreeBSD does it by itself, or to know that prgm isn't being cached any more. - parv --