All Tags ›
BIN input format (
RSS)
Sorry, but there are no more tags available to filter with.
-
Yep, that's possible, but you'll need to write a few lines of JScript for it. The basic idea is that you need to do delta's among records - the time spent by a page is the difference between the timestamp in the END event and the timestamp in the START event. Log Parser doesn't natively support calculating...
-
hi Gabriele. I'm using w2k3 Sp1 and you'r correct i where missing the IIS: WWW Server provider.. i just saw the url in the user data so I did't notice What i would like to archieve is to find the asp "urls" with the most CPU usage and Slowest URLs as well. (i guess that i only need the asp provider for...
-
What OS is this? If it's WS03 RTM, you should use DumpTraceReqs_RTM.js; DumpTraceReqs.js is for SP1 only. Also, if you're using DumpTraceReqs.js (SP1), the session needs to include the "IIS: WWW Server" provider events. That's where the 'requestURL' field comes from.
-
Hi I'm trying to get the sample script DumpTraceReqs.js to work.. i'm running it om an binary Event Trace log file (.etl) from an IIS ASP tracing session it fails with line: 70 char: 2 error: cannot find field "requestURL" in recordset [the parameter is incorrect] anyone have a clue.. i hoped it would...