Web Capacity Analysis Tool (WCAT) is a lightweight HTTP load generation tool primarily designed to measure the performance of a web server within a controlled environment.
0
votes
3answers
82 views
Highest number of threads: Jmeter vs. WCat 6.3
I want to use the highest possible number of threads on single computer.
I tried JMeter and for me it's not enough. I have only few computers to use.
Is WCat generating higher number of threads which ...
0
votes
0answers
24 views
WCAT 6.1 for WCF DataService
I am using WCAT 6.1 for WCF DataService.
Is it possible to insert breakpoint in my code while executing WCAT script?
0
votes
1answer
99 views
WCAT request throttling
I am having an issue with my initial testing/configuration of WCAT 6.4 for IIS 7 on Windows Server 2008 Std. We're pretty new to WCAT so this might be a fairly naive question.
We are testing a web ...
0
votes
1answer
166 views
WCat throwing error from ubr file generated from WCat Scenario Creator
I used the WCat Scenario Creator (http://fiddler2wcat.codeplex.com/) to generate the scripts of many requests through a website.
I had to add the "port:8888;" to every request. Then, after the "All ...
1
vote
0answers
236 views
Load test randomization: How to set up WCAT to use different scenario for each virtual client?
I would like to run load test of one of POST action in my web application. The problem is that the action can be completed only if it receives unique email address in POST data. I generated wcat ...
2
votes
1answer
246 views
WCAT report.xsl invalid
WCAT from Microsoft is as simple as it promises to be. Running it on Windows 7 x64 is not that straight forward though. The included script file breaks and the XML transformation for the output ...
2
votes
0answers
185 views
WCAT : 404 Not Found in the log file
To make my load tests, I followed any WCAT tutorial:
1. Install IIS 6.0
2. Create 3 config file (Configuration, Script, Distribution) whose formats followed strictly to the tutorial.
3. Invoke these ...
1
vote
2answers
560 views
wcat for load testing asp.net website
I am new to load testing and i want to load test my asp.net web site. After doing some investigation I came across this tool wcat by Microsoft for load testing. To me it seems to be a stress tool for ...
0
votes
1answer
323 views
wcat follows redirects on port 80 even if default was set on 43xxx
I'm using IIS 7 and have a website deployed on port 43xxx. I'm trying to do a load test using wcat. I'm trying to access an URL /directaccess/ which in turn will return a status code of 302, do a ...
1
vote
1answer
148 views
Wcat and Jenkins (Hudson)
We have WCAT based load tests. Now we want to use Jenkins continuous integration tool. What we want to see is a trend graph of "requests/sec" metric.
I didn't find any suitable plugin in plugins page ...
2
votes
1answer
180 views
How to escape double quotes in a WCAT scenario file?
Using WCAT 6.3, I'd like to set an http header exactly like this including the double quotes around the ETag:
If-None-Match: "a52391cbf838cd1:0"
How do I escape the double quotes in the scenario ...
0
votes
1answer
626 views
Unexpected HTTP Status Codes using WCAT with NTLM
Does anyone know how to avoid WCAT recording unexpected "401 Unauthorized" HTTP Status codes when testing a web application that uses NTLM authentication? An example of the code I am using for a ...
2
votes
1answer
364 views
Detailed, per URL statistics in WCAT
I used to use MS's Homer tool for quick load testing. That tool was great - it had an easy-to-use UI and provided detailed reports on a per URL basis.
I'm now switching over to WCAT because Homer is ...
1
vote
1answer
843 views
WCAT returns 400 bad request for all requests?
I posted this in the IIS forums but there has been no replies. So I thought I would try here.
I was using WCAT 5.2 before and that worked ok. I'm trying to run both the client and server and IIS 7 on ...
1
vote
1answer
304 views
WCAT & TinyGet testing using HttpHandlers
I've searched on Google for an answer to this but there doesn't seem to be much information out there. Does anyone know if you can use WCAT and or TinyGet to test an asp.net application that uses ...
6
votes
3answers
7k views
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 ...
1
vote
4answers
1k views
Why can't I see WCAT traffic in fiddler?
I'm using WCAT to load test my app, and I want to see the traffic in fiddler.
When I run the WCAT script, it runs OK,but I don't see any of the traffic in fiddler... Do I need to configure fiddler to ...
0
votes
2answers
793 views
WCAT gives error: “must specify at least one of the following parameters -run, -update, -terminate, -showclients or -setclients”
When running WCAT on my windows XP machine via the commandline I get the following error:
error: must specify at least one of
the following parameters -run,
-update, -terminate, -showclients ...
0
votes
1answer
553 views
Unable to run WCAT against DotNetNuke with NTLM authentication
I have a ubr file setup to stress test an internal DotNetNuke site with WCAT:
transaction
{
id = "Intranet Home Page";
weight = 1000;
cookies{clear = true;}
sleep{delay = ...
0
votes
1answer
300 views
How do I assign a different IP address to each virtual client in WCAT
I need to simulate 200 unique users (Unique IP's) hitting a web server using the Microsoft Web Capacity Analysis Tool. I need to do this using 200 virtual clients. I have DNS pointing all 200 IPs at ...
0
votes
2answers
1k views
WCAT Problem
I am trying to stress test an ASP.Net MVC application using the WCAT tool. I get results when the WCAT client and controller are on the web server(localhost), but when I move the WCAT client to ...
1
vote
2answers
3k views
Anyone have a successful WCAT load test scenario using NTLM authentication?
The documentation provides a succinct example, and one that looks like it's missing a hop/pair anyway. When I set up a script to access a remote server and pattern my NTLM communication similarly, I ...
8
votes
7answers
8k views
Stress-testing ASP.NET/IIS with WCAT
I'm trying to setup a stress/load test using the WCAT toolkit included in the IIS Resources.
Using LogParser, I've processed a UBR file with configuration. It looks something like this:
...