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

ISAPI Filter monitoring

 
   Web Hosting Problem Solving Community! (Home) -> IIS RSS
Next:  Dedicated Nics/Web Addresses  
Author Message
exped24

External


Since: Aug 11, 2004
Posts: 3



(Msg. 1) Posted: Thu Aug 12, 2004 12:31 am
Post subject: ISAPI Filter monitoring
Archived from groups: microsoft>public>inetserver>iis (more info?)

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.

 >> Stay informed about: ISAPI Filter monitoring 
Back to top
Login to vote
apasc

External


Since: Sep 02, 2004
Posts: 28



(Msg. 2) Posted: Thu Sep 23, 2004 4:44 am
Post subject: RE: ISAPI Filter monitoring [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

--------------------
| 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 
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 ]