Re: memory usage displsy

2009-09-02 Thread Per olof Ljungmark
Mel Flynn wrote: On Tuesday 01 September 2009 23:19:23 Michael David Crawford wrote: Per olof Ljungmark wrote: Well, my problem is that if I add up all I *can* see in top or ps it never gets near the by now 3G plus memory shown as "Active". Maybe one gig is accounted for, I'm not that familiar

Re: memory usage displsy

2009-09-02 Thread Mel Flynn
On Tuesday 01 September 2009 23:19:23 Michael David Crawford wrote: > Per olof Ljungmark wrote: > > Well, my problem is that if I add up all I *can* see in top or ps it > > never gets near the by now 3G plus memory shown as "Active". Maybe one > > gig is accounted for, > > I'm not that familiar wit

Re: memory usage displsy

2009-09-02 Thread Bill Moran
In response to Per olof Ljungmark : > Bill Moran wrote: > > In response to Per olof Ljungmark : > > > >> Dan Nelson wrote: > >>> In the last episode (Sep 01), Bill Moran said: > In response to Per olof Ljungmark : > > What is a good way to find out how memory is used? Have a 6.4 box wher

Re: memory usage displsy

2009-09-02 Thread Per olof Ljungmark
Bill Moran wrote: In response to Per olof Ljungmark : Dan Nelson wrote: In the last episode (Sep 01), Bill Moran said: In response to Per olof Ljungmark : What is a good way to find out how memory is used? Have a 6.4 box where memory is used by something but I fail to see what is using it -

Re: memory usage displsy

2009-09-02 Thread Bill Moran
In response to Per olof Ljungmark : > Dan Nelson wrote: > > In the last episode (Sep 01), Bill Moran said: > >> In response to Per olof Ljungmark : > >>> What is a good way to find out how memory is used? Have a 6.4 box where > >>> memory is used by something but I fail to see what is using it - t

Re: memory usage displsy

2009-09-01 Thread Dan Nelson
In the last episode (Sep 02), Per olof Ljungmark said: > Dan Nelson wrote: > > In the last episode (Sep 01), Bill Moran said: > >> In response to Per olof Ljungmark : > >>> What is a good way to find out how memory is used? Have a 6.4 box > >>> where memory is used by something but I fail to see wh

Re: memory usage displsy

2009-09-01 Thread Per olof Ljungmark
Dan Nelson wrote: In the last episode (Sep 01), Bill Moran said: In response to Per olof Ljungmark : What is a good way to find out how memory is used? Have a 6.4 box where memory is used by something but I fail to see what is using it - tried different switches to ps(1), tried the stat tools b

Re: memory usage displsy

2009-09-01 Thread Per olof Ljungmark
Dan Nelson wrote: In the last episode (Sep 01), Bill Moran said: In response to Per olof Ljungmark : What is a good way to find out how memory is used? Have a 6.4 box where memory is used by something but I fail to see what is using it - tried different switches to ps(1), tried the stat tools b

Re: memory usage displsy

2009-09-01 Thread Michael David Crawford
Per olof Ljungmark wrote: Well, my problem is that if I add up all I *can* see in top or ps it never gets near the by now 3G plus memory shown as "Active". Maybe one gig is accounted for, I'm not that familiar with FreeBSD yet, but the kernel uses memory which might not be charged against any

Re: memory usage displsy

2009-09-01 Thread Per olof Ljungmark
Bill Moran wrote: In response to Per olof Ljungmark : What is a good way to find out how memory is used? Have a 6.4 box where memory is used by something but I fail to see what is using it - tried different switches to ps(1), tried the stat tools but a big chunk of memory does not show at all.

Re: memory usage displsy

2009-09-01 Thread Dan Nelson
In the last episode (Sep 01), Bill Moran said: > In response to Per olof Ljungmark : > > What is a good way to find out how memory is used? Have a 6.4 box where > > memory is used by something but I fail to see what is using it - tried > > different switches to ps(1), tried the stat tools but a big

Re: memory usage displsy

2009-09-01 Thread Bill Moran
In response to Per olof Ljungmark : > > What is a good way to find out how memory is used? Have a 6.4 box where > memory is used by something but I fail to see what is using it - tried > different switches to ps(1), tried the stat tools but a big chunk of > memory does not show at all. > > A p

Re: Memory Usage

2009-01-03 Thread Roger Olofsson
Grant Peel skrev: Hi all, Does anyone have scripts they may be willing to share the parses any FreeBSD utility (top, w, etc) suitable for using the output to use mrtg to show memory and disk usage? -Grant ___ freebsd-questions@freebsd.org mailing

Re: Memory Usage

2009-01-03 Thread Patrick Lamaizière
Le Fri, 2 Jan 2009 10:47:32 -0500, "Grant Peel" a écrit : > Hi all, > > Does anyone have scripts they may be willing to share the parses any > FreeBSD utility (top, w, etc) suitable for using the output to use > mrtg to show memory and disk usage? Mrtg needs a script that returns four lines : -

