# Functions
ActiveUsers returns.
CurrentUser returns the current user.
GetCPUmodel returns the target system's CPU model.
GetCPUname returns the target system's CPU name.
GetDrives iterates through the alphabet to return a list of mounted drives.
GetOSinfo returns information about the target system OS.
GetTCPConnections returns a slice describing TCP connections.
GetUDPConnections returns a slice describing UDP connections.
PrintProcDetails provides detailed process information in a list.
PrintProcessTree displays each process in a tree.
PrintProcSummary provides summarized process information in a table.
Procs returns a slice of process objects Look at "PrintProcSummary()" and "PrintProcDetails()" for examples on displaying the process info.