BuildSigar
https://support.hyperic.com/display/SIGAR/Home;jsessionid=7436F86CA13B66BCE1A827043E159F34#Home-download
https://support.hyperic.com/display/DOC/HQ+Documentation
STP算法:
这个论文提出了上行和下行端口,但是前提是需要知道所有的交换机,通过交换机的地址转发表来判断。
http://wenku.baidu.com/view/d208a139915f804d2b16c1d9.html
这个论文结合了STP和AFT,写的很好,可以参考:
http://www.ccf.org.cn/resources/1190201776262/2010/07/13/h0468050027.pdf
石玫的文章也不错:
http://wenku.it168.com/d_000094930.shtml
后续还有,郑海的改:
http://wenku.baidu.com/link?url=FPudtOIXmqfqhUuWLqo7rA0joyjWP3mGRVAaDTlW1xenucKECteT2HQd6bFPKM7endx5xiwVzBygLDXbZgMnMpEz9FYX-FsGt6koiyuXaNe
明天看看这几篇:
http://www.doc88.com/p-7116111478645.html
http://wenku.baidu.com/view/71d9c32d2af90242a895e5dd.html
http://wenku.baidu.com/view/bd064385ec3a87c24028c40e.html
http://wenku.baidu.com/view/775543fe910ef12d2af9e7dd.html
http://wenku.baidu.com/view/d2d1dae90242a8956aece408.html
BuildSigar的更多相关文章
随机推荐
- 整数v,从高位到低位,取c位数,得到最大数 (其中:v>=10^c)
题目如上,例子v=22312324,c=3,求得最大数为334. 用自己的想法实现了一遍,如果你有更好的方法的话,欢迎不吝赐教. 我的思路是,先将整数v按位存入一个数组,数组低位为整数高位,如num[ ...
- CodeForces 190A Vasya and the Bus
本题是比较简单的,有几个坑要注意一下: 1.n==0&&m!=0 时输出 "Impossible" : 2.n==0&&m==0 时输出 ”0 0 ...
- Ubuntu 12.04安装NFS server
首先安装nfs-kernel-server apt-get install nfs-kernel-server 然后创建一个目录: mkdir -p /opt/share 并赋予权限777: chmo ...
- 关于GPS偏移的基础知识
转载地址 我们平时用到的地球坐标系统,叫做WGS84坐标,国家保密插件,也叫做加密插件或者加偏或者SM模组,其实就是对真实坐标系统进行人为的加偏处理,按照几行代码的算法,将真实的坐标加密成虚假的坐标, ...
- [Leetcode][Python]41: First Missing Positive
# -*- coding: utf8 -*-'''__author__ = 'dabay.wang@gmail.com' 41: First Missing Positivehttps://oj.le ...
- Connect the Cities(prime)
Connect the Cities Time Limit : 2000/1000ms (Java/Other) Memory Limit : 32768/32768K (Java/Other) ...
- IOS 开展 分别制定了iphone 和 ipad 好? 或开发一个 Universal好?
最近因为工作的需要,.因为时间短的开发周期 开发的需要 积 至iphone 和 ipad 台 执行 优势的版本号 1.安装包,轻松管理,分布 2.您下载iphone,ipad 会自己主动下载 3.审核 ...
- SQL Server Reporting Services (SQLEXPRESS) 服务占用80端口
win7, 好多时候,看到system进程占用了80端口,这个是系统进程,不能直接结束.我们不知道这个进程的哪个服务占用了80端口,这里记录其中一个服务"SQL Server Reporti ...
- mesos博客集
http://dongxicheng.org/category/apache-mesos/
- RadioButtonList选择事件onclick
<asp:RadioButtonList ID="rbtnFInvoiceType" runat="server" onclick="check ...