Categorygithub.com/openshift/cluster-node-tuning-operatorteste2eperformanceprofilefunctestsutilsinfrastructure
# Functions
CPUArchitecture returns CPU Architecture from lscpu output.
CPUVendorId returns Vendor ID information from lscpu output.
IsAMD returns if Vendor ID is AuthenticAMD in lscpu output.
IsARM returns if Architecture is aarch64.
IsCPUVendor checks if the CPU Vendor ID matches the given vendor string.
IsIntel returns if Vendor ID is GenuineIntel in lscpu output.
IsVM checks if a given node's underlying infrastructure is a VM.
# Structs
CpuArchitecture struct to represent CPU Details.