Michal Slaski

Results 15 comments of Michal Slaski

The automatic shutdown feature appeared in OTP 24.0, but applications using this feature will also compile and run with older OTP versions. I tried with OTP 23.2.1 and it compiled...

@arkgil 1. Let's try to use one of the supervisor's strategies for handling abnormal exits from remote tracer process. Currently the epl_sup supervisor has ['permanent'](https://github.com/erlanglab/erlangpl/blob/master/apps/epl/src/epl_sup.erl#L19) children. If we change it...

Does the dashboard with metrics render fine, when you connect erlangpl to your app? If so, what throughput is reported? We got reports from users about epl_st crashing while waiting...

Thanks for progressing on this issue. If the dashboard renders fine, but reports throughput N/A, it means not a single trace report was collected from the epl_tracer process running on...

Good idea, I like it.

The project was developed in mid-2013 when rebar2 was a natural choice. I am all for moving to rebar3 and will welcome a PR with open arms. Thanks for suggesting!

@tsloughter the time has come to upgrade to rebar3, so I would like to know if you have started any effort on sending us a PR?

Hi @mickel8, Over the years I was exploring methods of BEAM observation and visualisation. This project is one of somewhat complete prototypes. We use it for teaching Erlang, as it...

@DrPandemic if you could help us by answering some of the below questions, we can try to design a view specific to your needs. 1. how many nodes do you...

Hello @ssow I can try to help with the first error on CentOS 7, which indicates you do not have the crypto application installed in your system. Try the following...