|
Home > Archive > IIS Server > February 2004 > Response time of IIS
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Response time of IIS
|
|
| Steffen Loringer 2004-02-04, 6:34 pm |
| Hi,
can write the Repsonse Time of the IIS into a logfile. I'm intrested in
the time from first request of a page till the page is completly send to
the client!
Thanks,
Steffen
| |
| Jerry III 2004-02-04, 9:34 pm |
| Is that a question? Yes, you can log the time-taken into an IIS log file.
But it will only log one request at a time, not the time from first request
through all other requests until the client loads each page completely (I
assume you mean including all the linked files such as images, styles,
script files and so on).
Jerry
"Steffen Loringer" <steffen.loringer@freenet.de> wrote in message
news:bvsrmq$vshec$1@ID-220178.news.uni-berlin.de...quote:
> Hi,
>
> can write the Repsonse Time of the IIS into a logfile. I'm intrested in
> the time from first request of a page till the page is completly send to
> the client!
>
> Thanks,
> Steffen
>
| |
| Dan Szepesi 2004-02-04, 11:34 pm |
| You probably want to look into a log analytics software package like
WebTrends to that kind of analysis. As inferred from the reply Jerry gave,
you would have to gather the time for each page, then sum them up.
As an alternative, you might try the IIS Log parser, which lets you run TSQL
commands against your log files. The command would not be too hairy - you
might even find examples out there. Basically, the parser treats each
column of data in the log file as a field, so you can select and group based
on other fields.
"Jerry III" <jerryiii@hotmail.com> wrote in message
news:uoQZvO96DHA.2644@TK2MSFTNGP11.phx.gbl...quote:
> Is that a question? Yes, you can log the time-taken into an IIS log file.
> But it will only log one request at a time, not the time from first
requestquote:
> through all other requests until the client loads each page completely (I
> assume you mean including all the linked files such as images, styles,
> script files and so on).
>
> Jerry
>
> "Steffen Loringer" <steffen.loringer@freenet.de> wrote in message
> news:bvsrmq$vshec$1@ID-220178.news.uni-berlin.de...
>
>
|
|
|
|
|