Request monitor is enabled

but IIS > Worker Processes not showing the Current Requests

Can someone guide me on how can i make it work to view all HTTP requests? Thanks!
Request monitor is enabled

but IIS > Worker Processes not showing the Current Requests

Can someone guide me on how can i make it work to view all HTTP requests? Thanks!
Copyright © 2021 Jogjafile Inc.
The Current Requests only shows requests that are in progress. You need to check whether there is any request executing under the current application pool. It is usually used to check for broken or slow requests, or when requests take a long time to process. If you want to view all HTTP requests, You can try to use some tools to capture all request like network monitor and fiddler.