services

Applies To: Windows 8, Windows 8.1

This action produces a text file that summarizes metrics related to services.

-a services [-range T1 T2] [-poiThreshold_ContainerInit <t>] [-poiThreshold_ImageLoad <t>] [-poiThreshold_ServiceInit <t>]

Parameters

  • -rangeT1 T2**
    Shows data between times T1 and T2, both in microseconds.
  • -poiThreshold_ContainerInit<t>**
    Flags any container initialization time greater than t, in microseconds, as a point of interest.
  • -poiThreshold_ImageLoad<t>**
    Flags any image load time greater than t, in microseconds, as a point of interest.
  • -poiThreshold_ServiceInit<t>**
    Flags any service initialization time greater than t, in microseconds, as a point of interest.

Remarks

The default is to not flag any services as points of interest. All times are displayed in milliseconds.

See Also

Other Resources

Xperf Actions