gamingrobot / Serpentine

Small IIS profiler for web requests using IHttpModule

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:MIT License


Languages

Language:JavaScript 81.6%Language:C# 15.8%Language:HTML 1.5%Language:PowerShell 0.9%Language:CSS 0.2%Language:ASP 0.0%