< Back

Get-HeatmapCounter

Tue Jan 14, 2020 12:48 am

NAME Get-HeatmapCounter



SYNOPSIS

Gets the performance counters registered in the heatmap





SYNTAX

Get-HeatmapCounter [-GetValue] [<CommonParameters>]



Get-HeatmapCounter -Name <String> [-GetValue] [<CommonParameters>]





DESCRIPTION

Gets the performance counters registered in the heatmap.



To add performance counters to the heatmap, use Add-PerformanceCounter.



To remove performance counters from the heatmap, use Remove-PerformanceCounter





PARAMETERS

-Name <String>

The name of a particular counter to get from the heatmap. By default, will get all counters.



Required? true

Position? named

Default value

Accept pipeline input? true (ByValue, ByPropertyName)

Accept wildcard characters? false



-GetValue [<SwitchParameter>]

If set, gets the values from the heatmap, not the name



Required? false

Position? named

Default value False

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:\\>Get-HeatmapCounter















RELATED LINKS

Add-HeatmapCounter

Remove-HeatmapCounter