Kritik Bellek Kullanımı nedeniyle WMI'yı Yeniden Başlat

Microsoft.SystemCenter.WMI.PrivateBytes.Critical.Recovery (Recovery)

WMI çok fazla bellek kullanıyorsa Taskkill yardımcı programını kullanarak WMI'yı yeniden başlatan kurtarma işlemi Kurtarma işleminin çıktısı Taskkill komutunun çıktısını gösterir (çıkış kodunun 0 olması başarılı olduğu anlamına gelir)

Element properties:

TargetMicrosoft.SystemCenter.Agent
MonitorMicrosoft.SystemCenter.WMIPrivateBytes.Monitor
Reset MonitorTrue
RemotableTrue
Timeout300
CategoryCustom
Enabledfalse
AccessibilityInternal

Member Modules:

ID Module Type TypeId RunAs 
TaskKillAllWMI WriteAction Microsoft.SystemCenter.StopWMI.WriteAction Default

Source Code:

<Recovery ID="Microsoft.SystemCenter.WMI.PrivateBytes.Critical.Recovery" Accessibility="Internal" Enabled="false" Target="SCLibrary!Microsoft.SystemCenter.Agent" Monitor="Microsoft.SystemCenter.WMIPrivateBytes.Monitor" ResetMonitor="true" ExecuteOnState="Error" Remotable="true" Timeout="300">
<Category>Custom</Category>
<WriteAction ID="TaskKillAllWMI" TypeID="Microsoft.SystemCenter.StopWMI.WriteAction">
<TaskKillFilter>MEMUSAGE ge 1</TaskKillFilter>
<TimeoutSeconds>300</TimeoutSeconds>
</WriteAction>
</Recovery>