0

Is there any way to analyse .gwprof file (got it from guidewire profiler).

Background- I am performance testing guidewire application, and using guidewire profiler for monitoring the batch process and REST API's. I need to get the statistics from .gwprof file but unable to open that.

Nikhil
  • 393
  • 1
  • 6
  • 25

3 Answers3

0

Please refer to the Analysis documentation for importing datapoint data from third party sources and what the file format needs to be for the import to be successful.

James Pulley
  • 5,606
  • 1
  • 14
  • 14
0

Once you have gathered profiler data in .gwprof file, you can open it from server tools (Shift + Alt + T):

Guidewire Profiler -> Profiler Analysis -> Saved File

There you can import saved file to analyse, in opposition to working with data gathered on this particular instance.

radekbaranowski
  • 366
  • 4
  • 5
0

You can open the gwprof file in any version of IntelliJ Idea or Guidewire Studio if you have the IntelliJ Profiler plugin installed. This plugin provides additional capabilities like searching by stack or frame, advanced sorting and expanding frames to get better visibility, search by keyword or SQL query/table name. It also has the auto-analysis capability to detect common anti-patterns.

The plugin zip is available on the Guidewire Marketplace and can be downloaded for free with a partner/customer account. You can go to the Guidewire Marketplace and search for "Profile Analysis Tool for Guidewire Applications" or contact your Guidewire representative.

Abhijay Kumar
  • 385
  • 5
  • 15