TestimoX

API Reference

Command

Get-CxServerFeatureBenchmark

Namespace ComputerX.PowerShell
Inputs
System.String[]
Outputs
ComputerX.Features.ServerFeatureBenchmarkResult

Gets benchmark metrics for server feature collection modes.

Examples

Authored help example

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[] optionalposition: 0pipeline: true (ByValue, ByPropertyName)
Target computer(s). Use '.' for local computer or provide DNS names.
IncludeFlatten bool optionalposition: namedpipeline: false
Includes flatten timing in benchmark metrics.
Iterations int optionalposition: namedpipeline: false
Number of timed iterations per benchmark mode.
TimeoutSeconds int optionalposition: namedpipeline: false
Per-query timeout in seconds.

Outputs

ComputerX.Features.ServerFeatureBenchmarkResult