인터페이스 사용률(netcor)

System.NetworkManagement.MIB2.NetworkAdapter.HighUtilization (UnitMonitor)

이 인터페이스의 사용률 수준을 모니터링합니다.

Knowledge Base article:

요약

이 모니터는 이 인터페이스의 사용률 수준을 나타냅니다. 이 모니터에서 가능한 두 가지 상태는 다음과 같습니다.

구성

이 모니터에서는 다음 옵션을 구성할 수 있습니다.

옵션

정의

기본값

간격

장치 상태를 확인하는 간격(초)입니다.

240초

다시 시도 횟수

간격 샘플을 삭제하기 전 각 모니터링 간격의 시도 횟수입니다.

3

샘플 수

모니터 상태가 변경되기 전의 연속 샘플 수입니다.

3

시간 제한

샘플 시간이 초과되고 샘플 값에 새로운 시도가 적용되기 전까지 장치 응답을 기다리는 시간(밀리초)입니다.

3,500밀리초

임계값

사용률 비율

60

원인

이 모니터는 이 인터페이스의 사용 수준이 구성된 임계값을 초과할 때 경고 상태로 바뀝니다. 포트 또는 인터페이스의 현재 사용률은 동일한 간격에서 송신될 수 있는 총 비트 수에 대해 일부 간격에서 송신되는 총 비트 수의 비율이며 백분율로 표시됩니다. 값이 100%이면 해당 기간에 더 많은 트래픽이 도착했지만 용량이 부족하여 일부 트래픽은 삭제되었음을 의미합니다.

해결 방법

상태 탐색기를 사용하여 모니터의 상태 변경 이벤트 탭에서 상태 변경 정보를 확인합니다. 이 데이터에는 계산된 성능 카운터 값이 표시됩니다(이 값에 따라 상태가 변경됨). 문제 및 문제 해결 절차에 대한 자세한 내용은 해당 장치 제조업체의 설명서를 참조하십시오.

Element properties:

TargetSystem.NetworkManagement.MIB2_Base_NetworkAdapter
Parent MonitorSystem.Health.PerformanceState
CategoryPerformanceHealth
EnabledFalse
Alert GenerateTrue
Alert SeverityMatchMonitorHealth
Alert PriorityNormal
Alert Auto ResolveTrue
Monitor TypeSystem.NetworkManagement.NetworkAdapter.HighUtilizationThresholdMonitor
RemotableTrue
AccessibilityPublic
Alert Message
인터페이스 사용률 경고
{0}의 사용률이 지정된 임계값을 초과합니다. 트리거 값은 {1}입니다.
RunAsDefault

Source Code:

<UnitMonitor ID="System.NetworkManagement.MIB2.NetworkAdapter.HighUtilization" Accessibility="Public" Enabled="false" Target="NetworkLibrary!System.NetworkManagement.MIB2_Base_NetworkAdapter" ParentMonitorID="SystemHealth!System.Health.PerformanceState" Remotable="true" Priority="Normal" TypeID="System.NetworkManagement.NetworkAdapter.HighUtilizationThresholdMonitor" ConfirmDelivery="false">
<Category>PerformanceHealth</Category>
<AlertSettings AlertMessage="System.NetworkManagement.Generic.NetworkAdapter.HighUtilization.AlertMessage">
<AlertOnState>Warning</AlertOnState>
<AutoResolve>true</AutoResolve>
<AlertPriority>Normal</AlertPriority>
<AlertSeverity>MatchMonitorHealth</AlertSeverity>
<AlertParameters>
<AlertParameter1>$Target/Property[Type="System!System.Entity"]/DisplayName$</AlertParameter1>
<AlertParameter2>$Data/Context/Value$</AlertParameter2>
</AlertParameters>
</AlertSettings>
<OperationalStates>
<OperationalState ID="UnderThreshold" MonitorTypeStateID="MTSThresholdSuccess" HealthState="Success"/>
<OperationalState ID="OverThreshold" MonitorTypeStateID="MTSThresholdError" HealthState="Warning"/>
</OperationalStates>
<Configuration>
<Interval>300</Interval>
<NoOfRetries>3</NoOfRetries>
<Timeout>3500</Timeout>
<OIDMaxSpeed>.1.3.6.1.2.1.2.2.1.5.$Target/Property[Type="NetworkLibrary!System.NetworkManagement.NetworkAdapter"]/Index$</OIDMaxSpeed>
<OIDInOctets>.1.3.6.1.2.1.2.2.1.10.$Target/Property[Type="NetworkLibrary!System.NetworkManagement.NetworkAdapter"]/Index$</OIDInOctets>
<OIDOutOctets>.1.3.6.1.2.1.2.2.1.16.$Target/Property[Type="NetworkLibrary!System.NetworkManagement.NetworkAdapter"]/Index$</OIDOutOctets>
<MaxSpeedFactor>1</MaxSpeedFactor>
<Threshold>60</Threshold>
<NumberOfSamples>3</NumberOfSamples>
</Configuration>
</UnitMonitor>