简体   繁体   中英

How to show application name in taskmanager when hosted in IIS

We have 3 .net core applications running in production. All the applications are hosted in IIS. When i verify TaskManager I have noticed memory spiked in one of the application. I wanted to find out which application is causing it. The taskmanager only shows process name as dotnet

在此处输入图片说明

Is there anyway to show actual application name in taskmanager?

In the Task Manager goto ' Details ' tab add the ' command line ' column to be displayed. This will show the dll (and the path) that is being hosted in the dotnet host process.

在详细信息选项卡中,假设您已按照https://docs.microsoft.com/zh-cn/aspnet/core/publishing/iis?tabs=aspnetcore2x设置应用程序池,则用户名列应显示应用程序池名称。

为此,我建议使用Process Explorer

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM