🛡️ Adversary MCP Server Dashboard
Generated: {{ metadata.generated_at | timestamp_to_datetime }}
Coverage: {{ metadata.hours_covered }} hours
Auto-refresh
5 seconds
10 seconds
15 seconds
30 seconds
1 minute
2 minutes
5 minutes
10 minutes
15 minutes
30 minutes
System Health
Database Size:
{{ metadata.db_size_bytes | format_size }}
Total Scans:
{{ scan_engine.total_scans }}
Cache Hit Rate:
{{ scan_engine.cache_hit_rate | percentage }}
MCP Tools Performance
{% for tool in mcp_tools %}
{{ tool.tool_name }}
Executions:
{{ tool.executions }}
Success Rate:
{{ tool.success_rate | percentage }}
Avg Duration:
{{ tool.avg_duration_ms | format_duration }}
Findings:
{{ tool.total_findings }}
{% endfor %}
CLI Commands Performance
{% for cmd in cli_commands %}
{{ cmd.command_name }}
Executions:
{{ cmd.executions }}
Success Rate:
{{ cmd.success_rate | percentage }}
Avg Duration:
{{ cmd.avg_duration_ms | format_duration }}
{% endfor %}
Scan Engine Analytics
Performance Breakdown
Threat Categories
{% for threat in threat_categories %}
{{ threat.category }}
{{ threat.severity }}
{{ threat.count }}
{% endfor %}
Cache Performance
{% for cache in cache_performance %}
{{ cache.cache_name }}
Hit Rate:
{{ cache.hit_rate | percentage }}
Size:
{{ cache.total_size_mb | format_size }}
Avg Access:
{{ cache.avg_access_time_ms | format_duration }}
{% endfor %}
Language Performance
{% for lang in language_performance %}
{{ lang.language }}
Scans:
{{ lang.scans }}
Avg Duration:
{{ lang.avg_duration_ms | format_duration }}
Threats Found:
{{ lang.threats_found }}
{% endfor %}