< Back
Get-SVTcapacity
Post
NAME Get-SVTcapacity
SYNOPSIS
Display capacity information for the specified SimpliVity node
SYNTAX
Get-SVTcapacity [[-HostName] <String[]>] [[-OffsetHour] <Int32>] [[-Hour] <Int32>] [[-Resolution] <String>]
[-Chart] [<CommonParameters>]
DESCRIPTION
Displays capacity information for a number of useful metrics, such as
Free space, used capacity, compression ratio and efficiency ration over time
for a specified SimpliVity node.
PARAMETERS
-HostName <String[]>
The SimpliVity node you want to show capacity information for
Required? false
Position? 1
Default value
Accept pipeline input? true (ByValue, ByPropertyName)
Accept wildcard characters? false
-OffsetHour <Int32>
Offset in hours from now.
Required? false
Position? 2
Default value 0
Accept pipeline input? false
Accept wildcard characters? false
-Hour <Int32>
The range in hours (the duration from the specified point in time)
Required? false
Position? 3
Default value 24
Accept pipeline input? false
Accept wildcard characters? false
-Resolution <String>
The resolution in seconds, minutes, hours or days
Required? false
Position? 4
Default value HOUR
Accept pipeline input? false
Accept wildcard characters? false
-Chart [<SwitchParameter>]
Required? false
Position? named
Default value False
Accept pipeline input? false
Accept wildcard characters? false
<CommonParameters>
This cmdlet supports the common parameters: Verbose, Debug,
ErrorAction, ErrorVariable, WarningAction, WarningVariable,
OutBuffer, PipelineVariable, and OutVariable. For more information, see
about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).
INPUTS
system.string
HPESimpliVity.Host
OUTPUTS
HPE.SimpliVity.Capacity
-------------------------- EXAMPLE 1 --------------------------
PS C:\\>Get-SVTcapacity -HostName MyHost
Shows capacity information for the specified host for the last 24 hours
-------------------------- EXAMPLE 2 --------------------------
PS C:\\>Get-SVTcapacity -HostName MyHost -Hour 1 -resolution MINUTE
Shows capacity information for the specified host showing every minute for the last hour
-------------------------- EXAMPLE 3 --------------------------
PS C:\\>Get-SVTcapacity -Chart
Creates a chart for each host in the SimpliVity federation showing the latest capacity details
RELATED LINKS
SYNOPSIS
Display capacity information for the specified SimpliVity node
SYNTAX
Get-SVTcapacity [[-HostName] <String[]>] [[-OffsetHour] <Int32>] [[-Hour] <Int32>] [[-Resolution] <String>]
[-Chart] [<CommonParameters>]
DESCRIPTION
Displays capacity information for a number of useful metrics, such as
Free space, used capacity, compression ratio and efficiency ration over time
for a specified SimpliVity node.
PARAMETERS
-HostName <String[]>
The SimpliVity node you want to show capacity information for
Required? false
Position? 1
Default value
Accept pipeline input? true (ByValue, ByPropertyName)
Accept wildcard characters? false
-OffsetHour <Int32>
Offset in hours from now.
Required? false
Position? 2
Default value 0
Accept pipeline input? false
Accept wildcard characters? false
-Hour <Int32>
The range in hours (the duration from the specified point in time)
Required? false
Position? 3
Default value 24
Accept pipeline input? false
Accept wildcard characters? false
-Resolution <String>
The resolution in seconds, minutes, hours or days
Required? false
Position? 4
Default value HOUR
Accept pipeline input? false
Accept wildcard characters? false
-Chart [<SwitchParameter>]
Required? false
Position? named
Default value False
Accept pipeline input? false
Accept wildcard characters? false
<CommonParameters>
This cmdlet supports the common parameters: Verbose, Debug,
ErrorAction, ErrorVariable, WarningAction, WarningVariable,
OutBuffer, PipelineVariable, and OutVariable. For more information, see
about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).
INPUTS
system.string
HPESimpliVity.Host
OUTPUTS
HPE.SimpliVity.Capacity
-------------------------- EXAMPLE 1 --------------------------
PS C:\\>Get-SVTcapacity -HostName MyHost
Shows capacity information for the specified host for the last 24 hours
-------------------------- EXAMPLE 2 --------------------------
PS C:\\>Get-SVTcapacity -HostName MyHost -Hour 1 -resolution MINUTE
Shows capacity information for the specified host showing every minute for the last hour
-------------------------- EXAMPLE 3 --------------------------
PS C:\\>Get-SVTcapacity -Chart
Creates a chart for each host in the SimpliVity federation showing the latest capacity details
RELATED LINKS