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
Statsd
Search
Farzad Ghanei
December 03, 2014
Programming
0
120
Statsd
Presented in SamMedia
Farzad Ghanei
December 03, 2014
Tweet
Share
More Decks by Farzad Ghanei
See All by Farzad Ghanei
PHP Testing and Mocking
farzadghanei
0
120
PHP memory management and garbage collection
farzadghanei
1
290
Some of the ways of gathering information
farzadghanei
0
200
Concurrency in Python
farzadghanei
2
10k
Introduction to StatsD
farzadghanei
0
210
Other Decks in Programming
See All in Programming
flutter_kaigi_2025.pdf
kyoheig3
1
360
Stay Hacker 〜九州で生まれ、Perlに出会い、コミュニティで育つ〜
pyama86
2
2.5k
Promise.tryで実現する新しいエラーハンドリング New error handling with Promise try
bicstone
3
1.5k
AI 時代だからこそ抑えたい「価値のある」PHP ユニットテストを書く技術 #phpconfuk / phpcon-fukuoka-2025
shogogg
1
580
無秩序からの脱却 / Emergence from chaos
nrslib
1
8.5k
Flutterチームから作る組織の越境文化
findy_eventslides
0
580
Honoを技術選定したAI要件定義プラットフォームAcsimでの意思決定
codenote
0
260
「AWS CDK入門」の前日譚/Prequelto-Introduction-To-AWSCDK
tyumugi1113
0
100
Level up your Gemini CLI - D&D Style!
palladius
1
110
Eloquentを使ってどこまでコードの治安を保てるのか?を新人が考察してみた
itokoh0405
0
3.2k
CloudflareのSandbox SDKを試してみた
syumai
0
180
Flutterアプリ運用の現場で役立った監視Tips 5選
ostk0069
1
520
Featured
See All Featured
Context Engineering - Making Every Token Count
addyosmani
9
420
GitHub's CSS Performance
jonrohan
1032
470k
The Art of Programming - Codeland 2020
erikaheidi
56
14k
Bootstrapping a Software Product
garrettdimon
PRO
307
110k
Fashionably flexible responsive web design (full day workshop)
malarkey
407
66k
Optimizing for Happiness
mojombo
379
70k
Reflections from 52 weeks, 52 projects
jeffersonlam
355
21k
Become a Pro
speakerdeck
PRO
30
5.6k
Designing for humans not robots
tammielis
254
26k
Stop Working from a Prison Cell
hatefulcrawdad
273
21k
Side Projects
sachag
455
43k
Build The Right Thing And Hit Your Dates
maggiecrowley
38
2.9k
Transcript
Statsd Measure anything
Measurement From Outside UI & API Internal API Core Measurement
Sending Statistics From System UI & API Internal API Core
Measurement
Statsd • Proposed by Etsy • No Standard/RFC (yet) •
Send data from within system • Least affect on performance • Metrics: Name, Value, Type over UDP
Metrics • Counter • Timing • Gauge • Set
Statsd App Statsd Backend Storage Metrics (UDP) Aggregate and Persist
UI API Core Statsd Service DB Carbon (Graphite) Custom Backend
UDP/TCP UDP • Faster, Lightweight • Unreliable • Connectionless TCP
• Slower • Reliable • Connection oriented
Statsd and Carbon (Graphite) App Statsd Carbon Metrics (UDP) Flush
every often (TCP)
Graphite Carbon Time Series Database Files Whisper Graphite (Web app)
Data Metrics via Carbon Protocol (text lines over TCP)