From owner-freebsd-hackers Mon Aug 14 0:10:34 2000 Delivered-To: freebsd-hackers@freebsd.org Received: from mailhost.cpsc.ucalgary.ca (mailhost.cpsc.ucalgary.ca [136.159.2.100]) by hub.freebsd.org (Postfix) with ESMTP id EB9BA37C3C4 for ; Mon, 14 Aug 2000 00:10:29 -0700 (PDT) (envelope-from rhyason@cpsc.ucalgary.ca) Received: from csc (csc.cpsc.ucalgary.ca [136.159.5.16]) by mailhost.cpsc.ucalgary.ca (1.3) id ; Mon, 14 Aug 2000 01:10:05 -0600 (MDT) Date: Mon, 14 Aug 2000 01:10:05 -0600 (MDT) From: Jeff Rhyason X-Sender: rhyason@csc To: hackers@freebsd.org Subject: Collecting waiting statistics (simulation question) Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Can anybody help me with a project I am working on? I am trying to simulate different memory allocation policies for a discrete event simulation course. Being the guy I am, I decided to collect some real statistics from a real system. The difficulty I've encountered is that I can't find how to make them accessible! Is there a way that I can log a large amount of statistics regarding kernel memory allocator activity and make that accessible to a user process? (Something like Solaris' crash(1m) and kmalog) Thanks in advance for any comments! -Jeff To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message