This section provides some how-to steps including how to collect the `ethtool -S` and `nicinfo.sh` information from Linux and Vmware hosts respectively.
To collect the `ethtool -S` output on a Linux system, open a terminal and run the following command:
ethtool -S your_interface_name
Replace `your_interface_name` with the actual name of the network interface (e.g., `eth0`, `ens33`). You can redirect the output to a file using:
ethtool -S your_interface_name > ethtool-S-output.txt
To collect the `nicinfo.sh` output on a VMware ESXi host:
./nicinfo.sh > nicinfo.sh.txt