Re: Memory Usage

2009-01-02 Thread Matthew Seaman
Grant Peel wrote: Does anyone have scripts they may be willing to share the parses any FreeBSD utility (top, w, etc) suitable for using the output to use mrtg to show memory and disk usage? net-mgmt/net-snmpd ? Or even, perhaps the base system's bsnmpd (although I'm not sure if this has suppo

Re: Memory usage for MySQL

2006-07-23 Thread Vinicius Vianna
From what I read you should only change kern.maxdsiz, changing kern.dfldsiz makes every process allocating this amount of memory by default, thats bad. Something like: kern.maxdsiz="1395864371" # 1.3GB #kern.dfldsiz="1395864371" # 1.3GB #kern.maxssiz="134217728" # 128MB would do the trick for

Re: Memory usage for MySQL

2006-07-19 Thread Charles Swiger
On Jul 19, 2006, at 2:51 PM, Thaddeus Quintin wrote: Or maybe it's trying to ask for a big shared memory segment...? Your guess is as good as mine. Are there tools or anything else I can use to try and figure this out? MySQL probably has some documentation which would help, although if you

Re: Memory usage for MySQL

2006-07-19 Thread Thaddeus Quintin
On Jul 19, 2006, at 2:37 PM, Charles Swiger wrote: On Jul 19, 2006, at 2:31 PM, Thaddeus Quintin wrote: I already took care of that, it was in my first email- I tweaked /boot/loader.conf to allow larger data size for processes already (rebooted after changes)- kern.maxdsiz="1395864371" # 1.3G

Re: Memory usage for MySQL

2006-07-19 Thread Charles Swiger
On Jul 19, 2006, at 2:31 PM, Thaddeus Quintin wrote: I already took care of that, it was in my first email- I tweaked /boot/loader.conf to allow larger data size for processes already (rebooted after changes)- kern.maxdsiz="1395864371" # 1.3GB kern.dfldsiz="1395864371" # 1.3GB kern.maxssiz="13

Re: Memory usage for MySQL

2006-07-19 Thread Thaddeus Quintin
On Jul 19, 2006, at 1:38 PM, Charles Swiger wrote: FreeBSD defaults to having a 512MB maximum process datasize. Add something like: kern.dfldsiz="1G" ...to /boot/loader.conf. I already took care of that, it was in my first email- I tweaked /boot/loader.conf to allow larger data siz

Re: Memory usage for MySQL

2006-07-19 Thread Charles Swiger
On Jul 19, 2006, at 1:14 PM, Thaddeus Quintin wrote: The issue that I'm having is that when I start up MySQL I get a couple "Out of Memory" errors before it actually starts up. Looks like this- 060719 11:55:35 InnoDB: Started; log sequence number 0 43656 /usr/local/libexec/mysqld: Out of m

Re: memory usage

2006-05-07 Thread Jonathan Horne
On Sunday 07 May 2006 19:43, Michal Mertl wrote: > Jonathan Horne wrote: > > On Sunday 07 May 2006 12:09, Jonathan Horne wrote: > > > i have a server that has 2GB ram, recently upgraded from 1GB ram. it > > > runs apache2.0 with php5, sendmail with spamass-milter, dovecot, > > > mysql5.0, cacti, a

Re: memory usage

2006-05-07 Thread Michal Mertl
Jonathan Horne wrote: > On Sunday 07 May 2006 12:09, Jonathan Horne wrote: > > i have a server that has 2GB ram, recently upgraded from 1GB ram. it runs > > apache2.0 with php5, sendmail with spamass-milter, dovecot, mysql5.0, > > cacti, and a couple other small things (like snmp, my bx irc shell,

Re: memory usage

2006-05-07 Thread Jonathan Chen
On Sun, May 07, 2006 at 12:19:41PM -0500, Jonathan Horne wrote: > i just upgraded to the new phpsysinfo rc2, and it shows more detailed > information about what the memory usage is doing. it shows that 1.57GB is > being used by buffers. what is the significance of 1.57GB of memory being > use

Re: memory usage

2006-05-07 Thread Jonathan Horne
On Sunday 07 May 2006 12:09, Jonathan Horne wrote: > i have a server that has 2GB ram, recently upgraded from 1GB ram. it runs > apache2.0 with php5, sendmail with spamass-milter, dovecot, mysql5.0, > cacti, and a couple other small things (like snmp, my bx irc shell, etc). > > when ever i look at

Re: memory usage question

2004-08-17 Thread Matthew Seaman
On Tue, Aug 17, 2004 at 03:39:40PM +0200, Mipam wrote: > I have a question about usage of memory. > Despite the well documented articles about it some things are still > unclear. In top we see memory devided in several items: Try this article, buy the guy who wrote some very large chunks of the