zoukankan      html  css  js  c++  java
  • Window 下面利用Oid 获取SNMP主机信息 以及计算方法

    Windows OID' for CPU, Memory, Disk Utilization2007-10-31 11:03Windows CPU
    Utilization:
                    
    OID:.1.3.6.1.2.1.25.3.3.1.2 
    (.iso.org.dod.internet.mgmt.mib-2.host.hrDevice.hrProcessorTable.hrProcessorEntry.hrProcessorLoad)
    in
    HOST-RESOURCES-MIB
                                
    1.3.6.1.2.1.25.3.3.1.2.2 And     
    1.3.6.1.2.1.25.3.3.1.2.3
    Windows Memory
    Utilization:
                   
    Total : OID: 1.3.6.1.2.1.25.2.2.0      单位(KB)--Windows
    2003
                                    
    1.3.6.1.2.1.25.2.2.0 = 2096304 [Integer]
      Memory Usage 的处理和 HDD total,
    HDD usage一致
    Windows Disk
    Utilization:
                  
    Total
    OID:
                  
    Usage OID:
    1. Disk type OID
    (hrStrogeType):
    hrStorageTypes
    1.3.6.1.2.1.25.2.1
    OBJECT
    IDENTIFIER
    hrStorageOther
    1.3.6.1.2.1.25.2.1.1
    OBJECT
    IDENTIFIER
    hrStorageRam
    1.3.6.1.2.1.25.2.1.2
    OBJECT
    IDENTIFIER
    hrStorageVirtualMemory
    1.3.6.1.2.1.25.2.1.3
    OBJECT
    IDENTIFIER
    hrStorageFixedDisk
    1.3.6.1.2.1.25.2.1.4
    OBJECT
    IDENTIFIER
    hrStorageRemovableDisk
    1.3.6.1.2.1.25.2.1.5
    OBJECT
    IDENTIFIER
    hrStorageFloppyDisk
    1.3.6.1.2.1.25.2.1.6
    OBJECT
    IDENTIFIER
    hrStorageCompactDisc
    1.3.6.1.2.1.25.2.1.7
    OBJECT
    IDENTIFIER
    hrStorageRamDisk
    1.3.6.1.2.1.25.2.1.8
    OBJECT
    IDENTIFIER
    hrStorageRam 表示内存, hrStorageFixedDisk 表示硬盘, hrStorageVirtualMemory
    表示虚拟内存, hrStorageCompactDisc 表示光盘
    2. 区分各个磁盘/分区的类型
    1.3.6.1.2.1.25.2.3.1.2.1
    = 1.3.6.1.2.1.25.2.1.4 [ObjectIdentifier] //硬盘
    1.3.6.1.2.1.25.2.3.1.2.2 =
    1.3.6.1.2.1.25.2.1.4 [ObjectIdentifier] //硬盘
    1.3.6.1.2.1.25.2.3.1.2.3 =
    1.3.6.1.2.1.25.2.1.4 [ObjectIdentifier] //硬盘
    1.3.6.1.2.1.25.2.3.1.2.4 =
    1.3.6.1.2.1.25.2.1.4 [ObjectIdentifier] //硬盘
    1.3.6.1.2.1.25.2.3.1.2.5 =
    1.3.6.1.2.1.25.2.1.7 [ObjectIdentifier] //光盘
    1.3.6.1.2.1.25.2.3.1.2.6 =
    1.3.6.1.2.1.25.2.1.7 [ObjectIdentifier] //光盘
    1.3.6.1.2.1.25.2.3.1.2.7 =
    1.3.6.1.2.1.25.2.1.3 [ObjectIdentifier] //虚拟内存
    1.3.6.1.2.1.25.2.3.1.2.8 =
    1.3.6.1.2.1.25.2.1.2 [ObjectIdentifier] //物理内存
    3. Disk/分区 Information
    OID:
    1.3.6.1.2.1.25.2.3.1.3.1 = "C: Label: Serial Number dc26ea33"
    [Octets]
    1.3.6.1.2.1.25.2.3.1.3.2 = "D: Label:test Serial Number 9629f314"
    [Octets]
    1.3.6.1.2.1.25.2.3.1.3.3 = "E: Label:test_backup Serial Number
    94389268" [Octets]
    1.3.6.1.2.1.25.2.3.1.3.4 = "F: Label:others Serial Number
    5c4002e8" [Octets]
    1.3.6.1.2.1.25.2.3.1.3.5 = "G:"
    [Octets]
    1.3.6.1.2.1.25.2.3.1.3.6 = "H: Label:Oracle10g Serial Number
    b1c04dbe" [Octets]
    1.3.6.1.2.1.25.2.3.1.3.7 = "Virtual Memory"
    [Octets]
    1.3.6.1.2.1.25.2.3.1.3.8 = "Physical Memory" [Octets]
    4.
    StorageAllocationUnits OID:也叫每个箸/块的大小
    1.3.6.1.2.1.25.2.3.1.4.1 = 512
    [Integer]
    1.3.6.1.2.1.25.2.3.1.4.2 = 4096
    [Integer]
    1.3.6.1.2.1.25.2.3.1.4.3 = 4096
    [Integer]
    1.3.6.1.2.1.25.2.3.1.4.4 = 4096
    [Integer]
    1.3.6.1.2.1.25.2.3.1.4.5 = 0 [Integer]
    1.3.6.1.2.1.25.2.3.1.4.6
    = 2048 [Integer]
    1.3.6.1.2.1.25.2.3.1.4.7 = 65536
    [Integer]
    1.3.6.1.2.1.25.2.3.1.4.8 = 65536 [Integer]
    5.StorageSize
    OID:一个磁盘分为多少块/箸, 总大小
    1.3.6.1.2.1.25.2.3.1.5.1 = 25157789
    [Integer]
    1.3.6.1.2.1.25.2.3.1.5.2 = 2815383
    [Integer]
    1.3.6.1.2.1.25.2.3.1.5.3 = 4096567
    [Integer]
    1.3.6.1.2.1.25.2.3.1.5.4 = 11006525
    [Integer]
    1.3.6.1.2.1.25.2.3.1.5.5 = 0 [Integer]
    1.3.6.1.2.1.25.2.3.1.5.6
    = 317298 [Integer]
    1.3.6.1.2.1.25.2.3.1.5.7 = 63101
    [Integer]
    1.3.6.1.2.1.25.2.3.1.5.8 = 32754 [Integer]
    6. StorageUsed
    OID://已经使用的块/箸
    1.3.6.1.2.1.25.2.3.1.6.1 = 7427924
    [Integer]
    1.3.6.1.2.1.25.2.3.1.6.2 = 861039
    [Integer]
    1.3.6.1.2.1.25.2.3.1.6.3 = 16820
    [Integer]
    1.3.6.1.2.1.25.2.3.1.6.4 = 5788717
    [Integer]
    1.3.6.1.2.1.25.2.3.1.6.5 = 0 [Integer]
    1.3.6.1.2.1.25.2.3.1.6.6
    = 317298 [Integer]
    1.3.6.1.2.1.25.2.3.1.6.7 = 12172
    [Integer]
    1.3.6.1.2.1.25.2.3.1.6.8 = 13270 [Integer]
    7.
    StorageAllocationFailures OID://分配失败的块/箸
    1.3.6.1.2.1.25.2.3.1.7.1 = 0
    [Counter32]
    1.3.6.1.2.1.25.2.3.1.7.2 = 0
    [Counter32]
    1.3.6.1.2.1.25.2.3.1.7.3 = 0
    [Counter32]
    1.3.6.1.2.1.25.2.3.1.7.4 = 0
    [Counter32]
    1.3.6.1.2.1.25.2.3.1.7.5 = 0
    [Counter32]
    1.3.6.1.2.1.25.2.3.1.7.6 = 0
    [Counter32]
    1.3.6.1.2.1.25.2.3.1.7.7 = 0
    [Counter32]
    1.3.6.1.2.1.25.2.3.1.7.8 = 0 [Counter32]
    8.
    在这个例子中
    可以看到的盘符是C: D: E: F:; 同时可以得到虚拟内存信息,物理内存的信息
    C: 盘大小为512× 25157789=
    12880787968bytes or 12GB
    C: 盘以用空间512×7427924= 3803097088bytes or
    3.54GB
    C:盘使用率为3.54/12*100% = 29.5%
    C: 盘空间分配错误512×0 = 0
    bytes
    硬盘总的大小为512*25157789 + 4096*2815383 + 4096*4096567+ 4096*11006525 =
    about 80G
    磁盘使用大小为512*7427924 + 4096*861039 + 4096*16820 + 4096*5788717 =
    about 29G
    整个硬盘的使用率 29/80 *100% = 36.2%
    物理内存
    Total RAM 65536*32754 =
    2096256 KB, 2047.125M about 2G 这个数字和1.3.6.1.2.1.25.2.2.0结果差不多
    Used RAM
    65536*13270 = 829M
    内存使用率 829/2048 * 100% =
    40.4%
    内存每个箸/块的大小:hrStorageAllocationUnits,1.3.6.1.2.1.25.2.3.1.4,HOST-RESOURCES-MIB,OBJECT
    内存已使用的块/箸大小:hrStorageUsed,1.3.6.1.2.1.25.2.3.1.6,HOST-RESOURCES-MIB,OBJECT
    CPU的块/箸大小:hrProcessorLoad,1.3.6.1.2.1.25.3.3.1.2,HOST-RESOURCES-MIB,OBJECT

  • 相关阅读:
    数据分析1-2
    数据分析1-1
    数据分析案例:
    数据分析1:安装tushare安装包
    小爬爬7:回顾&&crawlSpider
    小爬爬6: 网易新闻scrapy+selenium的爬取
    小爬爬6:中间件
    小爬爬6:2请求传参
    前端 -----jQuery的选择器
    前端 ----jQuery的介绍
  • 原文地址:https://www.cnblogs.com/yunfeiqi/p/3424866.html
Copyright © 2011-2022 走看看