Get-ServiceFabricNodeLoadInformation
Gets detailed metrics load information for a Service Fabric node.
Syntax
Default (Default)
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
Example 1: Get the load related information of a cluster node
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.
Parameter properties
| Type: | String |
| Default value: | None |
| Supports wildcards: | False |
| DontShow: | False |
Parameter sets
(All)
| Position: | 0 |
| Mandatory: | True |
| Value from pipeline: | False |
| Value from pipeline by property name: | True |
| Value from remaining arguments: | False |
-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.