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
93
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
40
Jak zachęcać dziewczęta do edukacji STEM
michalslaski
0
48
Why Functional Programming Matters to Kids
michalslaski
0
190
Functional Hare and Hounds
michalslaski
0
42
National Curriculum Goes Functional
michalslaski
1
230
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
Domain-centric? Why Hexagonal, Onion, and Clean Architecture Are Answers to the Wrong Question
olivergierke
2
880
Web フロントエンドエンジニアに開かれる AI Agent プロダクト開発 - Vercel AI SDK を観察して AI Agent と仲良くなろう! #FEC余熱NIGHT
izumin5210
3
530
Six and a half ridiculous things to do with Quarkus
hollycummins
0
170
Pull-Requestの内容を1クリックで動作確認可能にするワークフロー
natmark
2
510
私はどうやって技術力を上げたのか
yusukebe
43
19k
The Past, Present, and Future of Enterprise Java
ivargrimstad
0
360
デミカツ切り抜きで面倒くさいことはPythonにやらせよう
aokswork3
0
240
Go言語の特性を活かした公式MCP SDKの設計
hond0413
1
230
CSC509 Lecture 06
javiergs
PRO
0
260
スマホから Youtube Shortsを見られないようにする
lemolatoon
27
32k
Devoxx BE - Local Development in the AI Era
kdubois
0
130
ALL CODE BASE ARE BELONG TO STUDY
uzulla
25
6k
Featured
See All Featured
RailsConf & Balkan Ruby 2019: The Past, Present, and Future of Rails at GitHub
eileencodes
140
34k
ReactJS: Keep Simple. Everything can be a component!
pedronauck
667
120k
Designing Experiences People Love
moore
142
24k
How GitHub (no longer) Works
holman
315
140k
Why Our Code Smells
bkeepers
PRO
340
57k
Writing Fast Ruby
sferik
629
62k
The Cult of Friendly URLs
andyhume
79
6.6k
ピンチをチャンスに:未来をつくるプロダクトロードマップ #pmconf2020
aki_iinuma
127
53k
BBQ
matthewcrist
89
9.8k
個人開発の失敗を避けるイケてる考え方 / tips for indie hackers
panda_program
115
20k
[RailsConf 2023] Rails as a piece of cake
palkan
57
5.9k
Templates, Plugins, & Blocks: Oh My! Creating the theme that thinks of everything
marktimemedia
31
2.5k
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]