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
34
Jak zachęcać dziewczęta do edukacji STEM
michalslaski
0
48
Why Functional Programming Matters to Kids
michalslaski
0
170
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
220
Informatyka bez komputera
michalslaski
1
190
Exploring BEAM-based systems with erlang.pl
michalslaski
2
240
Other Decks in Programming
See All in Programming
Node-RED を(HTTP で)つなげる MCP サーバーを作ってみた
highu
0
120
AI時代のソフトウェア開発を考える(2025/07版) / Agentic Software Engineering Findy 2025-07 Edition
twada
PRO
86
29k
チームのテスト力を総合的に鍛えて品質、スピード、レジリエンスを共立させる/Testing approach that improves quality, speed, and resilience
goyoki
5
870
Modern Angular with Signals and Signal Store:New Rules for Your Architecture @enterJS Advanced Angular Day 2025
manfredsteyer
PRO
0
220
Webの外へ飛び出せ NativePHPが切り拓くPHPの未来
takuyakatsusa
2
550
WebViewの現在地 - SwiftUI時代のWebKit - / The Current State Of WebView
marcy731
0
120
Flutterで備える!Accessibility Nutrition Labels完全ガイド
yuukiw00w
0
160
PicoRuby on Rails
makicamel
2
130
LT 2025-06-30: プロダクトエンジニアの役割
yamamotok
0
760
おやつのお供はお決まりですか?@WWDC25 Recap -Japan-\(region).swift
shingangan
0
140
High-Level Programming Languages in AI Era -Human Thought and Mind-
hayat01sh1da
PRO
0
770
What Spring Developers Should Know About Jakarta EE
ivargrimstad
0
470
Featured
See All Featured
Designing Dashboards & Data Visualisations in Web Apps
destraynor
231
53k
The Myth of the Modular Monolith - Day 2 Keynote - Rails World 2024
eileencodes
26
2.9k
Agile that works and the tools we love
rasmusluckow
329
21k
Building Adaptive Systems
keathley
43
2.7k
GraphQLとの向き合い方2022年版
quramy
49
14k
Side Projects
sachag
455
42k
Statistics for Hackers
jakevdp
799
220k
Adopting Sorbet at Scale
ufuk
77
9.5k
XXLCSS - How to scale CSS and keep your sanity
sugarenia
248
1.3M
Keith and Marios Guide to Fast Websites
keithpitt
411
22k
Learning to Love Humans: Emotional Interface Design
aarron
273
40k
Why Our Code Smells
bkeepers
PRO
336
57k
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]