These parsers are based on years of work on server host network card issue analysis and debugging. Checking network port statistics is a fundamental step in network issue work, and can be time consuming, particularly if there are multiple hosts with a variety of network adapters. In Linux, `ethtool -S` is a common utility to expose network port statistic. Similarly, in Vmware ESXi, the well known `nicinfo.sh.txt` log file contains the port statistics. Having a parser that does not upload user files is desirable from a security and privacy standpoint. A goal of this project is to provide the base level parsing at the outset, but then continuously improve the feature set based on user feedback.