Get-ServiceFabricNodeLoadInformation

Gets detailed metrics load information for a Service Fabric node.

Syntax

Get-ServiceFabricNodeLoadInformation
   [-NodeName] <String>
   [-TimeoutSec <Int32>]
   [<CommonParameters>]

Description

The Get-ServiceFabricNodeLoadInformation cmdlet gets detailed metrics load information for a Service Fabric node. Specify a node by name. This cmdlet returns a list of metrics that includes the name, load, and the last updated date for metrics. This cmdlet can help you troubleshoot metrics-related issues on a node.

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

Examples

PS C:\> Get-ServiceFabricNodeLoadInformation -NodeName "Node01"

This command gets the load related information of all metrics on a node named Node01.

Parameters

-NodeName

Specifies the name of a Service Fabric node.

Type:String
Position:0
Default value:None
Required:True
Accept pipeline input:True
Accept wildcard characters:False

-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

System.String

Outputs

System.Object