Skip to content

Small IIS profiler for web requests using IHttpModule

License

Notifications You must be signed in to change notification settings

gamingrobot/Serpentine

Repository files navigation

Serpentine

Build status codecov

Small IIS profiler for web requests using IHttpModule

Installation

  1. Download/Unzip latest Release
  2. Run .\install-module.ps1 in PowerShell as Administrator
  3. Look at the pretty metrics

Features

  • Measures Request/Handler Time
  • Measures Response Size
  • Adds metrics to html pages

Html Data

  • Adds metrics to headers

Headers

Server Timing

Limitations

  • Metrics are per IIS Worker Process (Only an issue if you have changed Maximum Worker Processes in the AppPool settings)
  • IIS Integrated Pipeline only

Requirements

  • IIS 7 or higher
  • .NET Framework 4.6.2

About

Small IIS profiler for web requests using IHttpModule

Resources

License

Stars

Watchers

Forks

Packages

No packages published