Compare commits
No commits in common. "main" and "spec" have entirely different histories.
@ -1,28 +0,0 @@
|
|||||||
root = true
|
|
||||||
|
|
||||||
[*]
|
|
||||||
indent_style = tab
|
|
||||||
indent_size = 4
|
|
||||||
tab_width = 4
|
|
||||||
end_of_line = lf
|
|
||||||
charset = utf-8
|
|
||||||
trim_trailing_whitespace = true
|
|
||||||
insert_final_newline = false
|
|
||||||
|
|
||||||
[*.{go,tmpl,html}]
|
|
||||||
indent_style = tab
|
|
||||||
|
|
||||||
[templates/custom/*.tmpl]
|
|
||||||
insert_final_newline = false
|
|
||||||
|
|
||||||
[templates/swagger/v1_json.tmpl]
|
|
||||||
indent_style = space
|
|
||||||
|
|
||||||
[templates/user/auth/oidc_wellknown.tmpl]
|
|
||||||
indent_style = space
|
|
||||||
|
|
||||||
[Makefile]
|
|
||||||
indent_style = tab
|
|
||||||
|
|
||||||
[*.svg]
|
|
||||||
insert_final_newline = false
|
|
@ -1,6 +0,0 @@
|
|||||||
<style>
|
|
||||||
h1, h2, h3, h4, h5, h6, .h-link {
|
|
||||||
color: #ffffff;
|
|
||||||
font-style: bold;
|
|
||||||
}
|
|
||||||
</style>
|
|
57
readme.adoc
57
readme.adoc
@ -1,57 +0,0 @@
|
|||||||
= Documentation
|
|
||||||
:docinfo: shared
|
|
||||||
|
|
||||||
Inferencium documentation.
|
|
||||||
|
|
||||||
|
|
||||||
[id=branches]
|
|
||||||
== [.h-link]#<<branches,Branches>>#
|
|
||||||
|
|
||||||
=== https://src.inferencium.net/Inferencium/doc/src/branch/main/[main]
|
|
||||||
|
|
||||||
Documentation root directory files pre-alpha development and alpha testing occurs in this branch. +
|
|
||||||
Feature-complete modifications of this branch are merged to beta branch for beta testing.
|
|
||||||
|
|
||||||
=== https://src.inferencium.net/Inferencium/doc/src/branch/security/[security]
|
|
||||||
|
|
||||||
Documentation security files pre-alpha development and alpha testing occurs in this branch. +
|
|
||||||
Feature-complete modifications of this branch are merged to beta branch for beta testing.
|
|
||||||
|
|
||||||
=== https://src.inferencium.net/Inferencium/doc/src/branch/spec/[spec]
|
|
||||||
|
|
||||||
Documentation specification files pre-alpha development and alpha testing occurs in this branch. +
|
|
||||||
Feature-complete modifications of this branch are merged to beta branch for beta testing.
|
|
||||||
|
|
||||||
=== https://src.inferencium.net/Inferencium/doc/src/branch/license/[license]
|
|
||||||
|
|
||||||
Documentation license files pre-alpha and alpha testing occurs in this branch. +
|
|
||||||
Feature-complete modifications of this branch are merged to beta branch for beta testing.
|
|
||||||
|
|
||||||
=== https://src.inferencium.net/Inferencium/doc/src/branch/beta/[beta]
|
|
||||||
|
|
||||||
Feature-complete beta testing of merged code from development branches occurs in this branch. +
|
|
||||||
Merges from development branches to this branch are squashed, and the updated versions of the
|
|
||||||
individual files are mentioned in the commit messages.
|
|
||||||
|
|
||||||
=== https://src.inferencium.net/Inferencium/doc/src/branch/stable/[stable]
|
|
||||||
|
|
||||||
Feature-complete and tested versions from beta branch are stored in this branch. +
|
|
||||||
Merges from beta branch to this branch are squashed, and the updated versions of the individual
|
|
||||||
files are mentioned in the commit messages. +
|
|
||||||
This branch contains code used in production.
|
|
||||||
|
|
||||||
|
|
||||||
[id=security]
|
|
||||||
== [.h-link]#<<security,Security>>#
|
|
||||||
|
|
||||||
All files are checked for security issues; however, it is always the user's responsibility to audit
|
|
||||||
the code before installing and/or executing it. Inferencium takes no responsibility for any security
|
|
||||||
issues which may arise due to usage of this repository.
|
|
||||||
|
|
||||||
|
|
||||||
[id=licensing]
|
|
||||||
== [.h-link]#<<licensing,Licensing>>#
|
|
||||||
|
|
||||||
All content is licensed under
|
|
||||||
https://src.inferencium.net/Inferencium/doc/src/branch/stable/license/CC-BY-4.0.txt[Creative Commons Attribution 4.0 International]
|
|
||||||
license.
|
|
347
specification/system/aa000.adoc
Normal file
347
specification/system/aa000.adoc
Normal file
@ -0,0 +1,347 @@
|
|||||||
|
= Specification
|
||||||
|
|
||||||
|
== aa000
|
||||||
|
|
||||||
|
// Copyright 2023 Jake Winters
|
||||||
|
// SPDX-License-Identifier: CC-BY-4.0
|
||||||
|
|
||||||
|
Version: 0.6.0.21
|
||||||
|
|
||||||
|
|
||||||
|
System purpose: Desktop - Internal - General purpose
|
||||||
|
|
||||||
|
Serial numbers, MAC addresses, and similiar identifiers are not included due to security and privacy issues.
|
||||||
|
|
||||||
|
Quantities of each component are denoted within parenthesis after the component details.
|
||||||
|
|
||||||
|
Non-applicable value: N/A
|
||||||
|
|
||||||
|
Unknown value: ?
|
||||||
|
|
||||||
|
|
||||||
|
=== Table of Contents
|
||||||
|
|
||||||
|
* <<_motherboard,Motherboard>>
|
||||||
|
* <<_cpu,CPU>>
|
||||||
|
* <<_video,Video>>
|
||||||
|
* <<_memory,Memory>>
|
||||||
|
* <<_storage,Storage>>
|
||||||
|
* <<_network,Network>>
|
||||||
|
* <<_audio,Audio>>
|
||||||
|
* <<_power_supply_unit,Power Supply Unit>>
|
||||||
|
* <<_display,Display>>
|
||||||
|
* <<_keyboard,Keyboard>>
|
||||||
|
* <<_mouse,Mouse>>
|
||||||
|
|
||||||
|
|
||||||
|
=== Motherboard
|
||||||
|
|
||||||
|
[%autowidth]
|
||||||
|
|===
|
||||||
|
|Manufacturer |Model |Form Factor |Chipset(s) |CPU Socket(s) |Memory Slot(s) |I/O Controller(s) |Expansion Slot(s) |Network |Audio |Rear Panel
|
||||||
|
|
||||||
|
|MSI
|
||||||
|
|MAG B550 TOMAHAWK
|
||||||
|
|ATX
|
||||||
|
a|
|
||||||
|
|
||||||
|
* AMD B550 (1)
|
||||||
|
|
||||||
|
a|
|
||||||
|
|
||||||
|
* AMD AM4 (1)
|
||||||
|
|
||||||
|
a|
|
||||||
|
|
||||||
|
* DDR4 (4)
|
||||||
|
* 128 GiB maximum
|
||||||
|
* Dual-channel
|
||||||
|
|
||||||
|
a|
|
||||||
|
|
||||||
|
* NUVOTON NCT6687-R (1)
|
||||||
|
|
||||||
|
a|*CPU*
|
||||||
|
|
||||||
|
* PCIe 4.0 x16 (1)
|
||||||
|
* M.2 (M-Key) PCIe 4.0 x4 (1)
|
||||||
|
|
||||||
|
*AMD B550*
|
||||||
|
|
||||||
|
* PCIe 3.0 x4 (1)
|
||||||
|
* PCIe 3.0 x1 (2)
|
||||||
|
* M.2 (M-Key) PCIe 3.0 x4 (1)
|
||||||
|
* SATA 6 Gb/s (6)
|
||||||
|
* USB 3.2 Gen 1 USB-C (1)
|
||||||
|
* USB 3.2 Gen 1 USB-A (2)
|
||||||
|
* USB 2.0 USB-A (4)
|
||||||
|
|
||||||
|
a|
|
||||||
|
|
||||||
|
* Realtek RTL8125B 2.5 Gb/s (1)
|
||||||
|
* Realtek RTL8168H 1 Gb/s (1)
|
||||||
|
|
||||||
|
a|
|
||||||
|
|
||||||
|
* Realtek ALC1200/ALC1220P (1)
|
||||||
|
|
||||||
|
a|
|
||||||
|
|
||||||
|
* PS/2 keyboard/mouse combo (1)
|
||||||
|
* RJ45 (2)
|
||||||
|
* OFC audio (5)
|
||||||
|
* S/PDIF (1)
|
||||||
|
|
||||||
|
*CPU*
|
||||||
|
|
||||||
|
* DisplayPort (1)
|
||||||
|
* HDMI (1)
|
||||||
|
* USB 3.2 Gen 2 USB-C (1)
|
||||||
|
* USB 3.2 Gen 2 USB-A (1)
|
||||||
|
* USB 3.2 Gen 1 USB-A (2)
|
||||||
|
* USB 2.0 USB-A (2)
|
||||||
|
|
||||||
|
|===
|
||||||
|
|
||||||
|
|
||||||
|
=== CPU
|
||||||
|
|
||||||
|
Note: Simultaneous Multithreading (SMT) is disabled for security purposes; thread count is equal to core count
|
||||||
|
|
||||||
|
[%autowidth]
|
||||||
|
|===
|
||||||
|
|Manufacturer |Model |Microarchitecture |Core Count |Thread Count |Frequency - Base (GHz) |Frequency - Boost (GHz) |Cache - L1 |Cache - L2 |Cache - L3 |Integrated Graphics |PCIe Version |PCIe Lane Count |Process (nm) |Thermal Dissipation Power (W) |Maximum Operating Temperature (°C) |Thermal Interface Material |Cooling System
|
||||||
|
|
||||||
|
|AMD
|
||||||
|
|Ryzen 9 5950X
|
||||||
|
|Zen 3
|
||||||
|
|16
|
||||||
|
|32
|
||||||
|
|3.40
|
||||||
|
|4.90
|
||||||
|
|768 KiB
|
||||||
|
|8 MiB
|
||||||
|
|64 MiB
|
||||||
|
|N/A
|
||||||
|
|4.0
|
||||||
|
|24 (4 to AMD B550)
|
||||||
|
|7
|
||||||
|
|105
|
||||||
|
|90
|
||||||
|
|Thermal Grizzly Conductonaut (liquid metal)
|
||||||
|
|ID-Cooling FrostFlow X 240
|
||||||
|
|===
|
||||||
|
|
||||||
|
|
||||||
|
=== Video
|
||||||
|
|
||||||
|
[%autowidth]
|
||||||
|
|===
|
||||||
|
|Manufacturer |Model |Graphics Processing Unit |Microarchitecture |Compute Units |Ray Accelerators |Render Output Units |Frequency - Base (MHz) |Frequency - Boost (MHz) |Cache |Memory Type |Memory Capacity |Memory Interface |Memory Bandwidth |Memory Bandwidth (Effective) |PCIe Version |TFLOPS - Half-precision |TFLOPS - Single-precision |Process (nm) |Thermal Dissipation Power (W) |Maximum Operating Temperature (°C) |Thermal Interface Material |Cooling System
|
||||||
|
|
||||||
|
|ASUS
|
||||||
|
|TUF Gaming OC Edition
|
||||||
|
|AMD Radeon RX 6500 XT
|
||||||
|
|RDNA 2
|
||||||
|
|16
|
||||||
|
|16
|
||||||
|
|32
|
||||||
|
|2610
|
||||||
|
|2815
|
||||||
|
|16 MiB (AMD Infinity Cache)
|
||||||
|
|GDDR6
|
||||||
|
|4 GiB
|
||||||
|
|64-bit
|
||||||
|
|144 Gb/s
|
||||||
|
|232 Gb/s
|
||||||
|
|4.0 x16
|
||||||
|
|11.53
|
||||||
|
|5.77
|
||||||
|
|7
|
||||||
|
|107
|
||||||
|
|105
|
||||||
|
|Stock
|
||||||
|
|Stock
|
||||||
|
|===
|
||||||
|
|
||||||
|
|
||||||
|
=== Memory
|
||||||
|
|
||||||
|
Note: Memory runs at frequency of slowest module(s)
|
||||||
|
|
||||||
|
[%autowidth]
|
||||||
|
|===
|
||||||
|
|Manufacturer |Model |SKU |Capacity |Error Correcting Code (ECC) |Module Count |Channel Mode
|
||||||
|
|
||||||
|
|Integral
|
||||||
|
|Value
|
||||||
|
|IN4T16GNGRTIK2
|
||||||
|
|16 GiB
|
||||||
|
|No
|
||||||
|
|2
|
||||||
|
|Dual-channel
|
||||||
|
|===
|
||||||
|
|
||||||
|
|===
|
||||||
|
|Total Capacity
|
||||||
|
|
||||||
|
|32 GiB
|
||||||
|
|===
|
||||||
|
|
||||||
|
|
||||||
|
=== Storage
|
||||||
|
|
||||||
|
[%autowidth]
|
||||||
|
|===
|
||||||
|
|Manufacturer |Model |SKU |Type |Protocol |Capacity |Revolutions Per Minute |Write Speed |Read Speed |Cache |NVMe Namespace Count |Terabytes Written |Device Count
|
||||||
|
|
||||||
|
|SK-Hynix
|
||||||
|
|Platinum P41 SSD
|
||||||
|
|SHPP41-1000GM
|
||||||
|
|SSD
|
||||||
|
|NVMe (PCIe 4.0 x4)
|
||||||
|
|1 TB
|
||||||
|
|N/A
|
||||||
|
|6500 MB/s
|
||||||
|
|7000 MB/s
|
||||||
|
|N/A
|
||||||
|
|1
|
||||||
|
|750
|
||||||
|
|1
|
||||||
|
|
||||||
|
|Crucial
|
||||||
|
|P3 Plus
|
||||||
|
|CT1000P3PSSD8
|
||||||
|
|SSD
|
||||||
|
|NVMe (PCIe 4.0 x4) (running at PCIe 3.0 x4)
|
||||||
|
|1 TB
|
||||||
|
|N/A
|
||||||
|
|4200 MB/s
|
||||||
|
|5000 MB/s
|
||||||
|
|N/A
|
||||||
|
|1
|
||||||
|
|440
|
||||||
|
|1
|
||||||
|
|===
|
||||||
|
|
||||||
|
|
||||||
|
=== Network
|
||||||
|
|
||||||
|
[%autowidth]
|
||||||
|
|===
|
||||||
|
|Manufacturer |Model |Type |NIC |Bandwidth
|
||||||
|
|
||||||
|
|MSI
|
||||||
|
|MAG B550 TOMAHAWK
|
||||||
|
|NIC
|
||||||
|
|Realtek RTL8125B
|
||||||
|
a|
|
||||||
|
|
||||||
|
* 2.5 Gb/s
|
||||||
|
* 1 Gb/s
|
||||||
|
* 100 Mb/s
|
||||||
|
|
||||||
|
|MSI
|
||||||
|
|MAG B550 TOMAHAWK
|
||||||
|
|NIC
|
||||||
|
|Realtek RTL8168H
|
||||||
|
a|
|
||||||
|
|
||||||
|
* 1 Gb/s
|
||||||
|
* 100 Mb/s
|
||||||
|
* 10 Mb/s
|
||||||
|
|
||||||
|
|===
|
||||||
|
|
||||||
|
|
||||||
|
=== Audio
|
||||||
|
|
||||||
|
[%autowidth]
|
||||||
|
|===
|
||||||
|
|Manufacturer |Model |Type |Audio Chip
|
||||||
|
|
||||||
|
|MSI
|
||||||
|
|MAG B550 TOMAHAWK
|
||||||
|
|Audio chip
|
||||||
|
|Realtek ALC1200/1220P
|
||||||
|
|
||||||
|
|Razer
|
||||||
|
|Kraken
|
||||||
|
|Headset
|
||||||
|
|N/A
|
||||||
|
|===
|
||||||
|
|
||||||
|
|
||||||
|
=== Power Supply Unit
|
||||||
|
|
||||||
|
[%autowidth]
|
||||||
|
|===
|
||||||
|
|Manufacturer |Model |SKU |Output (W) |80 Plus Rating |Modular
|
||||||
|
|
||||||
|
|EVGA
|
||||||
|
|600 W1
|
||||||
|
|100-W1-0600-K2
|
||||||
|
|600
|
||||||
|
|White
|
||||||
|
|No
|
||||||
|
|===
|
||||||
|
|
||||||
|
|
||||||
|
=== Case
|
||||||
|
|
||||||
|
[%autowidth]
|
||||||
|
|===
|
||||||
|
|Manufacturer |Model |Form Factor |Cooling System - Intake |Cooling System - Exhaust
|
||||||
|
|
||||||
|
|Fractal Design
|
||||||
|
|Focus 2 (Black Solid)
|
||||||
|
|ATX
|
||||||
|
|Fractal Design Aspect 14 (2)
|
||||||
|
|N/A
|
||||||
|
|===
|
||||||
|
|
||||||
|
|
||||||
|
=== Display
|
||||||
|
|
||||||
|
[%autowidth]
|
||||||
|
|===
|
||||||
|
|Manufacturer |Model |Size (cm) |Resolution |Refresh Rate (Hz) |Connections
|
||||||
|
|
||||||
|
|Dell
|
||||||
|
|SE2222H
|
||||||
|
|54.61
|
||||||
|
|1920 x 1080
|
||||||
|
|60
|
||||||
|
a|
|
||||||
|
|
||||||
|
* HDMI
|
||||||
|
* VGA
|
||||||
|
|
||||||
|
|===
|
||||||
|
|
||||||
|
|
||||||
|
=== Keyboard
|
||||||
|
|
||||||
|
Note: All keyboards have wired connection
|
||||||
|
|
||||||
|
[%autowidth]
|
||||||
|
|===
|
||||||
|
|Manufacturer |Model |Key Switch Type
|
||||||
|
|
||||||
|
|Cherry
|
||||||
|
|G80-3000 (Black)
|
||||||
|
|Cherry MX Blue
|
||||||
|
|===
|
||||||
|
|
||||||
|
|
||||||
|
=== Mouse
|
||||||
|
|
||||||
|
Note: All mice have wired connection
|
||||||
|
|
||||||
|
[%autowidth]
|
||||||
|
|===
|
||||||
|
|Manufacturer |Model
|
||||||
|
|
||||||
|
|Trust
|
||||||
|
|Verto
|
||||||
|
|===
|
337
specification/system/xa000.adoc
Normal file
337
specification/system/xa000.adoc
Normal file
@ -0,0 +1,337 @@
|
|||||||
|
= Specification
|
||||||
|
|
||||||
|
== xa000
|
||||||
|
|
||||||
|
// Copyright 2023 Jake Winters
|
||||||
|
// SPDX-License-Identifier: CC-BY-4.0
|
||||||
|
|
||||||
|
Version: 0.4.0.13
|
||||||
|
|
||||||
|
|
||||||
|
System purpose: Server - Internal - General purpose
|
||||||
|
|
||||||
|
Serial numbers, MAC addresses, and similiar identifiers are not included due to security and privacy issues.
|
||||||
|
|
||||||
|
Quantities of each component are denoted within parenthesis after the component details.
|
||||||
|
|
||||||
|
Non-applicable value: N/A
|
||||||
|
|
||||||
|
Unknown value: ?
|
||||||
|
|
||||||
|
|
||||||
|
=== Table of Contents
|
||||||
|
|
||||||
|
* <<_motherboard,Motherboard>>
|
||||||
|
* <<_cpu,CPU>>
|
||||||
|
* <<_video,Video>>
|
||||||
|
* <<_memory,Memory>>
|
||||||
|
* <<_storage,Storage>>
|
||||||
|
* <<_network,Network>>
|
||||||
|
* <<_audio,Audio>>
|
||||||
|
* <<_power_supply_unit,Power Supply Unit>>
|
||||||
|
* <<_display,Display>>
|
||||||
|
* <<_keyboard,Keyboard>>
|
||||||
|
* <<_mouse,Mouse>>
|
||||||
|
|
||||||
|
|
||||||
|
=== Motherboard
|
||||||
|
|
||||||
|
[%autowidth]
|
||||||
|
|===
|
||||||
|
|Manufacturer |Model |Form Factor |Chipset(s) |CPU Socket(s) |Memory Slot(s) |I/O Controller(s) |Expansion Slot(s) |Network |Audio |Rear Panel
|
||||||
|
|
||||||
|
|Gigabyte
|
||||||
|
|A520M H
|
||||||
|
|mATX
|
||||||
|
a|
|
||||||
|
|
||||||
|
* AMD A520 (1)
|
||||||
|
|
||||||
|
a|
|
||||||
|
|
||||||
|
* AMD AM4 (1)
|
||||||
|
|
||||||
|
a|
|
||||||
|
|
||||||
|
* DDR4 (2)
|
||||||
|
* 64 GiB maximum
|
||||||
|
* Dual-channel
|
||||||
|
|
||||||
|
a|
|
||||||
|
|
||||||
|
* iTE (1)
|
||||||
|
|
||||||
|
a|*CPU*
|
||||||
|
|
||||||
|
* PCIe 3.0 x16 (1)
|
||||||
|
* M.2 (M-Key) PCIe 3.0 x4 (1)
|
||||||
|
|
||||||
|
*AMD B550*
|
||||||
|
|
||||||
|
* PCIe 3.0 x1 (2)
|
||||||
|
* SATA 6 Gb/s (4)
|
||||||
|
* USB 3.2 Gen 1 USB-A (2)
|
||||||
|
* USB 2.0 USB-A (4)
|
||||||
|
|
||||||
|
a|
|
||||||
|
|
||||||
|
* Realtek RTL8168H 1 Gb/s (1)
|
||||||
|
|
||||||
|
a|
|
||||||
|
|
||||||
|
* Realtek (1)
|
||||||
|
|
||||||
|
a|
|
||||||
|
|
||||||
|
* PS/2 keyboard/mouse combo (1)
|
||||||
|
* RJ45 (1)
|
||||||
|
* OFC audio (3)
|
||||||
|
|
||||||
|
*CPU*
|
||||||
|
|
||||||
|
* HDMI (1)
|
||||||
|
* DVI (1)
|
||||||
|
* USB 3.2 Gen 1 USB-A (4)
|
||||||
|
* USB 2.0 USB-A (2)
|
||||||
|
|
||||||
|
|===
|
||||||
|
|
||||||
|
|
||||||
|
=== CPU
|
||||||
|
|
||||||
|
Note: Simultaneous Multithreading (SMT) is disabled for security purposes; thread count is equal to core count
|
||||||
|
|
||||||
|
[%autowidth]
|
||||||
|
|===
|
||||||
|
|Manufacturer |Model |Microarchitecture |Core Count |Thread Count |Frequency - Base (GHz) |Frequency - Boost (GHz) |Cache - L1 |Cache - L2 |Cache - L3 |Integrated Graphics |PCIe Version |PCIe Lane Count |Process (nm) |Thermal Dissipation Power (W) |Maximum Operating Temperature (°C) |Thermal Interface Material |Cooling System
|
||||||
|
|
||||||
|
|AMD
|
||||||
|
|Ryzen 3 3200G
|
||||||
|
|Zen+
|
||||||
|
|4
|
||||||
|
|4
|
||||||
|
|3.60
|
||||||
|
|4.00
|
||||||
|
|384 KiB
|
||||||
|
|2 MiB
|
||||||
|
|4 MiB
|
||||||
|
|AMD Radeon Vega 8
|
||||||
|
|3.0 x8
|
||||||
|
|20
|
||||||
|
|12
|
||||||
|
|65
|
||||||
|
|95
|
||||||
|
|ID-Cooling Frost X25
|
||||||
|
|AMD Wraith Stealth
|
||||||
|
|===
|
||||||
|
|
||||||
|
|
||||||
|
=== Video
|
||||||
|
|
||||||
|
[%autowidth]
|
||||||
|
|===
|
||||||
|
|Manufacturer |Model |Graphics Processing Unit |Microarchitecture |Compute Units |Ray Accelerators |Render Output Units |Frequency - Base (MHz) |Frequency - Boost (MHz) |Cache |Memory Type |Memory Capacity |Memory Interface |Memory Bandwidth |Memory Bandwidth (Effective) |PCIe Version |TFLOPS - Half-precision |TFLOPS - Single-precision |Process (nm) |Thermal Dissipation Power (W) |Maximum Operating Temperature (°C) |Thermal Interface Material |Cooling System
|
||||||
|
|
||||||
|
|AMD
|
||||||
|
|Radeon Vega 8
|
||||||
|
|AMD Radeon Vega 8
|
||||||
|
|Vega
|
||||||
|
|8
|
||||||
|
|?
|
||||||
|
|8
|
||||||
|
|?
|
||||||
|
|1250
|
||||||
|
|?
|
||||||
|
|?
|
||||||
|
|64 MiB (shared)
|
||||||
|
|?
|
||||||
|
|?
|
||||||
|
|?
|
||||||
|
|?
|
||||||
|
|?
|
||||||
|
|?
|
||||||
|
|?
|
||||||
|
|?
|
||||||
|
|?
|
||||||
|
|ID-Cooling Frost X25
|
||||||
|
|AMD Wraith Stealth
|
||||||
|
|===
|
||||||
|
|
||||||
|
|
||||||
|
=== Memory
|
||||||
|
|
||||||
|
Note: Memory runs at frequency of slowest module(s)
|
||||||
|
|
||||||
|
[%autowidth]
|
||||||
|
|===
|
||||||
|
|Manufacturer |Model |SKU |Capacity |Speed (MT/s) |Error Correcting Code (ECC) |Module Count |Channel Mode
|
||||||
|
|
||||||
|
|Crucial
|
||||||
|
|N/A
|
||||||
|
|CT8G4DFRA266.C8FJ
|
||||||
|
|8 GiB
|
||||||
|
|2666
|
||||||
|
|No
|
||||||
|
|1
|
||||||
|
|Dual-channel
|
||||||
|
|
||||||
|
|Crucial
|
||||||
|
|N/A
|
||||||
|
|CT8G4DFRA266.M4FF
|
||||||
|
|8 GiB
|
||||||
|
|2666
|
||||||
|
|No
|
||||||
|
|1
|
||||||
|
|Dual-channel
|
||||||
|
|===
|
||||||
|
|
||||||
|
|===
|
||||||
|
|Total Capacity
|
||||||
|
|
||||||
|
|16 GiB
|
||||||
|
|===
|
||||||
|
|
||||||
|
|
||||||
|
=== Storage
|
||||||
|
|
||||||
|
[%autowidth]
|
||||||
|
|===
|
||||||
|
|Manufacturer |Model |SKU |Type |Protocol |Capacity |Revolutions Per Minute |Write Speed |Read Speed |Cache |NVMe Namespace Count |Terabytes Written |Device Count
|
||||||
|
|
||||||
|
|Crucial
|
||||||
|
|P3 Plus
|
||||||
|
|CT500P3PSSD8
|
||||||
|
|SSD
|
||||||
|
|NVMe (PCIe 4.0 x4) (running at PCIe 3.0 x4)
|
||||||
|
|500 GB
|
||||||
|
|N/A
|
||||||
|
|4200 MB/s
|
||||||
|
|5000 MB/s
|
||||||
|
|N/A
|
||||||
|
|1
|
||||||
|
|440
|
||||||
|
|1
|
||||||
|
|
||||||
|
|Seagate
|
||||||
|
|IronWolf
|
||||||
|
|ST4000VN006-3CW104
|
||||||
|
|HDD
|
||||||
|
|SATA (6 Gb/s)
|
||||||
|
|4 TB
|
||||||
|
|5400
|
||||||
|
|202 MB/s
|
||||||
|
|202 MB/s
|
||||||
|
|256 MiB
|
||||||
|
|N/A
|
||||||
|
|180/year
|
||||||
|
|2
|
||||||
|
|===
|
||||||
|
|
||||||
|
|
||||||
|
=== Network
|
||||||
|
|
||||||
|
[%autowidth]
|
||||||
|
|===
|
||||||
|
|Manufacturer |Model |Type |NIC |Bandwidth
|
||||||
|
|
||||||
|
|Gigabyte
|
||||||
|
|A520M H
|
||||||
|
|NIC
|
||||||
|
|Realtek RTL8168H
|
||||||
|
a|
|
||||||
|
|
||||||
|
* 1 Gb/s
|
||||||
|
* 100 Mb/s
|
||||||
|
* 10/Mb/s
|
||||||
|
|
||||||
|
|TP-Link
|
||||||
|
|TX201
|
||||||
|
|NIC
|
||||||
|
|Realtek RTL8125B
|
||||||
|
a|
|
||||||
|
|
||||||
|
* 2.5 Gb/s
|
||||||
|
* 1 Gb/s
|
||||||
|
* 100 Mb/s
|
||||||
|
|
||||||
|
|===
|
||||||
|
|
||||||
|
|
||||||
|
=== Audio
|
||||||
|
|
||||||
|
[%autowidth]
|
||||||
|
|===
|
||||||
|
|Manufacturer |Model |Type |Audio Chip
|
||||||
|
|
||||||
|
|Giagbyte
|
||||||
|
|A520M H
|
||||||
|
|Audio chip
|
||||||
|
|Realtek
|
||||||
|
|===
|
||||||
|
|
||||||
|
|
||||||
|
=== Power Supply Unit
|
||||||
|
|
||||||
|
[%autowidth]
|
||||||
|
|===
|
||||||
|
|Manufacturer |Model |SKU |Output (W) |80 Plus Rating |Modular
|
||||||
|
|
||||||
|
|EVGA
|
||||||
|
|500 W1
|
||||||
|
|100-W1-0500-KR
|
||||||
|
|500
|
||||||
|
|White
|
||||||
|
|No
|
||||||
|
|===
|
||||||
|
|
||||||
|
|
||||||
|
=== Case
|
||||||
|
|
||||||
|
[%autowidth]
|
||||||
|
|===
|
||||||
|
|Manufacturer |Model |Form Factor |Cooling System - Intake |Cooling System - Exhaust
|
||||||
|
|
||||||
|
|Fractal Design
|
||||||
|
|Core 1000
|
||||||
|
|mATX
|
||||||
|
|Fractal Design Silent Series R2 120 mm (1)
|
||||||
|
|N/A
|
||||||
|
|===
|
||||||
|
|
||||||
|
|
||||||
|
=== Display
|
||||||
|
|
||||||
|
[%autowidth]
|
||||||
|
|===
|
||||||
|
|Manufacturer |Model |Size (cm) |Resolution |Refresh Rate (Hz) |Connections
|
||||||
|
|
||||||
|
|N/A
|
||||||
|
|N/A
|
||||||
|
|N/A
|
||||||
|
|N/A
|
||||||
|
|N/A
|
||||||
|
|N/A
|
||||||
|
|===
|
||||||
|
|
||||||
|
|
||||||
|
=== Keyboard
|
||||||
|
|
||||||
|
[%autowidth]
|
||||||
|
|===
|
||||||
|
|Manufacturer |Model |Key Switch Type
|
||||||
|
|
||||||
|
|N/A
|
||||||
|
|N/A
|
||||||
|
|N/A
|
||||||
|
|===
|
||||||
|
|
||||||
|
|
||||||
|
=== Mouse
|
||||||
|
|
||||||
|
[%autowidth]
|
||||||
|
|===
|
||||||
|
|Manufacturer |Model
|
||||||
|
|
||||||
|
|N/A
|
||||||
|
|N/A
|
||||||
|
|===
|
337
specification/system/xb000.adoc
Normal file
337
specification/system/xb000.adoc
Normal file
@ -0,0 +1,337 @@
|
|||||||
|
= Specification
|
||||||
|
|
||||||
|
== xb000
|
||||||
|
|
||||||
|
// Copyright 2023 Jake Winters
|
||||||
|
// SPDX-License-Identifier: CC-BY-4.0
|
||||||
|
|
||||||
|
Version: 0.4.0.7
|
||||||
|
|
||||||
|
|
||||||
|
System purpose: Server - Public - General purpose
|
||||||
|
|
||||||
|
Serial numbers, MAC addresses, and similiar identifiers are not included due to security and privacy issues.
|
||||||
|
|
||||||
|
Quantities of each component are denoted within parenthesis after the component details.
|
||||||
|
|
||||||
|
Non-applicable value: N/A
|
||||||
|
|
||||||
|
Unknown value: ?
|
||||||
|
|
||||||
|
|
||||||
|
=== Table of Contents
|
||||||
|
|
||||||
|
* <<_motherboard,Motherboard>>
|
||||||
|
* <<_cpu,CPU>>
|
||||||
|
* <<_video,Video>>
|
||||||
|
* <<_memory,Memory>>
|
||||||
|
* <<_storage,Storage>>
|
||||||
|
* <<_network,Network>>
|
||||||
|
* <<_audio,Audio>>
|
||||||
|
* <<_power_supply_unit,Power Supply Unit>>
|
||||||
|
* <<_display,Display>>
|
||||||
|
* <<_keyboard,Keyboard>>
|
||||||
|
* <<_mouse,Mouse>>
|
||||||
|
|
||||||
|
|
||||||
|
=== Motherboard
|
||||||
|
|
||||||
|
[%autowidth]
|
||||||
|
|===
|
||||||
|
|Manufacturer |Model |Form Factor |Chipset(s) |CPU Socket(s) |Memory Slot(s) |I/O Controller(s) |Expansion Slot(s) |Network |Audio |Rear Panel
|
||||||
|
|
||||||
|
|Gigabyte
|
||||||
|
|A520M H
|
||||||
|
|mATX
|
||||||
|
a|
|
||||||
|
|
||||||
|
* AMD A520 (1)
|
||||||
|
|
||||||
|
a|
|
||||||
|
|
||||||
|
* AMD AM4 (1)
|
||||||
|
|
||||||
|
a|
|
||||||
|
|
||||||
|
* DDR4 (2)
|
||||||
|
* 64 GiB maximum
|
||||||
|
* Dual-channel
|
||||||
|
|
||||||
|
a|
|
||||||
|
|
||||||
|
* iTE (1)
|
||||||
|
|
||||||
|
a|*CPU*
|
||||||
|
|
||||||
|
* PCIe 3.0 x16 (1)
|
||||||
|
* M.2 (M-Key) PCIe 3.0 x4 (1)
|
||||||
|
|
||||||
|
*AMD B550*
|
||||||
|
|
||||||
|
* PCIe 3.0 x1 (2)
|
||||||
|
* SATA 6 Gb/s (4)
|
||||||
|
* USB 3.2 Gen 1 USB-A (2)
|
||||||
|
* USB 2.0 USB-A (4)
|
||||||
|
|
||||||
|
a|
|
||||||
|
|
||||||
|
* Realtek RTL8168H 1 Gb/s (1)
|
||||||
|
|
||||||
|
a|
|
||||||
|
|
||||||
|
* Realtek (1)
|
||||||
|
|
||||||
|
a|
|
||||||
|
|
||||||
|
* PS/2 keyboard/mouse combo (1)
|
||||||
|
* RJ45 (1)
|
||||||
|
* OFC audio (3)
|
||||||
|
|
||||||
|
*CPU*
|
||||||
|
|
||||||
|
* HDMI (1)
|
||||||
|
* DVI (1)
|
||||||
|
* USB 3.2 Gen 1 USB-A (4)
|
||||||
|
* USB 2.0 USB-A (2)
|
||||||
|
|
||||||
|
|===
|
||||||
|
|
||||||
|
|
||||||
|
=== CPU
|
||||||
|
|
||||||
|
Note: Simultaneous Multithreading (SMT) is disabled for security purposes; thread count is equal to core count
|
||||||
|
|
||||||
|
[%autowidth]
|
||||||
|
|===
|
||||||
|
|Manufacturer |Model |Microarchitecture |Core Count |Thread Count |Frequency - Base (GHz) |Frequency - Boost (GHz) |Cache - L1 |Cache - L2 |Cache - L3 |Integrated Graphics |PCIe Version |PCIe Lane Count |Process (nm) |Thermal Dissipation Power (W) |Maximum Operating Temperature (°C) |Thermal Interface Material |Cooling System
|
||||||
|
|
||||||
|
|AMD
|
||||||
|
|Ryzen 5 5600G
|
||||||
|
|Zen 3
|
||||||
|
|6
|
||||||
|
|12
|
||||||
|
|3.90
|
||||||
|
|4.40
|
||||||
|
|384 KiB
|
||||||
|
|3 MiB
|
||||||
|
|16 MiB
|
||||||
|
|AMD Radeon Vega 7
|
||||||
|
|3.0 x16
|
||||||
|
|24 (4 to AMD A520)
|
||||||
|
|7
|
||||||
|
|65
|
||||||
|
|95
|
||||||
|
|ID-Cooling Frost X25
|
||||||
|
|Arctic Freezer A35 CO
|
||||||
|
|===
|
||||||
|
|
||||||
|
|
||||||
|
=== Video
|
||||||
|
|
||||||
|
[%autowidth]
|
||||||
|
|===
|
||||||
|
|Manufacturer |Model |Graphics Processing Unit |Microarchitecture |Compute Units |Ray Accelerators |Render Output Units |Frequency - Base (MHz) |Frequency - Boost (MHz) |Cache |Memory Type |Memory Capacity |Memory Interface |Memory Bandwidth |Memory Bandwidth (Effective) |PCIe Version |TFLOPS - Half-precision |TFLOPS - Single-precision |Process (nm) |Thermal Dissipation Power (W) |Maximum Operating Temperature (°C) |Thermal Interface Material |Cooling System
|
||||||
|
|
||||||
|
|AMD
|
||||||
|
|Radeon Vega 7
|
||||||
|
|AMD Radeon Vega 7
|
||||||
|
|Vega
|
||||||
|
|7
|
||||||
|
|?
|
||||||
|
|8
|
||||||
|
|300
|
||||||
|
|1900
|
||||||
|
|?
|
||||||
|
|DDR4 (shared)
|
||||||
|
|64 MiB (shared)
|
||||||
|
|?
|
||||||
|
|?
|
||||||
|
|?
|
||||||
|
|?
|
||||||
|
|3.41
|
||||||
|
|1.70
|
||||||
|
|7
|
||||||
|
|45
|
||||||
|
|95
|
||||||
|
|ID-Cooling Frost X25
|
||||||
|
|Arctic Freezer A35 CO
|
||||||
|
|===
|
||||||
|
|
||||||
|
|
||||||
|
=== Memory
|
||||||
|
|
||||||
|
Note: Memory runs at frequency of slowest module(s)
|
||||||
|
|
||||||
|
[%autowidth]
|
||||||
|
|===
|
||||||
|
|Manufacturer |Model |SKU |Capacity |Speed (MT/s) |Error Correcting Code (ECC) |Module Count |Channel Mode
|
||||||
|
|
||||||
|
|Crucial
|
||||||
|
|N/A
|
||||||
|
|CT8G4DFRA266.C8FJ
|
||||||
|
|8 GiB
|
||||||
|
|2666
|
||||||
|
|No
|
||||||
|
|1
|
||||||
|
|Dual-channel
|
||||||
|
|
||||||
|
|Crucial
|
||||||
|
|N/A
|
||||||
|
|CT8G4DFRA32A.C4FE
|
||||||
|
|8 GiB
|
||||||
|
|3200
|
||||||
|
|No
|
||||||
|
|1
|
||||||
|
|Dual-channel
|
||||||
|
|===
|
||||||
|
|
||||||
|
|===
|
||||||
|
|Total Capacity
|
||||||
|
|
||||||
|
|16 GiB
|
||||||
|
|===
|
||||||
|
|
||||||
|
|
||||||
|
=== Storage
|
||||||
|
|
||||||
|
[%autowidth]
|
||||||
|
|===
|
||||||
|
|Manufacturer |Model |SKU |Type |Protocol |Capacity |Revolutions Per Minute |Write Speed |Read Speed |Cache |NVMe Namespace Count |Terabytes Written |Device Count
|
||||||
|
|
||||||
|
|Crucial
|
||||||
|
|P3 Plus
|
||||||
|
|CT500P3PSSD8
|
||||||
|
|SSD
|
||||||
|
|NVMe (PCIe 4.0 x4) (running at PCIe 3.0 x4)
|
||||||
|
|500 GB
|
||||||
|
|N/A
|
||||||
|
|4200 MB/s
|
||||||
|
|5000 MB/s
|
||||||
|
|N/A
|
||||||
|
|1
|
||||||
|
|440
|
||||||
|
|1
|
||||||
|
|
||||||
|
|Seagate
|
||||||
|
|IronWolf
|
||||||
|
|ST2000VN004-2E4164
|
||||||
|
|HDD
|
||||||
|
|SATA (6 Gb/s)
|
||||||
|
|2 TB
|
||||||
|
|5900
|
||||||
|
|202 MB/s
|
||||||
|
|202 MB/s
|
||||||
|
|64 MiB
|
||||||
|
|N/A
|
||||||
|
|180/year
|
||||||
|
|2
|
||||||
|
|===
|
||||||
|
|
||||||
|
|
||||||
|
=== Network
|
||||||
|
|
||||||
|
[%autowidth]
|
||||||
|
|===
|
||||||
|
|Manufacturer |Model |Type |NIC |Bandwidth
|
||||||
|
|
||||||
|
|Gigabyte
|
||||||
|
|A520M H
|
||||||
|
|NIC
|
||||||
|
|Realtek RTL8168H
|
||||||
|
a|
|
||||||
|
|
||||||
|
* 1 Gb/s
|
||||||
|
* 100 Mb/s
|
||||||
|
* 10 Mb/s
|
||||||
|
|
||||||
|
|TP-Link
|
||||||
|
|TX201
|
||||||
|
|NIC
|
||||||
|
|Realtek RTL8125B
|
||||||
|
a|
|
||||||
|
|
||||||
|
* 2.5 Gb/s
|
||||||
|
* 1 Gb/s
|
||||||
|
* 100 Mb/s
|
||||||
|
|
||||||
|
|===
|
||||||
|
|
||||||
|
|
||||||
|
=== Audio
|
||||||
|
|
||||||
|
[%autowidth]
|
||||||
|
|===
|
||||||
|
|Manufacturer |Model |Type |Audio Chip
|
||||||
|
|
||||||
|
|Giagbyte
|
||||||
|
|A520M H
|
||||||
|
|Audio chip
|
||||||
|
|Realtek
|
||||||
|
|===
|
||||||
|
|
||||||
|
|
||||||
|
=== Power Supply Unit
|
||||||
|
|
||||||
|
[%autowidth]
|
||||||
|
|===
|
||||||
|
|Manufacturer |Model |SKU |Output (W) |80 Plus Rating |Modular
|
||||||
|
|
||||||
|
|EVGA
|
||||||
|
|500 W1
|
||||||
|
|100-W1-0500-KR
|
||||||
|
|500
|
||||||
|
|White
|
||||||
|
|No
|
||||||
|
|===
|
||||||
|
|
||||||
|
|
||||||
|
=== Case
|
||||||
|
|
||||||
|
[%autowidth]
|
||||||
|
|===
|
||||||
|
|Manufacturer |Model |Form Factor |Cooling System - Intake |Cooling System - Exhaust
|
||||||
|
|
||||||
|
|Fractal Design
|
||||||
|
|Focus 2
|
||||||
|
|ATX
|
||||||
|
|Fractal Design Aspect 14 (2)
|
||||||
|
|N/A
|
||||||
|
|===
|
||||||
|
|
||||||
|
|
||||||
|
=== Display
|
||||||
|
|
||||||
|
[%autowidth]
|
||||||
|
|===
|
||||||
|
|Manufacturer |Model |Size (cm) |Resolution |Refresh Rate (Hz) |Connections
|
||||||
|
|
||||||
|
|N/A
|
||||||
|
|N/A
|
||||||
|
|N/A
|
||||||
|
|N/A
|
||||||
|
|N/A
|
||||||
|
|N/A
|
||||||
|
|===
|
||||||
|
|
||||||
|
|
||||||
|
=== Keyboard
|
||||||
|
|
||||||
|
[%autowidth]
|
||||||
|
|===
|
||||||
|
|Manufacturer |Model |Key Switch Type
|
||||||
|
|
||||||
|
|N/A
|
||||||
|
|N/A
|
||||||
|
|N/A
|
||||||
|
|===
|
||||||
|
|
||||||
|
|
||||||
|
=== Mouse
|
||||||
|
|
||||||
|
[%autowidth]
|
||||||
|
|===
|
||||||
|
|Manufacturer |Model
|
||||||
|
|
||||||
|
|N/A
|
||||||
|
|N/A
|
||||||
|
|===
|
Loading…
x
Reference in New Issue
Block a user