1. 前言 nginx模块五花八门,直接用dnf或yum安装的话会少了很多乐趣,这边我又看上了一个 nginx-module-vts 监控模块,这里把安装过程记录下来,以便以后安装用到。 2. 安装 libunwind-devel dnf install libunwind-devel 3. 安装 gperftools 优化nginx内存管理 git clone https://github.com/gperftools/gperftools.git ./configure --enable-frame-point…