Hello All,
We need to get the 'Hyper Thread' from inventory device property from Flexera agent.
There is an attribute named 'Thread'. Are they same thing? If not, is there anyway we can get the 'Hyper Thread' from the agent?
Thanks a lot.
May 31, 2022 02:16 PM
Here's is a description of the Threads property on inventory device records (as per the page at https://docs.flexera.com/fnms/EN/WebHelp/index.html#topics/Dev-Hardware_tab.html😞
This value is:
- For a physical inventory device, the total number of threads available across all processor cores
- For a virtual inventory device, the number of threads or logical processors (virtual processors) assigned to the device
- For an inventory device record representing Oracle Database running in Amazon Relational Database Service (RDS), the CPU count returned by Oracle in inventory.
Hopefully this information allows you to compare against the specific definition of the data that you're looking for.
May 31, 2022 09:49 PM
The term 'HyperThreading' means that the operating system can address more than one virtual (logical) core for each physical core in a processor.
In other words: With 'HyperThreading', the number of threads becomes greater than the number of cores.
Basically, you have to compare the number of cores with the number of threads reported by your Inventory system for the same device.
Jun 01, 2022 02:23 AM
There are also some processors simply not supporting simultaneous multithreading (SMT).
Jun 03, 2022 07:11 AM