I am stress testing an ASP.NET site on a server. as part of the stress test I am trying to know how many concurrent users the server can accept. according to the stress test I am getting time out requests when I reach a specific number of users (Let us say
50 users). but this is not generating any logs on the event viewer or IIS logs on the server... I am trying to catch this on the server logs (IIS or events viewer) like something to say Too many requests on server...etc
mmalaka
Member
82 Points
92 Posts
Detecting Time out on server
Mar 01, 2012 07:50 AM|LINK
Experts,
I am stress testing an ASP.NET site on a server. as part of the stress test I am trying to know how many concurrent users the server can accept. according to the stress test I am getting time out requests when I reach a specific number of users (Let us say 50 users). but this is not generating any logs on the event viewer or IIS logs on the server... I am trying to catch this on the server logs (IIS or events viewer) like something to say Too many requests on server...etc
Is this possible? Any advice Please
Thanks
kctt
Contributor
5130 Points
970 Posts
Re: Detecting Time out on server
Mar 05, 2012 01:53 AM|LINK
Maybe write code to check number of online users and redirect visitors when exceeding 50 users limit?
kattyjems
Member
120 Points
50 Posts
Re: Detecting Time out on server
Mar 07, 2012 07:36 AM|LINK
Hi,
There are lots many load testing tools are available.
You can refer them.
When your application gets creahed it'll append log into the event logs.