Skip to content
This repository has been archived by the owner on Sep 22, 2024. It is now read-only.

0.8.0

Compare
Choose a tag to compare
@mkacper mkacper released this 31 Jul 12:26
· 38 commits to master since this release

💅 Enhancement

🏠 Internal

📜 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.