# Packages
Package remote ssh'es into remote machines and runs a command.
# Functions
CollectionOSFields returns all expected fields in OS collection.
DiskToDiskType maps physical drive to disktype.
HighPerformanceProfiles public getter for highPerformanceProfile.
NewLinuxCollector initializes and returns a new LinuxCollector object.
UnknownOsFields checks the collected os fields; if nil or missing, then the data is marked as unknown.
# Constants
DataDiskAllocationUnits used to see blocksize of a physical drive.
GCBDRAgentRunning used for checking if GCBDRAgentRunning is running on the target.
LocalSSD - local disk.
Other - not local or persistent disk but still a valid disk type.
PersistentSSD - persistent disk.
PowerProfileSetting used for power profile of machine.
LocalSSD used to connect physical drive to disk type.
# Structs
LinuxCollector is the collector for linux systems.
# Interfaces
GuestCollector interface.
# Type aliases
DiskTypeEnum enum used for disktypes to keep linux and windows collection consistent .