< Back
Get-PercentagePerformanceCounter
Post
NAME Get-PercentagePerformanceCounter
SYNOPSIS
Gets performance counters that are percentages
SYNTAX
Get-PercentagePerformanceCounter [<CommonParameters>]
DESCRIPTION
Gets all performance counters on the system that are percentaged based values.
These counters will work well on a performance counter heatmap
When run in Azure, this will list all percentage based performance counters available to an Azure instance.
PARAMETERS
<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-PercentagePerformanceCounter
RELATED LINKS
Get-Counter
SYNOPSIS
Gets performance counters that are percentages
SYNTAX
Get-PercentagePerformanceCounter [<CommonParameters>]
DESCRIPTION
Gets all performance counters on the system that are percentaged based values.
These counters will work well on a performance counter heatmap
When run in Azure, this will list all percentage based performance counters available to an Azure instance.
PARAMETERS
<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-PercentagePerformanceCounter
RELATED LINKS
Get-Counter