Microsoft Storage Spaces

Storage Spaces is the monitoring module for Microsoft Storage Spaces and Storage Spaces Direct (S2D). You can monitor performance counters and get inventory reports for your Storage Spaces environments.

You can reach Storage Spaces module monitoring and reports via left menu.

Module Reports

VirtualMetric collects following inventory reports for Storage Spaces module.

Bare Metal Reports

Change Tracking
Event Log
Security Log
Firewall Log
Best Practices
Pending Updates
TCP Connections         
Security Threats         
File Change Tracking
User Sessions
Processes
Services
Hotfix
Programs
Windows Features         
Windows Defender
Firewall Rules
Network Teaming
Startup Commands
Local DNS Records
Administrators

Cluster Reports

Cluster Network
Cluster Aware Update

Module Counters

VirtualMetric collects following performance counters for Storage Spaces module.

Processor

% C1 Time
% C2 Time
% C3 Time
% DPC Time
% Idle Time
% Interrupt Time
% Privileged Time
% Processor Time
% User Time
C1 Transitions/sec
C2 Transitions/sec
C3 Transitions/sec
DPC Rate
DPCs Queued/sec
Interrupts/sec

Memory

Available MBytes
Pages/Sec
Page Faults/Sec
% Committed Bytes In Use
Free System Page Table Entries
Pool Nonpaged Bytes
Pool Paged Bytes

Paging File

% Usage

Network Interface

Bytes Received/Sec
Bytes Sent/Sec
Packets Received/Sec
Packets Sent/Sec
Output Queue Length

LogicalDisk

Disk Reads/Sec
Disk Writes/Sec
Disk Read Bytes/Sec
Disk Write Bytes/Sec
% Idle Time
Split IO/Sec
Current Disk Queue Length
Avg. Disk Read Queue Length
Avg. Disk Write Queue Length
Avg. Disk Sec/Read
Avg. Disk Sec/Write

PhysicalDisk

Disk Reads/Sec
Disk Writes/Sec
Disk Read Bytes/Sec
Disk Write Bytes/Sec
% Idle Time
Split IO/Sec
Current Disk Queue Length
Avg. Disk Read Queue Length
Avg. Disk Write Queue Length
Avg. Disk Sec/Read
Avg. Disk Sec/Write

Cluster CSV File System

IO Reads/Sec
IO Writes/Sec
IO Read Bytes/Sec
IO Write Bytes/Sec
Redirected Reads/Sec
Redirected Writes/Sec
Redirected Read Bytes/sec
Redirected Write Bytes/sec
Read Queue Length
Write Queue Length
Read Latency
Write Latency
Redirected Read Queue Length
Redirected Write Queue Length
Redirected Read Latency
Redirected Write Latency
Disk IO Reads/Sec
Cache Read/Sec

Cluster CSV Volume Cache

Cache Size - Configured
Cache Size - Current
Disk IO Read - Bytes/Sec
Cache IO Read - Bytes/sec
LRU Cache Size - Current
LRU Cache Size - Target

User Permissions

If you want to use non-administrator user for VirtualMetric, you need to add the following changes for the user account in addition to Bare Metal permissions.

Cluster Access Permissions

To enable Windows Failover Cluster monitoring, you need to run the code below:

Grant-ClusterAccess -User Domain\vmetricuser -ReadOnly

Requirements

Following Windows features are required to monitor Microsoft Storage Spaces:

Failover Cluster Module for Windows PowerShell

You can install required features with following PowerShell command:

Get-WindowsFeature RSAT-Clustering-PowerShell | Add-WindowsFeature

Last updated