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

objective c - Deep Linking for iOS Apps which are not installed yet? -

Java 8 + Maven Javadoc plugin: Error fetching URL -

java - Unable to publish my application to WAS 7.0.0.29 on RAD 7.5.5.5 iFix1 -