Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

README.md

应用程序狂打日志案例

Linux 性能优化实战》第 26 篇案例。

案例场景:

  • 应用程序疯狂打印日志导致磁盘 I/O 瓶颈
  • 等待 I/O 的 CPU 使用率(iowait%)过高

构建 Docker 镜像

make build

运行案例应用

make run

停止应用

make clean