Reputation: 2370
Hoping some could direct me to a tool that i can use to monitor azure caching performance.
This MSDN article above describes how the Azure management portal presents "Current Size", "Peak Size(this month/last year)". But I'm after more detailed information.
I'm currently investigating Cerebrata's Windows Azure Powershell Cmdlets.
Upvotes: 0
Views: 891
Reputation: 71030
As the MSDN article states, you'll need to work through the portal to create and monitor your cache. There are currently no API calls for monitoring a cache, which also means there are no Powershell cmdlets (which are built upon the various REST API's).
Upvotes: 1