Hi, again.
How can I get memory usage statistics for user session?
I mean process(fsm?) using for client session.
It is interesting simple session and HTTP-BIND session.
How to get this info?
To access the most up-to-date ejabberd documentation, please visit docs.ejabberd.im »
Hi, again.
How can I get memory usage statistics for user session?
I mean process(fsm?) using for client session.
It is interesting simple session and HTTP-BIND session.
How to get this info?
Re: how much session use memory?
Strictly speaking, it is impossible. Of course, you can get memory usage of a c2s or BOSH process (using process_info(Pid, memory)), but this doesn't show relevant info because of ... incorrect memory statistics in Erlang VM ;)
I am think so too )) but
I am think so too ))
but maybe exists other opinions?