-
Posted to
IIS7 - Advanced Logging
by
bobbyv
on
11-02-2009, 1:44 PM
Sorry for the delayed response.
Advanced Logging will not help you with the problems you are experiencing since you are using the 'custom logging' option of the built-in IIS Logging feature. Advanced Logging and the built-in IIS Logging are separate features and function independently of each other.
To resolve your ...
-
Posted to
IIS7 - Advanced Logging
by
bobbyv
on
11-02-2009, 1:36 PM
Using Advanced Logging, you could also write your own custom module to insert the records on the fly using Real-time Logging. See http://learn.iis.net/page.aspx/581/advanced-logging-for-iis-70---real-time-logging for more information on how Real-time Logging works.
-
Posted to
IIS7 - Advanced Logging
by
bobbyv
on
10-20-2009, 1:53 PM
Yes, it will work with IIS 7.5.
-
Posted to
IIS7 - Advanced Logging
by
bobbyv
on
10-20-2009, 1:26 PM
No worries. We appreciate you using our product so feel free to ask any additional questions you may have.
-
Posted to
IIS7 - Advanced Logging
by
bobbyv
on
10-19-2009, 7:26 PM
Hi synapse,
I missed your question when you originally posted. I was reviewing your post to let you know that we just released the RTW version of Advanced Logging in case you wanted to check it out. Were you able to get your issue resolved by using a separate domain name?
To answer your question, if your log files are in separate ...
-
Posted to
IIS7 - Advanced Logging
by
bobbyv
on
10-19-2009, 7:09 PM
Yeah. We're not actually doing anything special with PerfCounters. We're merely querying for information and reporting back whatever gets returned. The events you're seeing seem to be 'warnings', as you mention.
Just to clarify, you were able to see actual values in your log files when your server was under ...
-
Posted to
IIS7 - Advanced Logging
by
bobbyv
on
10-19-2009, 4:39 PM
Hi jjy2, I apologize. You were correct when you were using a short. The pTraceEventItem->dwDataType will tell you how to cast the pTraceEventItem->pbData pointer. So in this case, you would want to cast the pTraceEventItem->pbData pointer as a pointer to a short (short *). To see the value (dereference the pointer), you would just ...
-
Posted to
IIS7 - Advanced Logging
by
bobbyv
on
10-19-2009, 3:20 PM
Thx Steve. I've filed this as a suggestion for a future version.
-
Posted to
IIS7 - Advanced Logging
by
bobbyv
on
10-16-2009, 4:33 PM
No. The correct counter would be "Requests / Sec" under object "W3SVC_W3WP" for instance "_Total".
Also, to verify these counters, its best to apply some load to your web server by making a few requests. These are live values so if there are no requests coming in, the perfCounter would have no data to report. ...
-
Posted to
IIS7 - Advanced Logging
by
bobbyv
on
10-16-2009, 4:25 PM
No, its not possible. You can probably infer it since we'll re-write the log headers when this happens but there are other reasons why the log headers would be re-written so this would not be completely accurate.