[erlang-questions] observer app in production

Dan Gudmundsson dangud@REDACTED
Thu Dec 10 17:54:17 CET 2015


As long as you don't use the gui on the production node, it shall be ok.
Performance depends of how often you sample the system, the process (top)
window costs more if you have many processes and so on.


On Thu, Dec 10, 2015 at 5:19 PM Felix Gallo <felixgallo@REDACTED> wrote:

> You might also look at erlyberly (https://github.com/andytill/erlyberly),
> which is a fairly new debugging/observation tool that's intended to
> complement observer.
>
> F.
>
> On Thu, Dec 10, 2015 at 8:13 AM, Caragea Silviu <silviu.cpp@REDACTED>
> wrote:
>
>> Hello,
>>
>> It's ok to use observer in production environment to look at processes
>> queues, memory usage and whatever else it's there?
>>
>> There any any performance issues for the node if you use this ? Currently
>> we are using bigwig but observer seems more robust feature wise.
>>
>> Also there are any other solutions for thins kind of job ?
>>
>> Silviu
>>
>>
>>
>> _______________________________________________
>> erlang-questions mailing list
>> erlang-questions@REDACTED
>> http://erlang.org/mailman/listinfo/erlang-questions
>>
>>
> _______________________________________________
> erlang-questions mailing list
> erlang-questions@REDACTED
> http://erlang.org/mailman/listinfo/erlang-questions
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://erlang.org/pipermail/erlang-questions/attachments/20151210/f1d13e85/attachment.htm>


More information about the erlang-questions mailing list