]> git.ipfire.org Git - people/shoehn/ipfire.org.git/blobdiff - www/templates/stasy-stats-cpus.html
fireinfo: Display core count table and accumulated bogomips.
[people/shoehn/ipfire.org.git] / www / templates / stasy-stats-cpus.html
index 847423138dce0c447ea0bd0ad6d02c141e724726..e34fff2a3fda0186ca1ad6ada486deea7a3de109 100644 (file)
        <h3>{{ _("Speed") }}</h3>
        <p>
                {{ _("The average speed of all systems in the database is: <strong>%.2f MHz</strong>.") % average_speed }}
+               <br />
+               {{ _("All together, there are <strong>%s bogomips</strong> out there.") % locale.friendly_number(bogomips) }}
        </p>
        {{ modules.StasyTable(cpu_speeds) }}
 
+       <h3>{{ _("CPU cores counter") }}</h3>
+       <p>
+               {{ _("See a breakdown of the CPU cores that are installed on the IPFire systems.") }}
+       </p>
+       {{ modules.StasyCPUCoreTable(cpu_cores) }}
+
        <p class="links">
                <a href="cpuflags">{{ _("See statistics about common CPU flags") }}</a>
        </p>