Welcome to HostingForumz.com!
FAQFAQ      ProfileProfile    Private MessagesPrivate Messages   Log inLog in

Very large value for Time-taken in IIS log files

 
   Web Hosting Problem Solving Community! (Home) -> IIS RSS
Next:  IIS 6.0 Hang  
Author Message
prasan

External


Since: Oct 04, 2004
Posts: 3



(Msg. 1) Posted: Mon Oct 04, 2004 5:39 pm
Post subject: Very large value for Time-taken in IIS log files
Archived from groups: microsoft>public>inetserver>iis (more info?)

Hi
We are experiencing some problem with IIS 5.0.(slowness in the site) We
have enabled IIS logs. For some request Time-taken value in IIS log file
exceed 60 min mark. Any reason for this ? Also we have noted down in IIS logs
some request duplicating it self with some large value for Time-taken.
This is only happening in one web server, other web server's
response time is very good.

 >> Stay informed about: Very large value for Time-taken in IIS log files 
Back to top
Login to vote
johndoe1

External


Since: Mar 18, 2004
Posts: 11



(Msg. 2) Posted: Tue Oct 05, 2004 6:43 am
Post subject: Re: Very large value for Time-taken in IIS log files [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Is this in a web hosting environemnet (e.g. hosting multiple websites)
or an intranet?
Do the long requests happen randomly or maybe there is a pattern. E.g.
Long requests happen on a certain domain, a certain page or when using a
special isapi filter
Do you have PHP installed on the server? If you have php installed and
enabled on the server check your logs to make sure it is not trying to load
a module that does not exist or that it does not have permission to access.


"Prasan" <Prasan.DeleteThis@discussions.microsoft.com> wrote in message
news:01DF19E6-D75B-4A6F-85D0-6086D6830126@microsoft.com...
 > Hi
 > We are experiencing some problem with IIS 5.0.(slowness in the site) We
 > have enabled IIS logs. For some request Time-taken value in IIS log file
 > exceed 60 min mark. Any reason for this ? Also we have noted down in IIS
 > logs
 > some request duplicating it self with some large value for Time-taken.
 > This is only happening in one web server, other web server's
 > response time is very good.
 ><!-- ~MESSAGE_AFTER~ -->

 >> Stay informed about: Very large value for Time-taken in IIS log files 
Back to top
Login to vote
prasan

External


Since: Oct 04, 2004
Posts: 3



(Msg. 3) Posted: Tue Oct 05, 2004 9:05 am
Post subject: Re: Very large value for Time-taken in IIS log files [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Thanks for the reply.
This is web hosting env. It hosts only one web app at the moment. Large
value occur randomly. For example out of 15000 requests 250 requests would
have very large value( more than 30 min) and some rquests are duplicating( we
can see same page have accessed at the same time by the same user/client with
very high time-taken value.). As I mentioned we have two web servers this is
only happenig in one web server. Both servers have same HW/SW. This is a
ASP/COM+ application. Any help??
 >> Stay informed about: Very large value for Time-taken in IIS log files 
Back to top
Login to vote
johndoe1

External


Since: Mar 18, 2004
Posts: 11



(Msg. 4) Posted: Wed Oct 06, 2004 5:42 am
Post subject: Re: Very large value for Time-taken in IIS log files [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Well you may have your work cut out for you - Sort of.
If it were me and I had the time to kill i would start off by checking
for file access problems using a free tool called ntfilemon.
<a style='text-decoration: underline;' href="http://www.sysinternals.com/ntw2k/source/filemon.shtml" target="_blank">http://www.sysinternals.com/ntw2k/source/filemon.shtml</a>
This is a very valuable tool for troubleshooting file access problems. With
a situation where you are not able to replciate the problem scenario this
will take alot longer. ntfilemon has a logging option for this.
Secondly if time is not an option or you are ntfilemon is unable to
reveal anything useful you must begin by comparing the "real" differences
betweenthe setups. I understand you said they are the same but 10+ years of
working with numerous computers and operating systems has taught me that
despite identical installs it is very easily possible for installations to
be different.
Start by comparing
services that are running,
Running processes and applications.
Installed Software, etc
ISAPI filters. (asp/asp.net, caching software, accelerators)

Also restating the obvious but sometimes overlooked it is important to
check the event viewer to see if IIS or the custom COM component is logging
any related messages. if the COM component is a 3rd party component you may
seek both technical support and/or upgrades if they are available




"Prasan" <Prasan.DeleteThis@discussions.microsoft.com> wrote in message
news:C37F3D8F-8F8D-4470-AA3E-2AA5480E554B@microsoft.com...
 > Thanks for the reply.
 > This is web hosting env. It hosts only one web app at the moment. Large
 > value occur randomly. For example out of 15000 requests 250 requests would
 > have very large value( more than 30 min) and some rquests are
 > duplicating( we
 > can see same page have accessed at the same time by the same user/client
 > with
 > very high time-taken value.). As I mentioned we have two web servers this
 > is
 > only happenig in one web server. Both servers have same HW/SW. This is a
 > ASP/COM+ application. Any help??
 ><!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: Very large value for Time-taken in IIS log files 
Back to top
Login to vote
prasan

External


Since: Oct 04, 2004
Posts: 3



(Msg. 5) Posted: Thu Oct 07, 2004 10:25 am
Post subject: Re: Very large value for Time-taken in IIS log files [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Thanks John for your support.
Actually we found one extra Site Minder ISAPI filter in trubled machine.
we got rid of that, that reduced the no of requests with large values.
Also we suspect Netegrity also playing some roles here. Because sometime
when we login to the site, it takes lot of time to authenticate the user.


"johndoe@driver.net" wrote:

 > Well you may have your work cut out for you - Sort of.
 > If it were me and I had the time to kill i would start off by checking
 > for file access problems using a free tool called ntfilemon.
<font color=purple> > <a style='text-decoration: underline;' href="http://www.sysinternals.com/ntw2k/source/filemon.shtml</font" target="_blank">http://www.sysinternals.com/ntw2k/source/filemon.shtml</font</a>>
 > This is a very valuable tool for troubleshooting file access problems. With
 > a situation where you are not able to replciate the problem scenario this
 > will take alot longer. ntfilemon has a logging option for this.
 > Secondly if time is not an option or you are ntfilemon is unable to
 > reveal anything useful you must begin by comparing the "real" differences
 > betweenthe setups. I understand you said they are the same but 10+ years of
 > working with numerous computers and operating systems has taught me that
 > despite identical installs it is very easily possible for installations to
 > be different.
 > Start by comparing
 > services that are running,
 > Running processes and applications.
 > Installed Software, etc
 > ISAPI filters. (asp/asp.net, caching software, accelerators)
 >
 > Also restating the obvious but sometimes overlooked it is important to
 > check the event viewer to see if IIS or the custom COM component is logging
 > any related messages. if the COM component is a 3rd party component you may
 > seek both technical support and/or upgrades if they are available
 >
 >
 >
 >
 > "Prasan" <Prasan.TakeThisOut@discussions.microsoft.com> wrote in message
 > news:C37F3D8F-8F8D-4470-AA3E-2AA5480E554B@microsoft.com...
  > > Thanks for the reply.
  > > This is web hosting env. It hosts only one web app at the moment. Large
  > > value occur randomly. For example out of 15000 requests 250 requests would
  > > have very large value( more than 30 min) and some rquests are
  > > duplicating( we
  > > can see same page have accessed at the same time by the same user/client
  > > with
  > > very high time-taken value.). As I mentioned we have two web servers this
  > > is
  > > only happenig in one web server. Both servers have same HW/SW. This is a
  > > ASP/COM+ application. Any help??
  > >
 >
 >
 ><!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: Very large value for Time-taken in IIS log files 
Back to top
Login to vote
johndoe1

External


Since: Mar 18, 2004
Posts: 11



(Msg. 6) Posted: Sat Oct 09, 2004 1:08 pm
Post subject: Re: Very large value for Time-taken in IIS log files [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Glad to see you were able to identify and eliminate some of the
problems. Hope you are able to resolve everything


"Prasan" <Prasan.DeleteThis@discussions.microsoft.com> wrote in message
news:CE858008-76DB-4185-B31C-F380B8F05A6D@microsoft.com...
 > Thanks John for your support.
 > Actually we found one extra Site Minder ISAPI filter in trubled machine.
 > we got rid of that, that reduced the no of requests with large values.
 > Also we suspect Netegrity also playing some roles here. Because sometime
 > when we login to the site, it takes lot of time to authenticate the user.
 >
 >
 > "johndoe@driver.net" wrote:
 >
  >> Well you may have your work cut out for you - Sort of.
  >> If it were me and I had the time to kill i would start off by
  >> checking
  >> for file access problems using a free tool called ntfilemon.
<font color=green>  >> <a style='text-decoration: underline;' href="http://www.sysinternals.com/ntw2k/source/filemon.shtml</font" target="_blank">http://www.sysinternals.com/ntw2k/source/filemon.shtml</font</a>>
  >> This is a very valuable tool for troubleshooting file access problems.
  >> With
  >> a situation where you are not able to replciate the problem scenario this
  >> will take alot longer. ntfilemon has a logging option for this.
  >> Secondly if time is not an option or you are ntfilemon is unable to
  >> reveal anything useful you must begin by comparing the "real" differences
  >> betweenthe setups. I understand you said they are the same but 10+ years
  >> of
  >> working with numerous computers and operating systems has taught me that
  >> despite identical installs it is very easily possible for installations
  >> to
  >> be different.
  >> Start by comparing
  >> services that are running,
  >> Running processes and applications.
  >> Installed Software, etc
  >> ISAPI filters. (asp/asp.net, caching software, accelerators)
  >>
  >> Also restating the obvious but sometimes overlooked it is important
  >> to
  >> check the event viewer to see if IIS or the custom COM component is
  >> logging
  >> any related messages. if the COM component is a 3rd party component you
  >> may
  >> seek both technical support and/or upgrades if they are available
  >>
  >>
  >>
  >>
  >> "Prasan" <Prasan.DeleteThis@discussions.microsoft.com> wrote in message
  >> news:C37F3D8F-8F8D-4470-AA3E-2AA5480E554B@microsoft.com...
   >> > Thanks for the reply.
   >> > This is web hosting env. It hosts only one web app at the moment.
   >> > Large
   >> > value occur randomly. For example out of 15000 requests 250 requests
   >> > would
   >> > have very large value( more than 30 min) and some rquests are
   >> > duplicating( we
   >> > can see same page have accessed at the same time by the same
   >> > user/client
   >> > with
   >> > very high time-taken value.). As I mentioned we have two web servers
   >> > this
   >> > is
   >> > only happenig in one web server. Both servers have same HW/SW. This is
   >> > a
   >> > ASP/COM+ application. Any help??
   >> >
  >>
  >>
  >><!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: Very large value for Time-taken in IIS log files 
Back to top
Login to vote
Display posts from previous:   
   Web Hosting Problem Solving Community! (Home) -> IIS All times are: Pacific Time (US & Canada) (change)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum



[ Contact us | Terms of Service/Privacy Policy ]