논리 디스크 사용 가능한 공간(\%)

Microsoft.Windows.Client.Win7.LogicalDisk.FreeSpace.Collection (Rule)

논리 디스크에서 할당되지 않은 사용 가능한 총 공간의 비율입니다.

Knowledge Base article:

요약

이 규칙은 Logical Disk\% Free Space 성능 카운터의 성능 데이터를 수집합니다. 이와 같이 수집된 정보는 하나 이상의 보기 및/또는 보고서에 제공됩니다.

Logical Disk\% Free Space 성능 카운터는 선택된 논리 디스크 드라이브에 대해 사용 가능한 전체 공간의 비율을 제공합니다.

Element properties:

TargetMicrosoft.Windows.Client.Win7.LogicalDisk
CategoryPerformanceCollection
EnabledFalse
Instance NameLogicalDisk
Counter Name\% Free Space
Frequency900
Alert GenerateFalse
RemotableTrue

Member Modules:

ID Module Type TypeId RunAs 
PerformanceDS DataSource System.Performance.OptimizedDataProvider Default
WriteToDB WriteAction Microsoft.SystemCenter.CollectPerformanceData Default
WriteToDW WriteAction Microsoft.SystemCenter.DataWarehouse.PublishPerformanceData Default

Source Code:

<Rule ID="Microsoft.Windows.Client.Win7.LogicalDisk.FreeSpace.Collection" Enabled="false" Target="Win7!Microsoft.Windows.Client.Win7.LogicalDisk">
<Category>PerformanceCollection</Category>
<DataSources>
<DataSource ID="PerformanceDS" TypeID="SystemPerf!System.Performance.OptimizedDataProvider">
<ComputerName>$Target/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/NetworkName$</ComputerName>
<CounterName>% Free Space</CounterName>
<ObjectName>LogicalDisk</ObjectName>
<InstanceName>$Target/Property[Type="Windows!Microsoft.Windows.LogicalDevice"]/DeviceID$</InstanceName>
<AllInstances>false</AllInstances>
<Frequency>900</Frequency>
<Tolerance>1</Tolerance>
<ToleranceType>Absolute</ToleranceType>
<MaximumSampleSeparation>4</MaximumSampleSeparation>
</DataSource>
</DataSources>
<WriteActions>
<WriteAction ID="WriteToDB" TypeID="SC!Microsoft.SystemCenter.CollectPerformanceData"/>
<WriteAction ID="WriteToDW" TypeID="SCDW!Microsoft.SystemCenter.DataWarehouse.PublishPerformanceData"/>
</WriteActions>
</Rule>