This repository has been archived by the owner on Sep 22, 2024. It is now read-only.
0.8.0
💅 Enhancement
🏠 Internal
- #64 Start epl_tracer when new node is connected (@mkacper)
- 0a9121c Don’t trace epl_tracer itself (@michalslaski)
📜 Details
The 0.8.0 release introduces two views. The ETS node view
is a result of the 2nd Google Summer of Code project's milestone. It makes it possible to see all the ETS tables present on a particular node with their statistics. Statistics are some basic information about the table (name, memory, size) and some more sophisticated ones like insert/lookup max time or the number of calls to this functions.
Timeline view
allows users to trace the selected Pid
. The tracing means that the view shows the every message received by the process identified by the Pid
and the process's state just after it handles the message.