开发者

App Fabric Cache Monitor

开发者 https://www.devze.com 2023-04-02 05:19 出处:网络
With the App Fabric Cache there are limits to the number of transactions per hour. Is there any way to monitor this? Firstly for testing, to find out how much cache we will need, and primarily so we d

With the App Fabric Cache there are limits to the number of transactions per hour. Is there any way to monitor this? Firstly for testing, to find out how much cache we will need, and primarily so we don't hit the limit and have the site go down because we can't access the cach开发者_Python百科e any more.


yes, you can use the Azure Application Manager as explained in this blogpost: http://blogs.msdn.com/b/appfabric/archive/2011/06/20/introducing-windows-azure-appfabric-applications.aspx

there are some opensource tools available on codeplex as well: http://www.codeplex.com/site/search?query=azure%20monitor&ac=3

i usually stick to the azure provided tools..


At the moment there is nothing in the management portal or in any in of the APIs that you can use to determine how many transactions you've used against the cache in any given hour (or how many connections you're using, the other limiting factor when using app fabric cache).

If this is particularly important you might try building a wrapper around cache access and use a scalable counter which increments every time you perform a transaction.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号