forked from erlanglab/erlangpl
-
Notifications
You must be signed in to change notification settings - Fork 0
GSOC Work Product Submission
Kacper Mentel edited this page Aug 25, 2017
·
4 revisions
I have been working on the ErlangPL project over the last few months to make it possible to measure and visualise ETS performance. I created three views which allow users analysing ETS tables from different perspectives. The scheme of the views looks as follows: cluster view (shows all the nodes in a cluster) -> node view (shows all ETS tables on a node) -> ETS details (shows more detailed information).
All the views are implemented and merged into the master branch of the ErlangPL repository. All the work was released in the erlangpl 0.9.0. Documention is also provided.
- https://github.com/erlanglab/erlangpl - the main repository of the ErlangPL project. The majority of work done as GSOC project can be found at this two locations:
- https://github.com/mkacper/erlangpl/ - my fork of the ErlangPL repository. Contains some features prototypes which have not been merged into the main repository.