Giter Site home page Giter Site logo

webcampgit's Introduction

WebCampGit

A sample project used to mimic slowness in ASP.NET scenarios. This is used to test use-case and helpfulness of various diagnostic tools associated with ASP.NET for WebApps hosted in Azure App Service

Build Status

Contributing to this sample project

You can Fork this repo and then generate a standard GIT pull request by following the instructions here - https://help.github.com/articles/creating-a-pull-request-from-a-fork/. Before submitting a pull request make sure that your code works and that you have tested it on an Azure Web App

Stress Testing this App

There are many tools that exist on the net but my favorite is still TinyGet which is part of IIS 6.0 Resource Kit tools which you can download from https://www.microsoft.com/en-in/download/details.aspx?id=17275

A sample Stress Test File

Copy this content and move this to a batch file. Replace <yourwebApp> with the name of your Web App and feel free to add more URLs to this list

start cmd /k "c:\Program Files (x86)\IIS Resources\TinyGet\tinyget.exe" -srv:<yourwebApp>.azurewebsites.net -uri:/ -t -threads:5
start cmd /k "c:\Program Files (x86)\IIS Resources\TinyGet\tinyget.exe" -srv:<yourwebApp>.azurewebsites.net -uri:/SlowSql.aspx -t -threads:10
start cmd /k "c:\Program Files (x86)\IIS Resources\TinyGet\tinyget.exe" -srv:<yourwebApp>.azurewebsites.net -uri:/SlowPage.aspx -t -threads:5
start cmd /k "c:\Program Files (x86)\IIS Resources\TinyGet\tinyget.exe" -srv:<yourwebApp>.azurewebsites.net -uri:/YSOD.aspx -t -threads:1
start cmd /k "c:\Program Files (x86)\IIS Resources\TinyGet\tinyget.exe" -srv:<yourwebApp>.azurewebsites.net -uri:/TracePage.aspx -t -threads:2
start cmd /k "c:\Program Files (x86)\IIS Resources\TinyGet\tinyget.exe" -srv:<yourwebApp>.azurewebsites.net -uri:/ -t -threads:5
start cmd /k "c:\Program Files (x86)\IIS Resources\TinyGet\tinyget.exe" -srv:<yourwebApp>.azurewebsites.net -uri:/SlowSql.aspx -t -threads:10
start cmd /k "c:\Program Files (x86)\IIS Resources\TinyGet\tinyget.exe" -srv:<yourwebApp>.azurewebsites.net -uri:/SlowPage.aspx -t -threads:5
start cmd /k "c:\Program Files (x86)\IIS Resources\TinyGet\tinyget.exe" -srv:<yourwebApp>.azurewebsites.net -uri:/YSOD.aspx -t -threads:1
start cmd /k "c:\Program Files (x86)\IIS Resources\TinyGet\tinyget.exe" -srv:<yourwebApp>.azurewebsites.net -uri:/TracePage.aspx -t -threads:2

webcampgit's People

Contributors

puneetg1983 avatar puneet-gupta avatar motasem13 avatar

Watchers

James Cloos 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.