模块 ngx_google_perftools_module

Example Configuration
Directives
     google_perftools_profiles

该模块 (0.6.29) 允许使用Google Performance Toolsngx_google_perftools_module对 nginx 工作进程进行分析 。该模块适用于 nginx 开发人员。

该模块不是默认构建的,需要通过 --with-google_perftools_module 配置参数启用。

该模块需要 gperftools库。

配置示例

google_perftools_profiles /path/to/profile;

配置文件将存储为 /path/to/profile.<worker_pid>.

指令

句法: google_perftools_profiles file;
默认:
语境: main

设置保存 nginx 工作进程分析信息的文件名。工作进程的 ID 始终是文件名的一部分,并附加到文件名末尾的点之后。