Intel® Ethernet 700 Series

Linux Performance Tuning Guide

ID Date Version Classification
334019 12/09/2024 1.1 Public
Document Table of Contents

​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.

  1. ​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
  2. ​Collect the output: ./svr-info > hostname.txt
  3. ​Attach one text (.txt) file for each server to your Intel support case for analysis.