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
56
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
69
Architecting Failovers
peter_juritz
0
73
Open Virtualization Format
peter_juritz
0
110
Other Decks in Programming
See All in Programming
DartASTとその活用
sotaatos
2
120
FlutterKaigi 2025 システム裏側
yumnumm
0
1k
HTTPじゃ遅すぎる! SwitchBotを自作ハブで動かして学ぶBLE通信
occhi
0
240
flutter_kaigi_2025.pdf
kyoheig3
1
300
「正規表現をつくる」をつくる / make "make regex"
makenowjust
1
400
CloudflareのSandbox SDKを試してみた
syumai
0
140
Promise.tryで実現する新しいエラーハンドリング New error handling with Promise try
bicstone
2
440
KoogではじめるAIエージェント開発
hiroaki404
1
480
Inside of Swift Export
giginet
PRO
1
560
What’s Fair is FAIR: A Decentralised Future for WordPress Distribution
rmccue
0
170
MCPサーバー「モディフィウス」で変更容易性の向上をスケールする / modifius
minodriven
8
1.4k
Rails Girls Sapporo 2ndの裏側―準備の日々から見えた、私が得たもの / SAPPORO ENGINEER BASE #11
lemonade_37
2
130
Featured
See All Featured
Mobile First: as difficult as doing things right
swwweet
225
10k
The Straight Up "How To Draw Better" Workshop
denniskardys
239
140k
Leading Effective Engineering Teams in the AI Era
addyosmani
9
1.1k
jQuery: Nuts, Bolts and Bling
dougneiner
65
8k
"I'm Feeling Lucky" - Building Great Search Experiences for Today's Users (#IAC19)
danielanewman
231
22k
Dealing with People You Can't Stand - Big Design 2015
cassininazir
367
27k
Designing Dashboards & Data Visualisations in Web Apps
destraynor
231
54k
Music & Morning Musume
bryan
46
6.9k
Java REST API Framework Comparison - PWX 2021
mraible
34
9k
The MySQL Ecosystem @ GitHub 2015
samlambert
251
13k
How to Think Like a Performance Engineer
csswizardry
28
2.3k
Exploring the Power of Turbo Streams & Action Cable | RailsConf2023
kevinliebholz
36
6.1k
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!