# linux-perf-examples **Repository Path**: wops/linux-perf-examples ## Basic Information - **Project Name**: linux-perf-examples - **Description**: 《Linux 性能优化实战》案例 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-12-16 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 《Linux 性能优化实战》案例 极客时间专栏《[Linux 性能优化实战](https://time.geekbang.org/column/intro/140)》案例。 ![introduction](images/intro.jpg) ## 部分案例列表 * [应用程序 CPU 使用率过高案例](nginx-high-cpu/README.md) * [用户 CPU 使用率过高案例](nginx-short-process/README.md) * [iowait 使用率过高案例](high-iowait-process/README.md) ## 依赖环境 所有案例的编译运行都需要预先安装 Docker 以及必要的编译工具。以 Ubuntu 18.04 为例,可以运行以下命令来安装它们: ```sh sudo apt-get install docker.io build-essential ```