Skip to content

Latest commit

 

History

History
37 lines (25 loc) · 1.49 KB

File metadata and controls

37 lines (25 loc) · 1.49 KB

APP-Analytics-Performance

APP Analytics Performance is an Add-On for Fiddler to generate a report of application connections to API, validating access time and size of HTTP packets without requiring a change in backend or frontend.

Objectives

  • Check API response time.
  • Verify API being called exaggeratedly by the application.
  • Check average call length.
  • Get a real profile of the application's calls during common usage.

How to install

Add the "AppPerformance.dll" DLL to the "C:\Program Files(x86)\Fiddler2\Scripts" folder for Windows 64bits or "C:\Program Files\Fiddler2\Scripts" for Windows 32bits.

How to use

  1. Configure the Fiddler for your device.
  2. Open the APP Analytics Performance setup by opening the "Tools", "APP Analytics Performance" and "Config" menu.

Open config

  1. Enter the API base you want to report.

Config Window

  1. Click "Save".
  2. Start "APP Analytics Performance" from the "Tools" menu, "APP Analytics Performance" and "Run APP Analytics".
  3. Choose a location for the report file.
  4. Make use of the application for as long as you want.
  5. Stop "APP Analytics Performance".
  6. Open the file with the report.

Report File