Disabling the IIS Response Time Module

You can disable the IIS Response Time module when you don't want to see end user transactions data for the IIS server.

Procedure

Complete the following steps to disable the IIS response time module:

  1. Open the command prompt in administrator mode.
  2. To stop IIS, run the following command:

    iisreset /stop

  3. Go to install_dir\qe\bin directory on the command prompt.
  4. To unregister Response Time module for IIS, complete the following steps:
    • To unregister response time module for IIS, run the following command:

      configdc unregisterdc rtmodule

    • To unregister all the components of data collector including the Response Time module, run the following command:

      configdc unregisterdc all

  5. To start IIS, run the following command:

    iisreset /start

Results

The IIS response time module is disabled.