export const processors = [ { expandRow: false, status: true, name: 'Процессор №1', model: 'Core i5', serialNumber: '789578456698', version: 'v3.1.5', frequency: '2.4', cores: '4', presence_status: { multithreading: 'Нет', virtualization: 'Да', turbo: 'Да', }, statuses: { multithreading: false, virtualization: true, turbo: true, }, cache_1: { level: 'L1', max_value: '1MB', current_value: '1MB', cache_type: 'Unified', localization: 'Internal', politics: 'Write Back', associativity: '8-Way Set-Associativity', fix_type: 'Parity', }, cache_2: { level: 'L2', max_value: '32MB', current_value: '32MB', cache_type: 'Unified', localization: 'Internal', politics: 'Write Back', associativity: '8-Way Set-Associativity', fix_type: 'Multiple-bit ECC', }, cache_3: { level: 'L3', max_value: '64MB', current_value: '64MB', cache_type: 'Unified', localization: 'Internal', politics: 'Write Back', associativity: '8-Way Set-Associativity', fix_type: 'Multiple-bit ECC', }, description: { processor: '79', vendor_id: 'GenuineIntel', cpu_family: '6', model: '85', model_name: 'Intel(R) Xeon(R) Gold 6242R CPU @ 3.10GHz', stepping: '7', microcode: '0x5002f00', cpu_MHz: '2955.939', cache_size: '36608 KB', physical_id: '1', siblings: '40', core_id: '29', cpu_cores: '20', apicid: '123', initial_apicid: '123', fpu: 'yes', fpu_exception: 'yes', cpuid_level: '22', wp: 'yes', flags: 'fpu, vme, de, pse, tsc, pat, pse36....', bugs: 'spectre_v1 spectre_v2, spec_store_bypass', }, }, { expandRow: false, status: true, name: 'Процессор №2', model: 'Core i3', serialNumber: '425546788976', version: 'v2.1.5', frequency: '1.4', cores: '2', presence_status: { multithreading: 'Нет', virtualization: 'Да', turbo: 'Да', }, statuses: { multithreading: false, virtualization: true, turbo: true, }, cache_1: { level: 'L1', max_value: '1MB', current_value: '1MB', cache_type: 'Unified', localization: 'Internal', politics: 'Write Back', associativity: '8-Way Set-Associativity', fix_type: 'Parity', }, cache_2: { level: 'L2', max_value: '32MB', current_value: '32MB', cache_type: 'Unified', localization: 'Internal', politics: 'Write Back', associativity: '8-Way Set-Associativity', fix_type: 'Multiple-bit ECC', }, cache_3: { level: 'L3', max_value: '64MB', current_value: '64MB', cache_type: 'Unified', localization: 'Internal', politics: 'Write Back', associativity: '8-Way Set-Associativity', fix_type: 'Multiple-bit ECC', }, description: { processor: '79', vendor_id: 'GenuineIntel', cpu_family: '6', model: '85', model_name: 'Intel(R) Xeon(R) Gold 6242R CPU @ 3.10GHz', stepping: '7', microcode: '0x5002f00', cpu_MHz: '2955.939', cache_size: '36608 KB', physical_id: '1', siblings: '40', core_id: '29', cpu_cores: '20', apicid: '123', initial_apicid: '123', fpu: 'yes', fpu_exception: 'yes', cpuid_level: '22', wp: 'yes', flags: 'fpu, vme, de, pse, tsc, pat, pse36....', bugs: 'spectre_v1 spectre_v2, spec_store_bypass', }, }, { expandRow: false, status: false, name: 'Процессор №3', model: 'Core i7', serialNumber: '454555556698', version: 'v6.1.5', frequency: '3.4', cores: '6', presence_status: { multithreading: 'Нет', virtualization: 'Да', turbo: 'Да', }, statuses: { multithreading: false, virtualization: true, turbo: true, }, cache_1: { level: 'L1', max_value: '1MB', current_value: '1MB', cache_type: 'Unified', localization: 'Internal', politics: 'Write Back', associativity: '8-Way Set-Associativity', fix_type: 'Parity', }, cache_2: { level: 'L2', max_value: '32MB', current_value: '32MB', cache_type: 'Unified', localization: 'Internal', politics: 'Write Back', associativity: '8-Way Set-Associativity', fix_type: 'Multiple-bit ECC', }, cache_3: { level: 'L3', max_value: '64MB', current_value: '64MB', cache_type: 'Unified', localization: 'Internal', politics: 'Write Back', associativity: '8-Way Set-Associativity', fix_type: 'Multiple-bit ECC', }, description: { processor: '79', vendor_id: 'GenuineIntel', cpu_family: '6', model: '85', model_name: 'Intel(R) Xeon(R) Gold 6242R CPU @ 3.10GHz', stepping: '7', microcode: '0x5002f00', cpu_MHz: '2955.939', cache_size: '36608 KB', physical_id: '1', siblings: '40', core_id: '29', cpu_cores: '20', apicid: '123', initial_apicid: '123', fpu: 'yes', fpu_exception: 'yes', cpuid_level: '22', wp: 'yes', flags: 'fpu, vme, de, pse, tsc, pat, pse36....', bugs: 'spectre_v1 spectre_v2, spec_store_bypass', }, }, ]; export const Accelerators = [ { expandRow: false, status: true, name: 'Процессор №1', slot_number: '789578456698', board_number: '789578456698', serial_number: '425546788976', frequency: '2213', cores: '4', }, { expandRow: false, status: true, name: 'Процессор №2', slot_number: '425546788976', board_number: '425546788976', serial_number: '425546788976', frequency: '1332', cores: '2', }, { expandRow: false, status: false, name: 'Процессор №3', slot_number: '454555556698', board_number: '454555556698', serial_number: '425546788976', frequency: '3213', cores: '6', }, ];