ngx_google_perftools_module 模块 (0.6.29) 支持使用 Google Performance Tools 分析 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 始终是文件名的一部分,并附加到文件名的末尾,后跟一个点。