Amount of free memory available in system?

2002-01-12 Thread Nate Williams
Is there a simple sysctl or a command line utility I can use to determine how much free memory is available in a system? I've got an embedded application that has *very* limited memory, and I was trying to figure out how much memory was available for the userland applications. 'top' has

Re: Amount of free memory available in system?

2002-01-12 Thread Kris Kennaway
On Sat, Jan 12, 2002 at 11:30:27AM -0700, Nate Williams wrote: Is there a simple sysctl or a command line utility I can use to determine how much free memory is available in a system? I've got an embedded application that has *very* limited memory, and I was trying to figure out how much

Re: Amount of free memory available in system?

2002-01-12 Thread Nate Williams
Is there a simple sysctl or a command line utility I can use to determine how much free memory is available in a system? I've got an embedded application that has *very* limited memory, and I was trying to figure out how much memory was available for the userland applications.

Re: Amount of free memory available in system?

2002-01-12 Thread Chad David
On Sat, Jan 12, 2002 at 04:21:58PM -0700, Nate Williams wrote: Is there a simple sysctl or a command line utility I can use to determine how much free memory is available in a system? I've got an embedded application that has *very* limited memory, and I was trying to figure out

Re: Amount of free memory available in system?

2002-01-12 Thread Ken Bolingbroke
Pardon me, I just realized I misread the original question. Never mind. Ken Bolingbroke [EMAIL PROTECTED] On Sat, 12 Jan 2002, Ken Bolingbroke wrote: On Sat, 12 Jan 2002, Nate Williams wrote: I was hoping to get do 'sysctl foo.bar.bletch' to tell me information. From: