Please enable JavaScript.
Coggle requires JavaScript to display documents.
DevOps故障排除 (第1章 (快速的定位問題分類, 團隊排除問題方式, 溝通方式), 第5章 (無法連線 (ifconfig (網路配置),…
DevOps故障排除
第1章
快速的定位問題分類
團隊排除問題方式
溝通方式
第5章
無法連線
ethtool
ifconfig
網路配置
route
路由
DHCP
nslookup
dns確認
traceroute
telnet
連線,端口確認
nmap
遠端端口確認
netstat
本機端口確認
iptables
連線速度慢
DNS
traceroute
iftop
分析頻寬使用
封包協議分析
tcpdump
wireshark
第2章
量測性能指標
cpu
ram
io
依據指標分析問題
第3章
linux啟動流程
第4章
磁碟相關問題處理