惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

Spread Privacy
Spread Privacy
大猫的无限游戏
大猫的无限游戏
F
Fortinet All Blogs
M
MIT News - Artificial intelligence
G
Google Developers Blog
Hacker News: Ask HN
Hacker News: Ask HN
cs.AI updates on arXiv.org
cs.AI updates on arXiv.org
K
KPMG report finds enterprise disconnect between AI and its ROI | CIO
H
Help Net Security
V
Visual Studio Blog
WordPress大学
WordPress大学
博客园 - 司徒正美
TaoSecurity Blog
TaoSecurity Blog
Webroot Blog
Webroot Blog
Hugging Face - Blog
Hugging Face - Blog
Application and Cybersecurity Blog
Application and Cybersecurity Blog
W
WeLiveSecurity
C
CERT Recently Published Vulnerability Notes
Y
Y Combinator Blog
S
Schneier on Security
Recent Announcements
Recent Announcements
CTFtime.org: upcoming CTF events
CTFtime.org: upcoming CTF events
宝玉的分享
宝玉的分享
T
Troy Hunt's Blog
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
博客园 - 三生石上(FineUI控件)
Microsoft Azure Blog
Microsoft Azure Blog
N
News and Events Feed by Topic
A
About on SuperTechFans
小众软件
小众软件
K
Kaspersky official blog
Help Net Security
Help Net Security
V2EX - 技术
V2EX - 技术
P
Proofpoint News Feed
S
Secure Thoughts
IT之家
IT之家
云风的 BLOG
云风的 BLOG
N
Netflix TechBlog - Medium
The Register - Security
The Register - Security
I
Intezer
NISL@THU
NISL@THU
GbyAI
GbyAI
P
Privacy & Cybersecurity Law Blog
T
Threatpost
C
Check Point Blog
Forbes - Security
Forbes - Security
C
Cisco Blogs
AI
AI
Recorded Future
Recorded Future
F
Full Disclosure

博客园 - 迷你软件

MySQL 主从同步延迟监控 Test post from Metablog Api 博文阅读密码验证 - 博客园 ASP.NET中的Menu控件在谷歌浏览器下显示异常的解决办法 符合标准的正常工作的对联广告(漂浮广告JS代码) C#:按钮颜色设置 用相对定位实现简单的图片边框阴影效果 如何识别 SQL Server 的版本 2010最危险的编程错误(转) NopCommerce学习:MSSQL 2005 排序规则导致中文编码错误 URL解码时,为什么将加号解码为空? 获取本机MAC地址 IPv4 to Integer C# 用SQL语句执行存储过程 1.3.6.1.2.1 - SNMP MIB-2 MIB MODULE HOST-RESOURCES-MIB Simple SNMP with SimpleSnmp 浅谈多线程中数据的绑定和赋值 - 迷你软件 - 博客园 SNMP基础简介
SNMP windows OIDs
迷你软件 · 2010-01-21 · via 博客园 - 迷你软件

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% 

Tags: oid , snmp , windows

摘自:http://hi.baidu.com/wangj998/blog/item/35bbadfc13876f84b801a051.html 

posted on 2010-01-21 00:23  迷你软件  阅读(1799)  评论()    收藏  举报