Re: I need one command

2005-08-17 Thread Shane James
you can use the 'top' command # top - Original Message - From: Carstea Catalin [EMAIL PROTECTED] To: freebsd-questions@freebsd.org Sent: Wednesday, August 17, 2005 10:27 PM Subject: I need one command I run squid on my freebsd box and i need to know the free memory. In redhat exist

Re: I need one command

2005-08-17 Thread Ed Stover
On Wed, August 17, 2005 2:27 pm, Carstea Catalin said: I run squid on my freebsd box and i need to know the free memory. In redhat exist a nice command #free to show the free memory. In FreeBsd how can i get the same result? -- Any help would be greatly appreciated. regards, Carstea

Re: I need one command

2005-08-17 Thread Lowell Gilbert
Carstea Catalin [EMAIL PROTECTED] writes: I run squid on my freebsd box and i need to know the free memory. In redhat exist a nice command #free to show the free memory. In FreeBsd how can i get the same result? top(1) But: have you heard the slogan free memory is wasted memory? ;-)

Re: I need one command

2005-08-17 Thread Shane James
problem solved then? :P - Original Message - From: Ed Stover [EMAIL PROTECTED] To: Carstea Catalin [EMAIL PROTECTED] Cc: freebsd-questions@freebsd.org Sent: Wednesday, August 17, 2005 10:38 PM Subject: Re: I need one command On Wed, August 17, 2005 2:27 pm, Carstea Catalin said: I

Re: I need one command

2005-08-17 Thread Gary W. Swearingen
Carstea Catalin [EMAIL PROTECTED] writes: I run squid on my freebsd box and i need to know the free memory. In redhat exist a nice command #free to show the free memory. In $ top | grep Mem: Mem: 91M Active, 271M Inact, 91M Wired, 232K Cache, 60M Buf, 45M Free $ top | awk '/Mem:/ { print $12