Stats
Total Registered Hosts ${stat['total_hosts']}
Total Registered Devices ${stat['registered_devices']}
Total bogomips ${stat["bogomips_total"]}
Total processors ${stat["cpus_total"]}
Total MHz ${stat["cpu_speed_total"]}

Archs

ArchCount% of total
${arch.platform} ${arch.cnt} ${'%.1f' % (float(arch.cnt) / total_hosts * 100) } %

OS

${OS.os} ${OS.cnt} ${'%.1f' % (float(OS.cnt) / total_hosts * 100) } %

Runlevel

${rl.runlevel} ${rl.cnt} ${'%.1f' % (float(rl.cnt) / total_hosts * 100) } %

Language

${lang.language} ${lang.cnt} ${'%.1f' % (float(lang.cnt) / total_hosts * 100) } %

Vendor

${vendor.vendor} ${vendor.cnt} ${'%.1f' % (float(vendor.cnt) / total_hosts * 100) } %

Model

${system.system.split(' Not')[0].split(' To be')[0].split('System Version')[0]} ${system.cnt} ${'%.1f' % (float(system.cnt) / total_hosts * 100) } %

RAM

${mem[0]} ${mem[1]} ${'%.1f' % (float(mem[1]) / total_hosts * 100) } %

Swap

${mem[0]} ${mem[1]} ${'%.1f' % (float(mem[1]) / total_hosts * 100) } %

CPU

Speed (MHz)
${cpu_speed[0]} ${cpu_speed[1]} ${'%.1f' % (float(cpu_speed[1]) / total_hosts * 100) } %
Number of CPUs
${num_cpus.num_cpus} ${num_cpus.cnt} ${'%.1f' % (float(num_cpus.cnt) / total_hosts * 100) } %
CPU Vendor
${cpu_vendor.cpu_vendor} ${cpu_vendor.cnt} ${'%.1f' % (float(cpu_vendor.cnt) / total_hosts * 100) } %
Bogomips
${bogomips[0]} ${bogomips[1]} ${'%.1f' % (float(bogomips[1]) / total_hosts * 100) } %

Kernel

${kernel_version.kernel_version} ${kernel_version.cnt} ${'%.1f' % (float(kernel_version.cnt) / total_hosts * 100) } %

Form Factor

${formfactor.formfactor} ${formfactor.cnt} ${'%.1f' % (float(formfactor.cnt) / total_hosts * 100) } %

Selinux

SELinux Enabled
${enabled.enabled} ${enabled.count} ${'%.1f' % (float(enabled.count) / total_hosts * 100) } %
SELinux Enforce
${enforce.enforce} ${enforce.count} ${'%.1f' % (float(enforce.count) / total_hosts * 100) } %
SELinux Policy
${policy.policy} ${policy.count} ${'%.1f' % (float(policy.count) / total_hosts * 100) } %

Filesystems

${filesystems.fs_type} ${filesystems.cnt} ${'%.1f' % (float(filesystems.cnt) / float(stat["total_fs"]) * 100) } %
Filesystems size
${combined_fs_size[0]} ${combined_fs_size[1]} ${'%.1f' % (float(combined_fs_size[1]) / float(stat["total_fs"]) * 100) } %