{% extends "base.html" %} {% block content %}

Analysis

{{ job.name or job.replication_group_id }} — {{ total_commands|format_number }} commands captured

Query
{{ total_commands|format_number }}
Total Commands
{{ unique_keys|format_number }}
Unique Keys
{{ unique_patterns|format_number }}
Key Patterns
Reset

{% if group_by == 'key_pattern' %}Key Patterns{% elif group_by == 'key' %}Individual Keys{% elif group_by == 'shard' %}Shards{% elif group_by == 'command' %}Commands{% elif group_by == 'client_ip' %}Client IPs{% endif %}

results
{% if analysis_data %}
{% if group_by == 'key' %} {% endif %} {% if group_by in ['key_pattern', 'key', 'shard'] %} {% endif %}
{% if group_by == 'key_pattern' %}Pattern{% elif group_by == 'key' %}Key{% elif group_by == 'shard' %}Shard{% elif group_by == 'command' %}Command{% elif group_by == 'client_ip' %}Client IP{% endif %}
Shard
Count
% of Total
Size
Distribution
{% else %}

No data matches your filters

{% endif %}
{% if analysis_data %}

Distribution Chart

{% endif %}
{% endblock %}