-
Posted to
IIS7 - Performance
by
mukhtard
on
10-14-2009, 9:35 PM
Dirk,
Try running it manually, the following link explains how to go about doing it:
http://blogs.iis.net/mukhtard/archive/2009/03/16/troubleshooting-wcat-web-capacity-analysis-tool-problems.aspx
Thanks,
Mukhtar Desai
IIS Performance Team
-
Posted to
FastCGI Handler
by
mukhtard
on
09-01-2009, 2:49 PM
Yes, we fixed the licensing issue.
Thanks,
Mukhtar Desai
IIS Performance Team
-
Posted to
Performance
by
mukhtard
on
06-26-2009, 2:32 PM
Sukhjeet,
Use the WCAT scripts from the following blog post:
http://blogs.iis.net/mukhtard/archive/2009/04/02/sample-wcat-script-files.aspx
and run WCAT manually as per:
http://blogs.iis.net/mukhtard/archive/2009/03/16/troubleshooting-wcat-web-capacity-analysis-tool-problems.aspx
Let me know if this works.
Thanks,
Mukhtar Desai
IIS ...
-
Posted to
Performance
by
mukhtard
on
06-25-2009, 2:21 PM
Sukhjeet,
Can you give me the exact error you are seeing? Can you ping your server, by IP and hostname?
Thanks,
Mukhtar Desai
IIS Performance Team
-
Posted to
IIS7 - Performance
by
mukhtard
on
06-17-2009, 8:54 PM
Hi,
To understand the difference between thread usage in IIS6 and IIS7 please take a look at the following article from one of my ASP.NET colleague:
http://blogs.msdn.com/tmarq/archive/2007/07/21/asp-net-thread-usage-on-iis-7-0-and-6-0.aspx
Regards to grouping apps, you don't want to group heavily used sites into one group, you would want to ...
-
Posted to
IIS7 - Performance
by
mukhtard
on
06-15-2009, 10:04 PM
Hi,
Katerina asked me look into your issue.
You mention all your sites are identical, can you give more information about them?
Do your sites interact with a database, if yes, have you tried to figure out if you are not blocked on some database query when things slow down?
The major reason behind our recommendation of using a single application ...
-
Posted to
Performance
by
mukhtard
on
05-06-2009, 8:53 PM
Ivan,
The actual syntax for post data is:
body = <post.txt>;
--OR--
postdata = <post.txt>;
Make sure that post data file can be found by the WCAT client. You can specify a fully qualified or a relative path for the post data file.
Regards to your 32K limit theory, that is incorrect. We use in memory buffers so make sure you have ...
-
Posted to
Web Platform Installer
by
mukhtard
on
04-25-2009, 5:47 PM
Pablo,
The publicly available PHP bits for windows are all x86. Check http://windows.php.net or http://www.php.net. Performance wise, x86 PHP should in theory be as fast as x64, so it shouldn't matter what processor architecture bits you have got.
Thanks,
Mukhtar Desai
IIS Performance Team
-
Posted to
IIS 7 - Troubleshooting
by
mukhtard
on
04-03-2009, 2:31 PM
This is not a WCAT issue, you will have to fix the perfmon issue first, once that is resolved WCAT should be able to read and report performance counters. In perfmon, do you not see any counters or are you missing some specific counters? If it is specific counter(s) there is a chance it would be a known issue related to the product that installs ...
-
Posted to
General
by
mukhtard
on
04-02-2009, 5:06 PM
Sundar,
What status codes are your requests returning?
Can you request the same URL that you specify in your WCAT client scenario file from your client machine, what error do you see?
Can you check the IIS logs on the web server and see what happened with your request and what status code is being send back by the server?
Thanks,
Mukhtar ...