Finding out all active regions (named) for a given DataCache
-
2012년 3월 4일 일요일 오전 9:40
Hi
I'm Trying to monitor who is creating regions and putting entries to my Appfabric cache, But as I noticed so far, there is no way of calling a cache region if I don't know it's name. Am I wrong?
모든 응답
-
2012년 3월 4일 일요일 오후 2:16중재자
Windows Azure AppFabric Cache does not support regions at all. As for monitoring capabilities, it has some limited abilities (you can read about them here) I would recommend application logging to understand cache usage
- 답변으로 제안됨 Yaniv RodenkiModerator 2012년 3월 5일 월요일 오후 1:41
- 답변으로 표시됨 Eran SharvitMicrosoft Contingent Staff, Owner 2012년 3월 5일 월요일 오후 3:46
-
2012년 3월 6일 화요일 오전 11:48
Hi
I'm using Microsoft.ApplicationServer.Caching
http://msdn.microsoft.com/en-us/library/ff425062(v=ws.10).aspx
that has regions,
am I in the right forum?
-
2012년 3월 6일 화요일 오후 1:51중재자
The main question is where the cache is being hosted (both implementations use the same namespace). If it
is Azure cache, you do not have regions. If you are using the Windows Server
AppFabric cache, you can use this powershell cmdlet: get-cacheregion -
2012년 3월 7일 수요일 오전 6:42
Is there a way to programatically loop though several cache names and get all of thier regions?
cmdlet only displays cache regions on the screen running in a different process (an only from withing the server)
I need an opportunity to get this data and process it and display it remotly
-
2012년 3월 10일 토요일 오후 8:40중재자
You might like to try looking in to this thread:
http://social.msdn.microsoft.com/Forums/en-US/velocity/thread/2df6b4c8-d877-4fa1-9acb-e836e5798b20/

