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
Sponsored
·
SiteGround - Reliable hosting with speed, security, and support you can count on.
→
Farzad Ghanei
December 03, 2014
Programming
120
0
Share
Statsd
Presented in SamMedia
Farzad Ghanei
December 03, 2014
More Decks by Farzad Ghanei
See All by Farzad Ghanei
PHP Testing and Mocking
farzadghanei
0
130
PHP memory management and garbage collection
farzadghanei
1
290
Some of the ways of gathering information
farzadghanei
0
210
Concurrency in Python
farzadghanei
2
10k
Introduction to StatsD
farzadghanei
0
220
Other Decks in Programming
See All in Programming
仕様漏れ実装漏れをなくすトレーサビリティAI基盤のご紹介
orgachem
PRO
8
3.7k
コードレビューをしない選択 #でぃーぷらすトウキョウ
kajitack
3
1.2k
条件判定に名前、つけてますか? #phperkaigi #c
77web
2
880
Codex の「自走力」を高める
yorifuji
0
1.3k
Symfonyの特性(設計思想)を手軽に活かす特性(trait)
ickx
0
110
Nuxt Server Components
wattanx
0
220
Claude Codeログ基盤の構築
giginet
PRO
7
3.8k
AIと共にエンジニアとPMの “二刀流”を実現する
naruogram
0
110
LM Linkで(非力な!)ノートPCでローカルLLM
seosoft
0
280
最初からAWS CDKで技術検証してもいいんじゃない?
akihisaikeda
4
180
AI 開発合宿を通して得た学び
niftycorp
PRO
0
180
見せてもらおうか、 OpenSearchの性能とやらを!
shunta27
1
160
Featured
See All Featured
Highjacked: Video Game Concept Design
rkendrick25
PRO
1
330
How to Think Like a Performance Engineer
csswizardry
28
2.5k
SEO in 2025: How to Prepare for the Future of Search
ipullrank
3
3.4k
Public Speaking Without Barfing On Your Shoes - THAT 2023
reverentgeek
1
350
Put a Button on it: Removing Barriers to Going Fast.
kastner
60
4.2k
The Straight Up "How To Draw Better" Workshop
denniskardys
239
140k
Leadership Guide Workshop - DevTernity 2021
reverentgeek
1
260
We Are The Robots
honzajavorek
0
210
Making Projects Easy
brettharned
120
6.6k
The Limits of Empathy - UXLibs8
cassininazir
1
280
Efficient Content Optimization with Google Search Console & Apps Script
katarinadahlin
PRO
1
440
Design in an AI World
tapps
0
180
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)