Viewing Performance Metrics
Performance Metrics
Edgemesh® Client collects various performance data to power analytics and trend analysis in the Edgemesh® backend. However, if you want to integrate this data with other systems or customize its usage, the Edgemesh® client provides access to all the collected data through the metrics
namespace.
The metrics
namespace in Edgemesh® Client exposes the collected data, allowing you to access and utilize it as needed. This data includes metrics such as page load time, network timing, resource timing, and more.
By leveraging the metrics
namespace, you can integrate the performance data with other systems, create custom analytics solutions, or feed the data into existing analytics platforms for comprehensive performance monitoring and analysis.
Integrating Edgemesh® performance data with your existing systems can provide deeper insights into your website's performance, enable better optimization strategies, and enhance your overall monitoring capabilities.
Cache Statistics
In addition to performance data, Edgemesh® also provides aggregated cache statistics that can be accessed using the getStats
method. This allows you to retrieve information about the cache utilization and effectiveness.
The getStats
method, available in the Edgemesh® Client, provides access to cache-related statistics, such as the number of cached resources, cache hit rate, cache size, and more. These statistics offer valuable insights into the efficiency of the caching mechanism and can help optimize your website's performance.
By leveraging the getStats
method, you can programmatically retrieve cache statistics and utilize them in your own analytics or monitoring systems. This enables you to have a deeper understanding of how the Edgemesh® cache is performing and make data-driven decisions to improve caching efficiency.
Integrating Edgemesh® cache statistics into your existing monitoring or analytics infrastructure can enhance your overall caching strategy, optimize resource delivery, and improve the overall performance of your website.
See Using Edgemesh® Data in Other Workflows for more information.