C# Performance Counter - How to watching W3WP / Active Request? -


i want watch w3wp / active request c#.net, w3wp / active request invisible in visual studio 2010 ultimate's performance counter object.

how can watch active request @ real time c#? there different way?

as said here, best way follow requests/sec @ worker process level follow counter called requests /sec in category w3svc_w3wp. specify instance name following pattern pid_apppool_name or _total if don't know pid/apppoolname.


Comments

Popular posts from this blog

javascript - Count length of each class -

What design pattern is this code in Javascript? -

hadoop - Restrict secondarynamenode to be installed and run on any other node in the cluster -