< Back

Add-HeatmapCounter

Tue Jan 14, 2020 12:48 am

NAME Add-HeatmapCounter



SYNOPSIS

Adds a Performance counter to the heatmap





SYNTAX

Add-HeatmapCounter [-Name] <String> [<CommonParameters>]





DESCRIPTION

Adds a Performance counter to the heatmap.





PARAMETERS

-Name <String>

The name (short or full path) to the performance counter to add to the heatmap.

To see available performance counters, use Get-PercentagePerformanceCounter



Required? true

Position? 1

Default value

Accept pipeline input? false

Accept wildcard characters? false



<CommonParameters>

This cmdlet supports the common parameters: Verbose, Debug,

ErrorAction, ErrorVariable, WarningAction, WarningVariable,

OutBuffer, PipelineVariable, and OutVariable. For more information, see

about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).



INPUTS



OUTPUTS



-------------------------- EXAMPLE 1 --------------------------



PS C:\\>Add-HeatmapCounter '\\Processor(*)\\% Processor Time'



Watch-Heatmap











RELATED LINKS

Get-HeatmapCounter

Remove-HeatmapCounter

Watch-Heatmap