How to see the raw MIB data for Smarts Performance Manager
search cancel

How to see the raw MIB data for Smarts Performance Manager

book

Article ID: 304156

calendar_today

Updated On:

Products

VMware

Environment

VMware Smart Assurance - SMARTS

Resolution

How to see raw MIB information, Smarts Performance Manager uses for its calculations



Execute the following commands in: <basedir>/IP/smarts/bin

run:
./dmctl -s <PM DM name> invoke Interface::<Interface Name> findInstrumentation Performance
 or
./dmctl -s <PM DM name> invoke Interface::<Interface Name> findInstrumentation "MIB2 Performance Data"

For example:
./dmctl -s test-pm-60SP1 invoke Interface::IF-moto-gw.smarts.com/1 findInstrumentation Performance
 or
./dmctl -s test-pm-60SP1 invoke Interface::IF-moto-gw.smarts.com/1 findInstrumentation "MIB2 Performance Data"

It will return something like:
Interface_Performance_CiscoRouter_Ethernet::I-Interface_Performance_CiscoRouter_Ethernet-IF-moto-gw.smarts.com/1
or
NetworkAdapter_PerformanceData_MIB2::I-NetworkAdapter_PerformanceData_MIB2-IF-moto-gw.smarts.com/1 

Now run a get on that class and object you will get the raw data that we polled from the MIB:
./dmctl -s test-pm-60SP1 get Interface_Performance_CiscoRouter_Ethernet::I-Interface_Performance_CiscoRouter_Ethernet-IF-moto-gw.smarts.com/1 

Properties of Interface_Performance_CiscoRouter_Ethernet::I-Interface_Performance_CiscoRouter_Ethernet-IF-moto-gw.smarts.com/1:
     AvgInputPacketSize = 164.8518
     AvgOutputPacketSize = <unknown>
     BroadcastThreshold = 15
     CollisionPct = 0.0000
     CollisionRate = 0.0000
     CollisionThreshold = 10
     CreationClassName = Interface_Performance_CiscoRouter_Ethernet
     CurrentUtilization = <unknown>
     DataProvidedBy = NetworkAdapter_PerformanceData_MIB2::I-NetworkAdapter_PerformanceData_MIB2-IF-moto-gw.smarts.com/1
     Description =
     DiscardThreshold = 5
     DisplayClassName = Interface
     DisplayName = IF-moto-gw.smarts.com/1 [Ethernet0] [172.16.1.1]
     DuplexMode = UNSPECIFIED
     ErrorThreshold = 10
     ErrorTrafficThreshold = 2.0000
     InputPacketBroadcastPct = 0.0034
     InputPacketBroadcastRate = 0.2583
     InputPacketDiscardPct = 0.0000
     InputPacketDiscardRate = 0.0000
     InputPacketErrorPct = 0.0000
     InputPacketErrorRate = 0.0000
     InputPacketNoErrorRate = 1.5625
     InputPacketQueueDropPct = 0.0000
     InputPacketQueueDropRate = 0.0000
     InputPacketRate = 1.5625
     InputPacketsQueuedRate = 1.5625
     InstrumentationKey = Performance
     InstrumentationOK = TRUE
     Instruments = Interface::IF-moto-gw.smarts.com/1
     IsDuplex = FALSE
     MaxSpeed = 10000000
     MaxTransferUnit = 1500
     MinimumCollisionRate = 83.3333
     MinimumDiscardRate = 83.3333
     MinimumErrorRate = 16.6667
     Mode = NORMAL
     Name = I-Interface_Performance_CiscoRouter_Ethernet-IF-moto-gw.smarts.com/1
     NetworkAdapterOperational = TRUE
     OutputPacketBroadcastPct = <unknown>
     OutputPacketBroadcastRate = 0.2583
     OutputPacketDiscardPct = 0.0000
     OutputPacketDiscardRate = 0.0000
     OutputPacketErrorPct = 0.0000
     OutputPacketErrorRate = 0.0000
     OutputPacketNoErrorRate = 1.4250
     OutputPacketQueueDropPct = 0.0000
     OutputPacketQueueDropRate = 0.0000
     OutputPacketRate = 1.4250
     PollingInterval = 240
     QueueDropThreshold = 1
     ServiceName =
     TrafficRate = <unknown>
     Type = ETHERNETCSMACD
     UtilizationThreshold = 40
     ifInDiscardsRate = 0.0000
     ifInErrorsRate = 0.0000
     ifInNUcastPktsRate = 0.2583
     ifInOctetsRate = 257.7458
     ifInUcastPktsRate = 1.3042
     ifInUnknownProtosRate = 0.0000
     ifOutDiscardsRate = 0.0000
     ifOutErrorsRate = 0.0000
     ifOutNUcastPktsRate = 0.0167
     ifOutOctetsRate = <unknown>
     ifOutUcastPktsRate = 1.4083
     locIfCollisions = 1
     locIfCollisionsRate = 0.0000
     locIfInAbort = 0
     locIfInAbortRate = 0.0000
     locIfInCRC = 0
     locIfInCRCRate = 0.0000
     locIfInFrame = 0
     locIfInFrameRate = 0.0000
     locIfInGiants = 0
     locIfInGiantsRate = 0.0000
     locIfInIgnored = 0
     locIfInIgnoredRate = 0.0000
     locIfInRunts = 0
     locIfInRuntsRate = 0.0000
     locIfInputQueueDrops = 0
     locIfInputQueueDropsRate = 0.0000
     locIfOutputQueueDrops = 0
     locIfOutputQueueDropsRate = 0.0000