{% from "macros/signature_startup_icons.html" import startup_crash_icon, potential_startup_crash_icon, potential_startup_window_crash_icon, plugin_crash_icon, browser_crash_icon %} {% if signature_stats %} {% endif %}

Operating System

show
{% for platform in query.facets.platform_pretty_version %} {% endfor %}
Operating System Count Percentage
{{ platform.term }} {{ platform.count }} {{ (100.0 * platform.count / query.total) | round(1) }}%

Product *

show
{% for product_facet in query.facets.product %} {% for version_facet in product_facet.facets.version %} {% endfor %} {% endfor %}
Product Version Count Percentage Installations (approx)
{{ product_facet.term }} {{ version_facet.term }} {{ version_facet.count }} {{ (100.0 * version_facet.count / product_version_total) | round(1) }}% {{ minimum(version_facet.facets.cardinality_install_time.value, version_facet.count) }}

Process Type

show
{% for process_type in query.facets.process_type %} {% endfor %}
Process Type Count Percentage
{{ process_type.term }} {{ process_type.count }} {{ (100.0 * process_type.count / query.total) | round(1) }}%

Mobile Devices

show
{% for device in query.facets.android_cpu_abi %} {% endfor %}
Manufacturer Model API Level CPU ABI Count Percentage
{{ device.manufacturer }} {{ device.model }} {{ device.version }} {{ device.cpu_abi }} {{ device.count }} {{ (100.0 * device.count / query.total) | round(1) }}%

Uptime Range

show
{% for uptime in query.facets.histogram_uptime %} {% endfor %}
Uptime Range Count Percentage
{{ uptime.term }} {{ uptime.count }} {{ (100.0 * uptime.count / query.total) | round(1) }}%

Architecture

show
{% for cpu_arch in query.facets.cpu_arch %} {% endfor %}
Architecture Count Percentage
{{ cpu_arch.term }} {{ cpu_arch.count }} {{ (100.0 * cpu_arch.count / query.total) | round(1) }}%

Graphics Adapter

show
{% for adapter in query.facets.adapter_vendor_id %} {% endfor %}
Vendor Adapter Count Percentage
{{ adapter.vendor }} {{ adapter.adapter }} {{ adapter.count }} {{ (100.0 * adapter.count / query.total) | round(1) }}%