How CPU core count , cpu core thread and cpu count is calculated for Nutanix Host [cmdb_ci_nutanix_host] via DiscoveryIssue <!-- /*NS Branding Styles*/ --> .ns-kb-css-body-editor-container { p { font-size: 12pt; font-family: Lato; color: #000000; } span { font-size: 12pt; font-family: Lato; color: #000000; } h2 { font-size: 24pt; font-family: Lato; color: black; } h3 { font-size: 18pt; font-family: Lato; color: black; } h4 { font-size: 14pt; font-family: Lato; color: black; } a { font-size: 12pt; font-family: Lato; color: #00718F; } a:hover { font-size: 12pt; color: #024F69; } a:target { font-size: 12pt; color: #032D42; } a:visited { font-size: 12pt; color: #00718f; } ul { font-size: 12pt; font-family: Lato; } li { font-size: 12pt; font-family: Lato; } img { display: ; max-width: ; width: ; height: ; } } How CPU core count , cpu core thread and cpu count is calculated for Nutanix Host [cmdb_ci_nutanix_host] via Discovery. Release<!-- /*NS Branding Styles*/ --> .ns-kb-css-body-editor-container { p { font-size: 12pt; font-family: Lato; color: #000000; } span { font-size: 12pt; font-family: Lato; color: #000000; } h2 { font-size: 24pt; font-family: Lato; color: black; } h3 { font-size: 18pt; font-family: Lato; color: black; } h4 { font-size: 14pt; font-family: Lato; color: black; } a { font-size: 12pt; font-family: Lato; color: #00718F; } a:hover { font-size: 12pt; color: #024F69; } a:target { font-size: 12pt; color: #032D42; } a:visited { font-size: 12pt; color: #00718f; } ul { font-size: 12pt; font-family: Lato; } li { font-size: 12pt; font-family: Lato; } img { display: ; max-width: ; width: ; height: ; } } No Release required Resolution<!-- /*NS Branding Styles*/ --> .ns-kb-css-body-editor-container { p { font-size: 12pt; font-family: Lato; color: #000000; } span { font-size: 12pt; font-family: Lato; color: #000000; } h2 { font-size: 24pt; font-family: Lato; color: black; } h3 { font-size: 18pt; font-family: Lato; color: black; } h4 { font-size: 14pt; font-family: Lato; color: black; } a { font-size: 12pt; font-family: Lato; color: #00718F; } a:hover { font-size: 12pt; color: #024F69; } a:target { font-size: 12pt; color: #032D42; } a:visited { font-size: 12pt; color: #00718f; } ul { font-size: 12pt; font-family: Lato; } li { font-size: 12pt; font-family: Lato; } img { display: ; max-width: ; width: ; height: ; } } The Calculation of attributes specific to Nutanix Host(cmdb_ci_nutanix_host) is as follows : When we collect system information, we use a few simple calculations to make the results clear and meaningful. 1. Hypervisor type If the system is running on KVM, we call it AHV.If it’s running on VMware, we call it ESX.This helps standardize the platform names. 2. CPU cores per processor Formula: (Total CPU cores) ÷ (Number of CPUs)Example: If a server has 16 cores and 2 CPUs → 16 ÷ 2 = 8 cores per CPU. 3. CPU threads per processor Formula: (Total CPU threads) ÷ (Number of CPUs)Example: If a server has 32 threads and 2 CPUs → 32 ÷ 2 = 16 threads per CPU. 4. CPU name We take the official name from the manufacturer and clean it up so only the readable part is displayed.Example: Instead of "Intel(R) Xeon(R) CPU E5-2670", we display just "Xeon CPU E5-2670". 5. CPU speed Formula: (Speed in Hz) ÷ 1,000,000 = MHzExample: 2,600,000,000 Hz → 2,600 MHz.Rounded to a whole number for simplicity. 6. System RAM Formula: (Total memory in bytes) ÷ (1024 × 1024) = MBExample: 16,777,216,000 bytes → 16,000 MB (≈16 GB). In short:We divide values to get “per CPU” numbers, clean up manufacturer text for readability, and convert large raw numbers (like Hz or bytes) into more user-friendly units (MHz for speed, MB/GB for memory). Pattern: Nutanix Components Step 18: Transform the All_host table All calculations for these fields or population are taken care of by this step, with OOTB calculation logic in place