Utilisation en entrée (\%)

Microsoft.SystemCenter.NetworkDevice.Interface.InboundUtilizationThresholdMonitor (UnitMonitor)

Moniteur de performances qui affiche les erreurs et les alertes lorsque le pourcentage d'utilisation en entrée franchit le seuil défini.

Knowledge Base article:

Résumé

Analyse du seuil d'utilisation entrante

Causes

L'utilisation entrante de ce périphérique a excédé le seuil spécifié, ce qui indique un niveau d'utilisation de bande passante élevé. Ceci est déterminé en fonction du nombre total d'octets reçus par rapport à la bande passante actuelle ou optimale de l'interface.

Ci-dessous figurent les détails de l'identificateur d'objet (OID) qui est interrogé via une demande SNMP GET

Objet

OID

Description

ifInOctets

.1.3.6.1.2.1.2.2.1.10

Nombre total d'octets entrants reçus par le périphérique, y compris les caractères de trame.

Solutions

Ci-dessous figurent des procédures de dépannage simples

Augmentez le seuil de l'analyse. Cette opération permettra un meilleur « réglage » de l'application à votre environnement. Veillez à ne pas trop augmenter le seuil car des événements importants pourraient passer inaperçus.

Element properties:

TargetMicrosoft.SystemCenter.NetworkDevice.Interface
Parent MonitorSystem.Health.PerformanceState
CategoryPerformanceHealth
EnabledFalse
Alert GenerateTrue
Alert SeverityError
Alert PriorityNormal
Alert Auto ResolveFalse
Monitor TypeMicrosoft.SystemCenter.NetworkDevice.Interface.UtilizationThresholdMonitorType
RemotableTrue
AccessibilityPublic
Alert Message
Le seuil d'utilisation en entrée est dépassé
Le pourcentage d'utilisation en entrée de cette interface a dépassé le seuil défini.
RunAsDefault

Source Code:

<UnitMonitor ID="Microsoft.SystemCenter.NetworkDevice.Interface.InboundUtilizationThresholdMonitor" Accessibility="Public" Enabled="false" Target="Microsoft.SystemCenter.NetworkDevice.Interface" ParentMonitorID="Health!System.Health.PerformanceState" Remotable="true" Priority="Normal" TypeID="Microsoft.SystemCenter.NetworkDevice.Interface.UtilizationThresholdMonitorType" ConfirmDelivery="false">
<Category>PerformanceHealth</Category>
<AlertSettings AlertMessage="Microsoft.SystemCenter.NetworkDevice.Interface.InboundUtilizationThresholdMonitor.AlertMessage">
<AlertOnState>Error</AlertOnState>
<AutoResolve>false</AutoResolve>
<AlertPriority>Normal</AlertPriority>
</AlertSettings>
<OperationalStates>
<OperationalState HealthState="Success" MonitorTypeStateID="UnderThreshold" ID="BelowThreshold"/>
<OperationalState HealthState="Error" MonitorTypeStateID="OverThreshold" ID="AboveThreshold"/>
</OperationalStates>
<Configuration>
<Interval>300</Interval>
<IP>$Target/Host/Property[Type="NetworkDevice!Microsoft.SystemCenter.NetworkDevice"]/IPAddress$</IP>
<CommunityString>$Target/Host/Property[Type="NetworkDevice!Microsoft.SystemCenter.NetworkDevice"]/CommunityString$</CommunityString>
<Version>$Target/Host/Property[Type="NetworkDevice!Microsoft.SystemCenter.NetworkDevice"]/Version$</Version>
<SnmpVarBinds>
<SnmpVarBind>
<OID>1.3.6.1.2.1.2.2.1.10.$Target/Property[Type="Microsoft.SystemCenter.NetworkDevice.Interface"]/ifIndex$</OID>
<Syntax>0</Syntax>
<Value VariantType="3"/>
</SnmpVarBind>
</SnmpVarBinds>
<Threshold>60</Threshold>
<Percent>true</Percent>
</Configuration>
</UnitMonitor>