Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
erlang.pl demo day, 31 May 2017
Search
Michał Ślaski
May 31, 2017
Programming
1
92
erlang.pl demo day, 31 May 2017
During this Erlang Performance Lab Demo Day we present details of the GSoC'17 project.
Michał Ślaski
May 31, 2017
Tweet
Share
More Decks by Michał Ślaski
See All by Michał Ślaski
Innowacyjne metody nauczania dzieci - Webinar Akademii Edukatorów IT for SHE
michalslaski
0
37
Jak zachęcać dziewczęta do edukacji STEM
michalslaski
0
48
Why Functional Programming Matters to Kids
michalslaski
0
180
Functional Hare and Hounds
michalslaski
0
39
National Curriculum Goes Functional
michalslaski
1
220
Maszyna BEAM - wykład AGH 2021
michalslaski
1
120
Towards online profiling of Erlang systems
michalslaski
2
230
Informatyka bez komputera
michalslaski
1
190
Exploring BEAM-based systems with erlang.pl
michalslaski
2
250
Other Decks in Programming
See All in Programming
GitHub Copilotの全体像と活用のヒント AI駆動開発の最初の一歩
74th
8
3.2k
Vibe coding コードレビュー
kinopeee
0
460
STUNMESH-go: Wireguard NAT穿隧工具的源起與介紹
tjjh89017
0
380
AI OCR API on Lambdaを Datadogで可視化してみた
nealle
0
180
ソフトウェアテスト徹底指南書の紹介
goyoki
1
110
Honoアップデート 2025年夏
yusukebe
1
840
TROCCO×dbtで実現する人にもAIにもやさしいデータ基盤
nealle
0
330
AIエージェント開発、DevOps and LLMOps
ymd65536
1
340
物語を動かす行動"量" #エンジニアニメ
konifar
14
5.4k
バイブコーディング × 設計思考
nogu66
0
130
私の後悔をAWS DMSで解決した話
hiramax
4
110
AWS Serverless Application Model入門_20250708
smatsuzaki
0
120
Featured
See All Featured
Art, The Web, and Tiny UX
lynnandtonic
302
21k
Why You Should Never Use an ORM
jnunemaker
PRO
59
9.5k
How STYLIGHT went responsive
nonsquared
100
5.7k
For a Future-Friendly Web
brad_frost
179
9.9k
Helping Users Find Their Own Way: Creating Modern Search Experiences
danielanewman
29
2.8k
Improving Core Web Vitals using Speculation Rules API
sergeychernyshev
18
1.1k
The Success of Rails: Ensuring Growth for the Next 100 Years
eileencodes
46
7.6k
Understanding Cognitive Biases in Performance Measurement
bluesmoon
29
1.8k
Writing Fast Ruby
sferik
628
62k
Optimising Largest Contentful Paint
csswizardry
37
3.4k
GitHub's CSS Performance
jonrohan
1031
460k
Learning to Love Humans: Emotional Interface Design
aarron
273
40k
Transcript
ERLANG.PL new coding perspective Demo Day, 31 May 2017
WHAT IS ERLANG.PL • Tool for the BEAM platform (a.k.a.
Erlang VM) • Helps with system exploration • Exploits benefits of traceability • Aims at facilitating developer's work
GOOGLE SUMMER OF CODE • Kacper Mentel @ Beam Community
https://summerofcode.withgoogle.com/projects/#5695385677856768 • Visualising ETS characteristics • new view provided by epl_ets plugin • cluster, node, ETS details
EPL_ETS CLUSTER VIEW • Renders all nodes in the cluster
• Each node shows basic ETS info • number of ETS tables • ETS memory usage
EPL_ETS NODE VIEW • Renders all ETS tables present on
the node • ETS characteristics encoded visually • lock contention • memory fragmentation
EPL_ETS DETAILED VIEW • Focuses on particular ETS table •
Renders all processes that read / write to it • ets:info(Tab) • other relevant metrics
EPL_ETS RESOURCES • code https://github.com/mkacper/erlangpl • weekly reports https://github.com/mkacper/erlangpl/wiki •
email
[email protected]
ERLANG.PL • www.erlang.pl • github.com/erlanglab • twitter @erlanglab
QUESTIONS ?
[email protected]