Re: memory leakage

2010-02-11 Thread Doug Clapp
that contains one extra command. For efficiency I would write GATEWAY=`iproute | awk '/default/{print $3}' ` Using busybox 1.15.3 I just ran that sequence numerous times and saw no memory leakage that I could detect with the free command. I used busybox ash, busybox iproute and busybox awk

memory leakage

2010-02-10 Thread farajian amin
Dear All, I have experienced a memory leakage when i use busybox-1.14.1 on Snapgear linux( for leon architecture) (kernel 2.6.21.1). I am not quite sure that if this is a busybox problem or kernel. The problem is as follows: when we run the following script in busybox (ash) , the memory leak

Re: memory leakage

2010-02-10 Thread Rob Landley
On Wednesday 10 February 2010 04:04:44 farajian amin wrote: Dear All, I have experienced a memory leakage when i use busybox-1.14.1 on Snapgear linux( for leon architecture) (kernel 2.6.21.1). I am not quite sure that if this is a busybox problem or kernel. The problem is as follows: when

Re: memory leakage

2010-02-10 Thread Denys Vlasenko
On Wed, Feb 10, 2010 at 12:03 PM, Rob Landley r...@landley.net wrote: On Wednesday 10 February 2010 04:04:44 farajian amin wrote: Dear All, I have experienced a memory leakage when i use busybox-1.14.1 on Snapgear linux( for leon architecture) (kernel 2.6.21.1).  I am not quite sure

Re: memory leakage

2010-02-10 Thread Rob Landley
On Wednesday 10 February 2010 09:11:01 Denys Vlasenko wrote: No need to parse anything. There is an applet (which you found useless some years ago) which makes this sort of monitoring easy: # nmeter '%t %c mem %m free %[mf] processes %[pn]' 16:10:05 UU mem 526m free 1.4g processes