February 2018
Beginner to intermediate
348 pages
9h 40m
English
This module interfaces the Google performance tools profiling mechanism for the Nginx worker processes. The tool generates a report based on performance analysis of the executable code. More information can be discovered from the official website of the project at https://code.google.com/archive/search?q=gperftools.
In order to enable this feature, you need to specify the path of the report file that will be generated using the google_perftools_profiles directive:
google_perftools_profiles logs/profiles;
Read now
Unlock full access