GithubHelp home page GithubHelp logo

isabella232 / iisloganalytics Goto Github PK

View Code? Open in Web Editor NEW

This project forked from adystech/iisloganalytics

0.0 0.0 0.0 266 KB

A small console application to parse IIS logs for a period and generate analytics like page view trend, peak hour trend etc.

C# 100.00%

iisloganalytics's Introduction

IISLogAnalytics

A small console application to parse IIS logs for a period and generate a MS Excel spreadsheet with analytics like page view trend, peak hour trend etc.

This console application parses multiple IIS log files (many days, hours), and analysis them, and generates analytics. Currently implemented are:

  1. Concurrent Users, found using Little's Law. To get there tps (transactions per second) and average time for each request is also calculated. The concurrency window is configurable.

  2. Page visit Summary, it tracks all pages visited, and their Total Hits, response time metrics(Min(sec), Avg(sec), Max(sec), 90th-%(sec), Median(sec), Std. Deviation(sec)), and graphs.

  1. Daily summary, Top Pages - Visits Trend, Response Time(90%tile) Trend

  1. Hourly Analysis, Top Pages (so you can see which pages overlap over time), peak hour pages.

  2. URL parameters, if pages have a specifiec query parameter, that needs to be analyzed.

  3. Generic statistics, like total requests by various HTTP codes etc.

Pre-Req: needs office 2010+, reference: Microsoft.Office.Interop.Excel 14.0.0.0, office 14.0.0.0

iisloganalytics's People

Contributors

mvadu avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.