Cache Metrics

Cache Performance Monitoring und Statistiken

{{ hit_rate }}%
Hit Rate
{{ hit_rate >= 80 ? 'Excellent' : (hit_rate >= 60 ? 'Good' : 'Needs Improvement') }}
{{ total_operations }}
Total Operations
Since startup
{{ avg_latency_ms }}ms
Average Latency
{{ avg_latency_ms <= 5 ? 'Fast' : 'Slow' }}
{{ total_size_mb }}MB
Total Cache Size
{{ active_drivers }} active drivers

Cache Health Status

{{ health_status|upper }}

Cache system efficiency rating: {{ efficiency_rating }}

{{ recommendations_count }} recommendations available for optimization.

Driver Statistics

Driver Hit Rate Operations Avg Latency Size (MB)
{{ driver }} {{ stats.hit_rate }}% {{ stats.operations }} {{ stats.avg_latency }}ms {{ stats.size }}MB

Real-time Metrics

Loading real-time data...

Cache Actions

View JSON API