Re: sysinfo equivalent in Freebsd

[ Available lists | Index of freebsd-questions | Month of Oct 2006 | Week of 19 Oct 2006 | Raw email | View thread | Wrap long lines | Reply ]
From
RW <list-freebsd-2004@morbius.sent.com>
Date
19 Oct 2006 14:10:45
Subject
Re: sysinfo equivalent in Freebsd
Message-ID
200610191510.38162.list-freebsd-2004@morbius.sent.com

In reply to
References to
Referenced by

[ Hide this part ]
On Thursday 19 October 2006 07:05, Ashok TM wrote:

> How to find the similar statistics from freebsd , is there any equivalent
> system call in freebsd. ?
>
> I tried using WMMemFree (ports to bsd )without much luck .

top gets this kind of thing from sysctl.

Be aware though that free memory is a meaningless concept in FreeBSD, it's
almost always 1-3% of total memory.


Elapsed time: 0.075 seconds