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
Ganglia Overview
Search
Peter Juritz
June 03, 2013
Programming
0
55
Ganglia Overview
A brief overview of the components which make up the ganglia monitoring system.
Peter Juritz
June 03, 2013
Tweet
Share
More Decks by Peter Juritz
See All by Peter Juritz
See Spot Run
peter_juritz
1
68
Architecting Failovers
peter_juritz
0
72
Open Virtualization Format
peter_juritz
0
110
Other Decks in Programming
See All in Programming
NPOでのDevinの活用
codeforeveryone
0
880
“いい感じ“な定量評価を求めて - Four Keysとアウトカムの間の探求 -
nealle
2
11k
Flutterで備える!Accessibility Nutrition Labels完全ガイド
yuukiw00w
0
170
なぜ「共通化」を考え、失敗を繰り返すのか
rinchoku
1
670
High-Level Programming Languages in AI Era -Human Thought and Mind-
hayat01sh1da
PRO
0
850
Startups on Rails in Past, Present and Future–Irina Nazarova, RailsConf 2025
irinanazarova
0
210
おやつのお供はお決まりですか?@WWDC25 Recap -Japan-\(region).swift
shingangan
0
140
NEWT Backend Evolution
xpromx
1
120
Agentic Coding: The Future of Software Development with Agents
mitsuhiko
0
120
VS Code Update for GitHub Copilot
74th
2
670
Git Sync を超える!OSS で実現する CDK Pull 型デプロイ / Deploying CDK with PipeCD in Pull-style
tkikuc
4
310
「App Intent」よくわからんけどすごい!
rinngo0302
1
100
Featured
See All Featured
How STYLIGHT went responsive
nonsquared
100
5.6k
How to Create Impact in a Changing Tech Landscape [PerfNow 2023]
tammyeverts
53
2.9k
Code Reviewing Like a Champion
maltzj
524
40k
Writing Fast Ruby
sferik
628
62k
Building an army of robots
kneath
306
45k
Speed Design
sergeychernyshev
32
1k
ReactJS: Keep Simple. Everything can be a component!
pedronauck
667
120k
GraphQLとの向き合い方2022年版
quramy
49
14k
Visualizing Your Data: Incorporating Mongo into Loggly Infrastructure
mongodb
47
9.6k
Statistics for Hackers
jakevdp
799
220k
Balancing Empowerment & Direction
lara
1
440
Bash Introduction
62gerente
613
210k
Transcript
Ganglia Overview Peter Juritz
[email protected]
Overview Aimed at HPC environments Three main components : gmond
gmetad gweb Developed on Github
gmond Metric collection agent Written in C Accept and Send
channels UDP and TCP transports Send and collect intervals configurable (per metric) Extensible Module format (python + C)
gmetad Written in C (python impl is being worked on)
Two different modes (normal , “scalable”) Receives data , saves in RRDs Produces XML to requesting clients Oragnised in a tree: Grid => Cluster => Node
A note on RRDs Round robin database – old values
lost Multiple RRAs per rrd Format: RRA:AVERAGE:0.5:24:61 Important to think about size and scale - Do you REALLY need 1 value per second?
Ganglia-Web Written in PHP \o/ Can drill down from: overview->cluster->node-metric
Web frontend (also mobile version ) Good inspection functionality
STOP! DEMO TIME!