API Reference
Command
Get-CxServerFeatureBenchmark
Gets benchmark metrics for server feature collection modes.
Examples
Example 1
Get-CxServerFeatureBenchmark
Example 2
Get-CxServerFeatureBenchmark -ComputerName SRV1 -Iterations 10 -TimeoutSeconds 60
Example 3
Get-CxServerFeatureBenchmark -ComputerName DC1 -IncludeFlatten:$false
Common Parameters
This command supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable.
For more information, see about_CommonParameters.
Syntax
Get-CxServerFeatureBenchmark [-ComputerName <string[]>] [-IncludeFlatten <bool>] [-Iterations <int>] [-TimeoutSeconds <int>] [<CommonParameters>]#Parameters
- ComputerName string[]
- Target computer(s). Use '.' for local computer or provide DNS names.
- IncludeFlatten bool
- Includes flatten timing in benchmark metrics.
- Iterations int
- Number of timed iterations per benchmark mode.
- TimeoutSeconds int
- Per-query timeout in seconds.
Outputs
ComputerX.Features.ServerFeatureBenchmarkResult