搜索结果: "case-study"

共找到 26 个页面

Wiki Log

- Created raw: raw/articles/linux-server-load-case-study.md

- Created concepts: linux-server-load-case-study(同伴案例页)

- Created concepts: mysql-slow-query-case-study(同伴案例页)

- Created concepts: linux-api-performance-tuning-case-study(案例配套页,关联 7 个参考页)

- Updated: cpu-spike-troubleshooting-guide 添加 linux-api-performance-tuning-case-study 交叉引用

服务器性能五维排查 — CPU/内存/磁盘/网络/文件系统深度解析

- raw/articles/linux-server-load-case-study.md

详见 [[linux-server-load-case-study]](附完整命令序列和案例解读)。

| [[linux-server-load-case-study]] | 服务器负载过高排查案例 + Netflix 60 秒法 |

| [[linux-api-performance-tuning-case-study]] | Linux 系统调优实战(接口 500ms→100ms 全复盘) |

Wiki Index

- [[java-cpu-100-case-study]] — Java 应用 CPU 100% 排查实战(四步法 + 四大原因 + 真实案例)

- [[linux-api-performance-tuning-case-study]] — Linux 系统调优实战:接口 500ms→100ms 全复盘(CPU/内存/磁盘/网络/JVM/Docker)

- [[linux-server-load-case-study]] — 服务器负载过高排查案例实战:日志IO打满 / Netflix 60秒法 / 3 附加案例

- [[mysql-slow-query-case-study]] — MySQL 慢查询排查案例复盘:从 4.7s 到 23ms 的完整优化链路

CPU 飙高三命令排查法 — top → strace → /proc/PID/fd/ 实战

tags: [linux, performance, troubleshooting, case-study, debugging]

| [[linux-server-load-case-study]] | 服务器负载过高排查案例实战 |

- [[java-cpu-100-case-study]] — Java 应用 CPU 100% 排查案例(jstack + HashMap 死链 + Full GC)

Linux 服务器 CPU 飙高排查 — 完整方法论 + 应急响应实战

| [[linux-server-load-case-study]] | 负载过高排查案例实战(含 CPU 场景) |

| [[linux-api-performance-tuning-case-study]] | Linux 系统调优实战案例(CPU→JVM→网络全栈) |

- [[java-cpu-100-case-study]] — Java 应用 CPU 100% 排查实战(四步法 + 四大原因 + 真实案例)

运维工程师面试 50 题 — 经典 Linux/网络/数据库基础全覆盖

参见 [[mysql-slow-query-case-study]](4.7s→23ms 优化案例)和 [[mysql-performance-config]](性能调优配置)。

| [[mysql-slow-query-case-study]] | MySQL 慢查询优化案例 |

Linux Load Average 完全解读 — 内核原理 / 排查方法论 / 容器环境实战

参见 [[linux-server-load-case-study]] 获取完整实战案例。

| [[linux-server-load-case-study]] | 完整排查实战案例 |

服务器负载过高排查 — 案例实战 / Netflix 60 秒法 / 常见根因

tags: [linux, troubleshooting, performance, production, debugging, case-study]

sources: [raw/articles/linux-server-load-case-study.md]

Wiki Schema

- case-study: 实战案例分析

MySQL 性能调优 — 慢查询 / 锁分析 / 死锁排查 / 索引失效 / 深度分页 / 缓冲池 / 配置模板

- [[mysql-slow-query-case-study]] — MySQL 慢查询排查案例复盘(从 4.7s 到 23ms 的优化实战)

MySQL 慢查询排查案例复盘 — 从发现到根治的完整链路

tags: [mysql, database, performance, troubleshooting, case-study]

Jenkins + Ansible 集成实战 — CI/CD 配置管理流水线

tags: [devops, automation, case-study, deployment]

线上故障排查清单 — CPU/磁盘/内存/GC/网络 四维速查

| [[linux-server-load-case-study]] | 服务器负载排查案例实战 |

运维自动化脚本 5 件套 — 健康巡检/日志告警/MySQL备份/批量执行/服务守护

| [[linux-server-load-case-study]] | 服务器负载排查案例(脚本 1 巡检的实战延伸) |

JVM 容器 OOM 排障指南 — 堆外内存视角

- [[linux-api-performance-tuning-case-study]] — JVM 容器 cgroup 内存调优案例

K8s 下 Java 内存调优完整指南 — 预算模型、生产配置与治理体系

- [[linux-api-performance-tuning-case-study]] — JVM 容器 cgroup 调优案例

K8s 生产环境 10 大故障复盘 — 集群级灾难到应用级问题

tags: [kubernetes, troubleshooting, production, case-study, debugging]

Java 应用 CPU 100% 排查实战 — 从告警到代码行的四步法

tags: [linux, java, performance, troubleshooting, case-study, jvm]

Linux 系统调优实战 — 接口响应从 500ms 降到 100ms 全复盘

tags: [linux, performance, troubleshooting, case-study, production]

生产级 Linux 磁盘 IO 调优 — 从核心概念到实战落地

| [[linux-server-load-case-study]] | 负载过高案例实战(含日志 IO 案例) |

Linux 运维工程师 30 个高频命令速查手册

> 关联排查:[[linux-server-load-case-study]] — grep 在日志分析中的实战用法

Linux Load 高但 CPU 低的排查思路 — 系统化诊断流程

- [[linux-server-load-case-study]] — 服务器负载过高排查(Netflix 60 秒法)

Linux 海量文件删除指南 — find/perl/rsync/shred 四种方法对比

tags: [linux, command, performance, case-study, security, networking]

Linux 服务器性能排查实战手册 — 三板斧/案例/阈值/参数速查

- [[linux-server-load-case-study]] — 服务器负载过高排查

NFS 故障排查 SOP — 7 步法 / 6 类故障 / 实战案例

- [[linux-server-load-case-study]] — 服务器负载过高排查

TCP 连接数爆表:攻击还是 Bug 排查指南

tags: [networking, tcp, troubleshooting, linux, security, case-study]