Intel® Ethernet 700/800 Series

Windows Performance Tuning Guide

ID Date Version Classification
784543 02/06/2024 1.1 Public
Document Table of Contents

​Analyze Performance Counters (typeperf)

Analyze the performance counters using the built-in Performance Monitor tool, or using the typeperf command line tool, available with default Windows OS installations.

For example:

typeperf.exe counter <counter_path> -si <sampling_interval> -sc <sample_count>

Where:

<counter_path>

Specify the performance counter you want to monitor.

You can provide the full counter path, such as:

\Processor(_Total)\% Processor Time

or use wildcard characters (*) for multiple counters.

-si <sampling_interval>

​Specify the sampling interval in seconds. This determines the frequency at which data is collected. The default is one second.

​-sc <sample_count>

Specify the number of samples to collect. This determines the duration of the monitoring session. For example, if you set it to 10, it collects data for 10 seconds.