Share via


Get-ServiceFabricClusterLoadInformation

Gets the load reports of a Service Fabric cluster.

Syntax

Default (Default)

Get-ServiceFabricClusterLoadInformation
    [-TimeoutSec <Int32>]
    [<CommonParameters>]

Description

The Get-ServiceFabricClusterLoadInformation cmdlet gets the detailed load information for each metric. The data is retrieved from the resource balancer.

Before you perform any operation on a Service Fabric cluster, establish a connection to the cluster by using the Connect-ServiceFabricCluster cmdlet.

Examples

Example 1: Get the cluster load information

PS C:\> Get-ServiceFabricClusterLoadInformation

This command gets a list of metrics load information and metadata about the last resource manager running.

Parameters

-TimeoutSec

Specifies the time-out period, in seconds, for the operation.

Parameter properties

Type:Int32
Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

(All)
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, -ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.

Inputs

None

Outputs

System.Object