上一主题: 进程名称下一主题: 套接字度量标准


限制检测配置

您可以配置对进程或可执行文件目标组的检测。

注意:有关限制检测的详细信息,请参阅“配置检测”。

introscope.agent.dotnet.monitorApplications

指定要检测的进程和应用程序。

选项

不支持完全限定路径。 请仅使用应用程序可执行文件的进程映像名称。 名称区分大小写,且必须与报告给 Windows 进程管理的名称精确匹配。

默认
w3wp.exe,aspnet_wp.exe
示例
introscope.agent.dotnet.monitorApplications=w3wp.exe,aspnet_wp.exe,dllhost.exe

introscope.agent.dotnet.monitorAppPools

指定要检测的应用程序池。

选项

取消注释此属性,并指定要检测的 IIS 应用程序池。

默认

"NULL","DefaultAppPool","AppPool1","AppPool2"

示例
#introscope.agent.dotnet.monitorAppPools= "NULL","DefaultAppPool","AppPool1","AppPool2"
注释