次の方法で共有


Get-StorageQosVolume

Get-StorageQosVolume

Retrieves per-volume performance metrics on a volume that is monitored by Storage QoS.

構文

Parameter Set: Id
Get-StorageQosVolume [-CimSession <CimSession[]> ] [-Mountpoint <String[]> ] [-Status <Status[]> ] [-ThrottleLimit <Int32> ] [-VolumeId <Guid[]> ] [ <CommonParameters>] [ <WorkflowParameters>]

詳細説明

The Get-StorageQosVolume cmdlet retrieves per-volume storage performance metrics on a volume that services Storage Quality of Service (Storage QoS) flows. The metrics are throughput and latency averages, aggregated over all flows, and computed over a 5-minute rolling time interval.

Each file handle opened by a Hyper-V server to a VHD or VHDX file is considered a flow. If a virtual machine has two virtual hard disks attached, it has 1 flow to the file server cluster per file. If a VHDX is shared with multiple virtual machines, it has 1 flow per virtual machine.

For more information about Storage QoS, see Storage Quality of Service in Windows Server Technical Preview (https://technet.microsoft.com/en-us/library/Mt126108).

パラメーター

-CimSession<CimSession[]>

リモート セッションまたはリモート コンピューターでコマンドレットを実行します。コンピューター名またはセッション オブジェクト (New-CimSession コマンドレットや Get-CimSession コマンドレットの出力など) を入力します。既定値は、ローカル コンピューター上の現在のセッションです。

Aliases

Session

必須/オプション

false

位置

named

既定値

none

パイプライン入力の受け入れ

false

ワイルドカード文字の受け入れ

false

-Mountpoint<String[]>

Specifies the file system path of a volume.

Aliases

none

必須/オプション

false

位置

named

既定値

none

パイプライン入力の受け入れ

false

ワイルドカード文字の受け入れ

false

-Status<Status[]>

Specifies the status of flows on a volume.
-- Ok indicates the minimum IOPS are being met.
-- InsufficientThroughput indicates IOPS are below minimum.

Aliases

none

必須/オプション

false

位置

named

既定値

none

パイプライン入力の受け入れ

false

ワイルドカード文字の受け入れ

false

-ThrottleLimit<Int32>

コマンドレットを実行する際に確立できる同時実行操作の最大数を指定します。このパラメーターを省略するか、値 0 を入力した場合、コンピューター上で実行されている CIM コマンドレットの数に基づいて、コマンドレットに最適なスロットル制限が Windows PowerShell® によって計算されます。スロットル制限は、セッションやコンピューターではなく、現在のコマンドレットにのみ適用されます。

Aliases

none

必須/オプション

false

位置

named

既定値

none

パイプライン入力の受け入れ

false

ワイルドカード文字の受け入れ

false

-VolumeId<Guid[]>

Specifies the ID of a volume that services flows.

Aliases

none

必須/オプション

false

位置

named

既定値

none

パイプライン入力の受け入れ

true(ByPropertyName)

ワイルドカード文字の受け入れ

false

<CommonParameters>

このコマンドレットは共通のパラメーターをサポートしています(-Verbose、-Debug、-ErrorAction、-ErrorVariable、-OutBuffer、および -OutVariable)。詳細については、TechNet の「 「about_CommonParameters」 (https://go.microsoft.com/fwlink/p/?LinkID=113216) を参照してください。

<WorkflowParameters>

入力

入力型は、コマンドレットにパイプできるオブジェクトの型です。

出力

出力型は、コマンドレットが出力するオブジェクトの型です。

  • Microsoft.Management.Infrastructure.CimInstance#MSFT_StorageQoSVolume

    This cmdlet outputs a Common Information Model (CIM) object of type MSFT_StorageQoSVolume (https://msdn.microsoft.com/en-us/library/mt164596(v=vs.85).aspx).

    Microsoft.Management.Infrastructure.CimInstance オブジェクトは、Windows Management Instrumentation (WMI) オブジェクトを表示するラッパー クラスです。基になる WMI オブジェクトの名前空間とクラス名は、シャープ記号 (#) に続くパスで指定されます。

使用例

Example 1: Get QoS statistics for volumes at a specified path

This command gets QoS statistics for all volumes mounted under C:\ClusterStorage.

PS C:\> 
Get-StorageQosVolume -Mountpoint "C:\ClusterStorage\*"

関連項目

Get-StorageQoSFlow

Get-StorageQosPolicy

New-StorageQosPolicy

Remove-StorageQosPolicy

Set-StorageQosPolicy