Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有没有办法查看 Azure 缓存(预览版)使用了多少内存?我不太清楚使用什么序列化方法(二进制、xml、json?)所以很难提供我的缓存对象需要多少内存。任何见解都非常受欢迎。
有人告诉我,但没有尝试过……性能计数器“AppFabric Caching:Host\Available Memory Percentage”可以为您提供可用的缓存量。从理论上讲,如果您要在角色实例之间分配它,您需要汇总数量以获得可用缓存大小的总数。
但实际上,您只想这样做以查看您是否经常遇到缓存限制并想知道您是否想要增加容量。缓存服务应在利用率增长时处理驱逐。
而且我相信缓存序列化是二进制的,但不要强迫我这样做。:)