[erlang-questions] etop returns garbage

Kenneth Lundin kenneth.lundin@REDACTED
Sat Dec 1 00:47:34 CET 2007


Hi,

etop uses tracing to collect it's data.
If you have activated tracing at the same it will most probably disturb etop.

The Erlang VM has powerful built-in tracing facilities intended for
troubleshooting
and profiling on live systems.
Tracing should never be activated or used by an application it self as
part of the
normal operation.

/Kenneth Erlang/OTP team at Ericsson

On 11/30/07, George B Hazan <ghazan@REDACTED> wrote:
>   Hello.
>
> I tried to use etop to profile my ejabberd, but got nothing but a bunch of
> strings like
>
> ============== 8< ============== >8 ==============
> Erlang top got garbage {trace_ts,<4391.27752.0>,
>                                 out,
>                                 {gen_fsm,loop,7},
>                                 {1196,433374,653419}}
> Erlang top got garbage {trace_ts,<4391.21022.4>,
>                                 out,
>                                 {gen,wait_resp_mon,3},
>                                 {1196,433374,654029}}
> Erlang top got garbage {trace_ts,<4391.21038.4>,
>                                 out,
>                                 {gen,wait_resp_mon,3},
>                                 {1196,433374,654041}}
>
> ============== 8< ============== >8 ==============
>
> What am I doing wrong?
>
> --
> WMBR, George Hazan (ghazan@REDACTED)
>
> _______________________________________________
> erlang-questions mailing list
> erlang-questions@REDACTED
> http://www.erlang.org/mailman/listinfo/erlang-questions
>



More information about the erlang-questions mailing list