c# - Access performance counter programmatically in Microsoft Azure web app -


is possible access cpu, ram , asp.net requests performance counter web app via api? when call using system.diagnostics.performancecounter.nextvalue method exception:

access registry key 'global' denied.  

i have seen examples web roles, nothing websites.

according this microsoft article not supported on azure websites:

windows performance counter collection isn’t supported on azure website

you can monitor cpu usuage , memory working set using monitor tab in old management portal or directly on website "blade" using new portal. maybe can these data out programatically using microsoft.windowsazure.management.websites


Comments

Popular posts from this blog

css - SVG using textPath a symbol not rendering in Firefox -

Java 8 + Maven Javadoc plugin: Error fetching URL -

order - Notification for user in user account opencart -