--------------------
| From: "stiv hawk" <exped24 DeleteThis @hotmail.com>
| Subject: ISAPI Filter monitoring
| Date: Wed, 11 Aug 2004 21:31:55 +0200
| Lines: 15
| X-Priority: 3
| X-MSMail-Priority: Normal
| X-Newsreader: Microsoft Outlook Express 6.00.2800.1106
| X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106
| Message-ID: <OH9WyE9fEHA.140 DeleteThis @TK2MSFTNGP12.phx.gbl>
| Newsgroups: microsoft.public.inetserver.iis
| NNTP-Posting-Host: dsl217-132-48-148.bb.netvision.net.il 217.132.48.148
| Path: cpmsftngxa06.phx.gbl!TK2MSFTNGP08.phx.gbl!TK2MSFTNGP12.phx.gbl
| Xref: cpmsftngxa06.phx.gbl microsoft.public.inetserver.iis:314357
| X-Tomcat-NG: microsoft.public.inetserver.iis
|
|
| Hey All,
|
| using windown 2000 server with iis 5.0 installed
|
| used a dll as ISAPI Filter on one of my website
|
| does someone know any tool or program, that i can chek the dll ISAPI
filter,
| as memory usage, cpu, etc...
|
| Thanks you all
|
| stiv.
|
|
|
Hell Stiv,
on Windows 2000 ISAPI Filters are all loded into the memory address space
of the INETINFO.EXE process.
You can monitor the memory usage of the INETINFO.EXE process but there is
not a simple method of knowing what the memory usage a specific ISAPI
filter is unless it is keeping track of this information and exposing it to
you in either a log file or perfmon counter.( unlikley)
Again you can track the %Processor time of the specific threads in the
INETINFO.EXE process but there is no simple method of tracking if the
threads are using a lot of the CPU time from calls from a specific ISAPI
filter.
More information on ISAPI filters are availble from:-
<a style='text-decoration: underline;' href="http://msdn.microsoft.com/library/default.asp?url=/library/en-us/iissdk/iis/" target="_blank">http://msdn.microsoft.com/library/default.asp?url=/library/en-us/iissdk/iis/</a>
iis_isapi_filters.asp
One method may be to monitor these resources with and without the ISAPI
filter installed and compare the difference.
HTH,
Andrew Pasco<!-- ~MESSAGE_AFTER~ -->
>> Stay informed about: ISAPI Filter monitoring