varmachineIdFilePath=flag.String("machine_id_file","/etc/machine-id,/var/lib/dbus/machine-id","Comma-separated list of files to check for machine-id. Use the first one that exists.")
varbootIdFilePath=flag.String("boot_id_file","/proc/sys/kernel/random/boot_id","Comma-separated list of files to check for boot-id. Use the first one that exists.")
funcgetClockSpeed(procInfo[]byte)(uint64,error){
// First look through sys to find a max supported cpu frequency.