Download profile data
To download the profile displayed in the flame graph, click Download get_app.
Profiler uses the following naming convention for the downloaded file:
profiler_[SERVICE_NAME]_[PROFILE_TYPE]_[FROM_DATE]_[TO_DATE]_[ZONE]_[VERSION].pb.gz
In this expression:
SERVICE_NAME
contains your Service selectionPROFILE_TYPE
contains your Profile type selectionFROM_DATE
andTO_DATE
contains your time-range specificationsZONE
contains your Zone selectionVERSION
contains your Version selection
Example: profiler_docdemo-service_HEAP_2018-04-22T20_25_31Z_2018-05-22T20_25_31Z_us-east1-c.pb.gz
To read the downloaded file, which is written in the
serialized protocol buffer (.pb
) format,
use the open source pprof
tool.