Issue #11612 has been updated by Luke M.
Yes, mpsched -s will tell you the logical CPU count. You can tell if Hyperthreading is turned on by the kernel parameter lcpu_attr. So if lcpu_attr == 1 then you can just divide logical core count by 2 to get physical core count. It is good to hear that your code handles both version of machinfo. I have no other servers which would display a different format of the command. ---------------------------------------- Bug #11612: add facter support for ia 11.31 hpux processor discover and a bug fix for network interface https://projects.puppetlabs.com/issues/11612#change-76849 Author: hongbo hu Status: Merged - Pending Release Priority: Normal Assignee: Category: library Target version: 1.6.15 Keywords: facter hpux Branch: https://github.com/puppetlabs/facter/pull/232 Affected Facter version: 1. add cpu information support to facter support HPUX 11.31 IA64 2. when server has mc-sg the network card has standby lan card marked with '*' ,when run faster ,it'll show ifconfig no such interface error pull requre at github https://github.com/puppetlabs/facter/pull/127 I'll add more feature for hp and aix -- You have received this notification because you have either subscribed to it, or are involved in it. To change your notification preferences, please click here: http://projects.puppetlabs.com/my/account -- You received this message because you are subscribed to the Google Groups "Puppet Bugs" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/puppet-bugs?hl=en.
