Syntax
New-StatInterval [-Name] <String> [-SamplingPeriodSecs] <Int32> [-StorageTimeSecs] <Int32> [[-Server] <VIServer[]>] [-WhatIf] [-Confirm] [<CommonParameters>]Related Commands
Online versionDetailed Description
Creates a statistics interval with the specified parameters.Parameters
Return Type
StatIntervalNotes
Creation of statistics intervals is not supported on vCenter and ESX server s that are versions later than 2.0.Examples
-------------- Example 1 --------------
New-StatInterval -Name Minute -SamplingPeriodSecs 60 -StorageTimeSecs 600
Creates a new statistics interval named Minute. Note that creating statistics intervals is allowed only on VirtualCenter 2.0.