From: Volker Lendecke on
On Mon, May 10, 2010 at 03:57:55PM +0200, Stéphane PURNELLE wrote:
>
> Stange thing, no output with the command smbcontrol 24429 pool-usage

It might timeout. Try

smbcontrol 24429 pool-usage -t 60

> If I execute the same command for the PID 19080, I have data

Can you show us the data?

Volker
From: Stéphane PURNELLE on
Yes, I can.
Can you look the file, this is the output of the command smbcontrol 24429
pool-usage -t 60





Stéphane

-----------------------------------
Stéphane PURNELLE Admin. Systèmes et Réseaux
Service Informatique Corman S.A. Tel : 00 32 (0)87/342467



Volker Lendecke <Volker.Lendecke(a)SerNet.DE>
10/05/2010 16:11
Veuillez répondre à
Volker.Lendecke(a)SerNet.DE


A
Stéphane PURNELLE <stephane.purnelle(a)corman.be>
cc
samba(a)lists.samba.org
Objet
Re: [Samba] Samba memory usage and IPC$






On Mon, May 10, 2010 at 03:57:55PM +0200, Stéphane PURNELLE wrote:
>
> Stange thing, no output with the command smbcontrol 24429 pool-usage

It might timeout. Try

smbcontrol 24429 pool-usage -t 60

> If I execute the same command for the PID 19080, I have data

Can you show us the data?

Volker

From: Volker Lendecke on
On Mon, May 10, 2010 at 04:22:28PM +0200, Stéphane PURNELLE wrote:
> Yes, I can.
> Can you look the file, this is the output of the command smbcontrol 24429
> pool-usage -t 60

Ok, this seems to be something real.

3.3.10 is not the fancy newest one. Can you try upgrading to
3.5.2?

Alternatively, if your packages are official RHEL 5.3
packages, you might want to contact RedHat for support.

Volker
From: Stéphane PURNELLE on
Volker,

OK
I take note, I will plan to update samba to samba 3.5.2.

thanks

Stéphane Purnelle

-----------------------------------
Stéphane PURNELLE Admin. Systèmes et Réseaux
Service Informatique Corman S.A. Tel : 00 32 (0)87/342467

Volker Lendecke <Volker.Lendecke(a)SerNet.DE> wrote on 10/05/2010 16:38:40:

> Volker Lendecke <Volker.Lendecke(a)SerNet.DE>
> 10/05/2010 16:38
>
> Veuillez répondre à
> Volker.Lendecke(a)SerNet.DE
>
> A
>
> Stéphane PURNELLE <stephane.purnelle(a)corman.be>
>
> cc
>
> samba(a)lists.samba.org
>
> Objet
>
> Re: [Samba] Samba memory usage and IPC$
>
> On Mon, May 10, 2010 at 04:22:28PM +0200, Stéphane PURNELLE wrote:
> > Yes, I can.
> > Can you look the file, this is the output of the command smbcontrol
24429
> > pool-usage -t 60
>
> Ok, this seems to be something real.
>
> 3.3.10 is not the fancy newest one. Can you try upgrading to
> 3.5.2?
>
> Alternatively, if your packages are official RHEL 5.3
> packages, you might want to contact RedHat for support.
>
> Volker
> [attachment "signature.asc" deleted by Stéphane PURNELLE/COR/SOPARIND]
--
To unsubscribe from this list go to the following URL and read the
instructions: https://lists.samba.org/mailman/options/samba
From: Stéphane PURNELLE on
Hi Volker,

Stange thing, no output with the command smbcontrol 24429 pool-usage

If I execute the same command for the PID 19080, I have data

PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND
19080 pym 15 0 197m 38m 17m S 1.7 1.0 1:56.07 smbd



thanks for your help

Stéphane Purnelle

-----------------------------------
Stéphane PURNELLE Admin. Systèmes et Réseaux
Service Informatique Corman S.A. Tel : 00 32 (0)87/342467



Volker Lendecke <Volker.Lendecke(a)SerNet.DE>
10/05/2010 15:23
Veuillez répondre à
Volker.Lendecke(a)SerNet.DE


A
Stéphane PURNELLE <stephane.purnelle(a)corman.be>
cc
samba(a)lists.samba.org
Objet
Re: [Samba] Samba memoeur usage and IPC$






On Mon, May 10, 2010 at 12:34:34PM +0200, Stéphane PURNELLE wrote:
> Hi all,
>
> I have a question about memory usage and IPC$ share.
>
> I'am auditing the swap usage of my server because I already have a
problem
> with a full swap.
> I see that the smbd process take < 200Mo on swap :
>
> Example :
> PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND
> 24429 lge 15 0 197m 39m 14m S 0.3 1.0 0:15.17 smbd
>
> but some process use more than 200Mo
> 4923 ipcsrv 15 0 282m 121m 16m S 10.3 3.1 6:27.57 smbd

The "39m" and "121m" are what counts. They are very large.

Can you run

smbstatus 24429 pool-usage

and post the output somewhere?

In case, process "24429" does not exist anymore, please
replace this number with the process id of a large process.

Thanks,

Volker