${_("Total Registered Hosts")} | ${stat['total_hosts']} |
---|---|
${_("Active Hosts")} | ${total_active_hosts} ${_('Last 90 days')} |
${_("Total Registered Devices")} | ${stat['registered_devices']} |
${_("Total bogomips")} | ${stat["bogomips_total"]} |
${_("Total processors")} | ${stat["cpus_total"]} |
${_("Total MHz")} | ${stat["cpu_speed_total"]} |
${_('Below Stats are based on active hosts, not total hosts')}
${_("Arch")} | ${_("Count")} | ${_("% of total")} | |||
---|---|---|---|---|---|
${arch.platform} | ${arch.cnt} | ${'%.1f' % (float(arch.cnt) / total_active_hosts * 100) } % |
${OS.os} | ${OS.cnt} | ${'%.1f' % (float(OS.cnt) / total_active_hosts * 100) } % |
---|
${rl.runlevel} | ${rl.cnt} | ${'%.1f' % (float(rl.cnt) / total_active_hosts * 100) } % |
---|
${lang.language} | ${lang.cnt} | ${'%.1f' % (float(lang.cnt) / total_active_hosts * 100) } % |
---|
${vendor.vendor} | ${vendor.cnt} | ${'%.1f' % (float(vendor.cnt) / total_active_hosts * 100) } % |
---|
${system.system.split(' Not')[0].split(' To be')[0].split('System Version')[0]} | ${system.cnt} | ${'%.1f' % (float(system.cnt) / total_active_hosts * 100) } % |
---|
${mem[0]} | ${mem[1]} | ${'%.1f' % (float(mem[1]) / total_active_hosts * 100) } % |
---|
${mem[0]} | ${mem[1]} | ${'%.1f' % (float(mem[1]) / total_active_hosts * 100) } % |
---|
${_("Speed (MHz)")} | |||||
---|---|---|---|---|---|
${cpu_speed[0]} | ${cpu_speed[1]} | ${'%.1f' % (float(cpu_speed[1]) / total_active_hosts * 100) } % | |||
${_("Number of CPUs")} | |||||
${num_cpus.num_cpus} | ${num_cpus.cnt} | ${'%.1f' % (float(num_cpus.cnt) / total_active_hosts * 100) } % | |||
${_("CPU Vendor")} | |||||
${cpu_vendor.cpu_vendor} | ${cpu_vendor.cnt} | ${'%.1f' % (float(cpu_vendor.cnt) / total_active_hosts * 100) } % | |||
${_("Bogomips")} | |||||
${bogomips[0]} | ${bogomips[1]} | ${'%.1f' % (float(bogomips[1]) / total_active_hosts * 100) } % |
${kernel_version.kernel_version} | ${kernel_version.cnt} | ${'%.1f' % (float(kernel_version.cnt) / total_active_hosts * 100) } % |
---|
${formfactor.formfactor} | ${formfactor.cnt} | ${'%.1f' % (float(formfactor.cnt) / total_active_hosts * 100) } % |
---|
${_("SELinux Enabled")} | |||||
---|---|---|---|---|---|
${enabled.enabled} | ${enabled.cnt} | ${'%.1f' % (float(enabled.cnt) / total_active_hosts * 100) } % | |||
${_("SELinux Enforce")} | |||||
${enforce.enforce} | ${enforce.cnt} | ${'%.1f' % (float(enforce.cnt) / total_active_hosts * 100) } % | |||
${_("SELinux Policy")} | |||||
${policy.policy} | ${policy.cnt} | ${'%.1f' % (float(policy.cnt) / total_active_hosts * 100) } % |
${filesystems.fs_type} | ${filesystems.cnt} | ${'%.1f' % (float(filesystems.cnt) / float(stat["total_fs"]) * 100) } % | |||
---|---|---|---|---|---|
${_("Filesystem size")} | |||||
${combined_fs_size[0]} | ${combined_fs_size[1]} | ${'%.1f' % (float(combined_fs_size[1]) / float(stat["total_fs"]) * 100) } |
${myth_systemrole.myth_systemrole} | ${myth_systemrole.cnt} | ${'%.1f' % (float(myth_systemrole.cnt) / total_active_hosts * 100) } % |
---|
${mythremote.mythremote} | ${mythremote.cnt} | ${'%.1f' % (float(mythremote.cnt) / total_active_hosts * 100) } % |
---|
${myththeme.myththeme} | ${myththeme.cnt} | ${'%.1f' % (float(myththeme.cnt) / total_active_hosts * 100) } % |
---|