# Functions
ComputePerfStats takes arrays of Latency & Throughput to compute Statistics.
IsNetworkOrHostDown - if there was a network error or if the host is down.
ParseHost - parses string into Host.
ParseHTTPURL - parses a string into HTTP URL, string is expected to be of form http:// or https://.
ParsePort - parses string into Port.
ParseURL - parses string into URL.
# Structs
Host - holds network host IP/name and its port.
Latency holds latency information for read/write operations to the drive.
Throughput holds throughput information for read/write operations to the drive.