[rabbitmq-discuss] Fwd: How to set max processes number ?
Ben Hood
0x6e6562 at gmail.com
Sun Feb 22 12:38:54 GMT 2009
---------- Forwarded message ----------
From: Ben Hood <0x6e6562 at gmail.com>
Date: Sun, Feb 22, 2009 at 12:38 PM
Subject: Re: [rabbitmq-discuss] How to set max processes number ?
To: Aymerick Jéhanne <aymerick at fotonauts.com>
Aymerick,
On Sun, Feb 22, 2009 at 10:57 AM, Aymerick Jéhanne
<aymerick at fotonauts.com> wrote:
> Someone knows how I can see how maybe erlang processes are running in
> rabbitmq ?
Use this command in the Erlang shell:
erlang:system_info(process_limit).
To get a current process count, you could try this: length(processes()).
Bear in mind that these stats are only relevant for the local node.
HTH,
Ben
More information about the rabbitmq-discuss
mailing list