Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Web Capacity Analysis Tool (WCAT) Tutorial

I'm finding it very difficult to find any decent tutorials on how to get up and running with WCAT quickly. Does anyone have a link to a decent tutorial on it that they found useful when trying to get to grips with WCAT?

like image 326
Mr Grok Avatar asked Sep 27 '10 13:09

Mr Grok


3 Answers

For me the best thing that I used to get going with WCAT was to get their "sample" running, which tied to a base IIS installation with a single file.

Once I got that done, i found that the help documentation was very easy to understand, it is just the initial setup that was tricky.

Otherwise, this blog posting is pretty straightforward as well.

like image 120
Mitchel Sellers Avatar answered Oct 20 '22 02:10

Mitchel Sellers


Just another option that helped me getting into this:

Using the WCAT Fiddler Extension.

This extension automatically generates all the necessary files and also calls them for you.

If you want to understand what's going behind the scenes, a good starting point for me was to use Process Explorer to see which files the Fiddler extension generates and how it calls them.

like image 31
Uwe Keim Avatar answered Oct 20 '22 03:10

Uwe Keim


Somehow the WCAT Fiddler Extension was not working on my side and does not support POST so I decided to create my own. I shared the source code on github just incase your interested.

Here's the link: https://github.com/francischie/FiddlerWCAT

like image 2
Francis Avatar answered Oct 20 '22 03:10

Francis