Get-ServiceFabricClusterLoadInformation
Gets the load reports of a Service Fabric cluster.
Syntax
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.
Type: | Int32 |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Inputs
None
Outputs
System.Object