取Sitecore的缓存详细(Fetch Sitecore Cache Details)

2019-11-05 12:12发布

我有需要获取缓存细节,其中包括一项要求:

分析当前的系统缓存,其中包括CDN设置,支持HTML,数据缓存等与缓存的无效建议。

我需要像Windows应用程序的非Sitecore的应用实例Sitecore的细节缓存。

怎么样才能使Sitecore的实例详细非Sitecore的应用程序的选项

什么都投入我应该向非Sitecore的应用以获得Sitecore的实例的详细信息。

非Sitecore的应用程序将被用来作为一种工具,其获取像管道Sitecore的应用(Sitecore的实例)的详细信息,工作流,高速缓存等。

您的帮助将不胜感激。

提前致谢。

Answer 1:

管理工具 Sitecore的提供了一个基本的缓存监测页面。 /sitecore/admin/cache.asp和许多其他工具看到/sitecore/admin/

性能计数器您可以使用Windows性能计数器:看https://sitecorebasics.wordpress.com/2014/10/25/sitecore-8-0-performance-counters/

在Azure应用程序的洞察力看到https://doc.sitecore.com/developers/91/sitecore-experience-management/en/configure-application-insights-post-deployment.html

日志文件中大量的信息是在日志文件中, http://sitecore-community.github.io/docs/documentation/Sitecore%20Fundamentals/Logging/或Azure应用程序的见解https://doc.sitecore.com/developers/ 91 / Sitecore的体验管理/ EN / analytics.html

自定义管理页面 ,您可以方便地与你想要监控的细节创建自己的管理页面。 对于缓存,你可以在你的代码中使用Sitecore.Caching.CacheManager。

Sitecore的事件与管道 Sitecore的是易与自定义代码扩展,还可以方便地添加额外的日志记录到你的Windows应用程序。 通过订阅事件https://sitecore-community.github.io/docs/pipelines-and-events/events/或增加额外的工艺管道。 http://sitecore-community.github.io/docs/pipelines-and-events/pipelines/



文章来源: Fetch Sitecore Cache Details