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
Steth Network Inspection
Search
UnitedStack
April 10, 2016
Technology
0
63
Steth Network Inspection
UnitedStack
April 10, 2016
Tweet
Share
Other Decks in Technology
See All in Technology
20250913_JAWS_sysad_kobe
takuyay0ne
2
250
dbt開発 with Claude Codeのためのガードレール設計
10xinc
2
1.3k
プラットフォーム転換期におけるGitHub Copilot活用〜Coding agentがそれを加速するか〜 / Leveraging GitHub Copilot During Platform Transition Periods
aeonpeople
1
240
Apache Spark もくもく会
taka_aki
0
140
未経験者・初心者に贈る!40分でわかるAndroidアプリ開発の今と大事なポイント
operando
6
750
現場で効くClaude Code ─ 最新動向と企業導入
takaakikakei
1
260
Bedrock で検索エージェントを再現しようとした話
ny7760
2
110
Django's GeneratedField by example - DjangoCon US 2025
pauloxnet
0
160
LLM時代のパフォーマンスチューニング:MongoDB運用で試したコンテキスト活用の工夫
ishikawa_pro
0
170
品質視点から考える組織デザイン/Organizational Design from Quality
mii3king
0
210
AWSで始める実践Dagster入門
kitagawaz
1
750
OCI Oracle Database Services新機能アップデート(2025/06-2025/08)
oracle4engineer
PRO
0
180
Featured
See All Featured
Dealing with People You Can't Stand - Big Design 2015
cassininazir
367
27k
A Tale of Four Properties
chriscoyier
160
23k
Docker and Python
trallard
46
3.6k
Connecting the Dots Between Site Speed, User Experience & Your Business [WebExpo 2025]
tammyeverts
8
530
Practical Tips for Bootstrapping Information Extraction Pipelines
honnibal
PRO
23
1.4k
The Web Performance Landscape in 2024 [PerfNow 2024]
tammyeverts
9
810
It's Worth the Effort
3n
187
28k
Build your cross-platform service in a week with App Engine
jlugia
231
18k
For a Future-Friendly Web
brad_frost
180
9.9k
Put a Button on it: Removing Barriers to Going Fast.
kastner
60
4k
The Myth of the Modular Monolith - Day 2 Keynote - Rails World 2024
eileencodes
26
3k
JavaScript: Past, Present, and Future - NDC Porto 2020
reverentgeek
52
5.6k
Transcript
None
A network inspection tool for OpenStack. Steth
• 问题 • 归纳 • ⾃自动化 • 实现 • 愿景
问题
⼀一句话形容我的⼼心情 谁在乎,我的⼼心⾥里有多苦
虚拟机获取不到IP 公⺴⽹网IP不通 ⺴⽹网卡性能有问题 ⺴⽹网卡⼦子接⼝口有问题 交换机配置有问题 ⺴⽹网卡MTU有问题 ⺴⽹网桥配置有问题 ⺴⽹网卡Bond有问题
虚拟机获取不到IP 公⺴⽹网IP不通 ⺴⽹网卡性能有问题 ⺴⽹网卡⼦子接⼝口有问题 交换机配置有问题 ⺴⽹网卡MTU有问题 ⺴⽹网桥配置有问题 ⺴⽹网卡Bond有问题 抓包分析 配置检查
从⼀一张拓扑图说起
None
归纳
• 分析数据路径 • 抓包和发包 • 检查⺴⽹网卡和⺴⽹网桥关联 • 检查⺴⽹网卡配置 • 检查交换机配置
• 分析数据路径 • 抓包和发包 • 检查⺴⽹网卡和⺴⽹网桥关联 • 检查⺴⽹网卡配置 • 检查交换机配置
⾃自动化
实现
None
• Controller 通⽤用、简单
• RPC中间件 并发、同步、⾮非阻塞、易部署
• 发包 interface 报⽂文类型和内容 scapy
• 抓包 interface filter pypcap 报⽂文解析
• 提供易维护的OpenStack⺴⽹网络 • 提供可能的故障原因和解决思路 • 适应不同的⺴⽹网络部署⽅方案 愿景
https://github.com/openstack/steth https://launchpad.net/steth #openstack-steth
None
None