Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. Web Development
  3. ISAPI Filter

ISAPI Filter

Scheduled Pinned Locked Moved Web Development
windows-adminperformancequestiondiscussion
2 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • E Offline
    E Offline
    ethayer
    wrote on last edited by
    #1

    I'm writing code to capture ASP performance data such as response time, etc. One very important piece of data I require is the actual processor time used by the specific IIS thread handling the ASP execution. Any thoughts on the best manner to obtain this? Ed Thayer

    H 1 Reply Last reply
    0
    • E ethayer

      I'm writing code to capture ASP performance data such as response time, etc. One very important piece of data I require is the actual processor time used by the specific IIS thread handling the ASP execution. Any thoughts on the best manner to obtain this? Ed Thayer

      H Offline
      H Offline
      Heath Stewart
      wrote on last edited by
      #2

      Yeah, use the Performance Monitor application / MMC snap-in (depending on the version of Windows) with the many various ASP counters. On most systems, you can type perfmon to get started. Add the counters you're interested in, and you're set. BTW, writing an ISAPI filter would definitely not be the right way. Generally, you want to write the counters into the code which will be monitored. This isn't to say that the counters should be right there, intruding in all source lines, but they should be integrated. There are some great articles and examples of this in the .NET documentation. The practices apply to most implementations and platforms (if not all).

      Reminiscent of my younger years...

      10 LOAD "SCISSORS" 20 RUN

      1 Reply Last reply
      0
      Reply
      • Reply as topic
      Log in to reply
      • Oldest to Newest
      • Newest to Oldest
      • Most Votes


      • Login

      • Don't have an account? Register

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • World
      • Users
      • Groups