Intel® Ethernet 700 Series
Linux Performance Tuning Guide
Intel svr-info Tool
Intel provides a svr-info tool (see https://github.com/intel/svr-info) for Linux that captures relevant hardware and software details from a server.
svr-info output can be extremely helpful to identify system bottlenecks or settings/tunings that are not optimized for the workload. When opening a support case with Intel for Ethernet-related performance issues, be sure to include svr-info output (text file) for each Linux server in the test configuration.
- Download and install svr-info:
wget -qO- https://github.com/intel/svr-info/releases/latest/download/svr-info.tgz | tar xvz cd svr-info ./svr-info > hostname.txt - Collect the output:
./svr-info > hostname.txt - Attach one text (.txt) file for each server to your Intel support case for analysis.