码迷,mamicode.com
首页 >  
搜索关键字:meter bus    ( 1113个结果
openstack-ceilometer
ceilometer的数据采集机制 ceilometer主要负责监控数据的采集,采集的项目包括虚拟机的性能数据,neutron-l3-router使用的网络带宽,glance&cinder&swift等租户使用信息,甚至是通过snmp采集物理机的信息,以及采集支持opendaylight的网络设备信息。 基本概念 ceilometer 主要有下面几个概念: meter 是ceilo...
分类:其他好文   时间:2014-09-16 12:46:40    阅读次数:190
Cortex-M3/4的Hard Fault调试方法
1 Cortex-M3/4的Fault简介 Cortex-M3/4的Fault异常是由于非法的存储器访问(比如访问0地址、写只读存储位置等)和非法的程序行为(比如除以0等)等造成的。常见的4种异常及产生异常的情况如下:Bus Fault:在fetch指令、数据读写、fetch中断向量或中断时存...
分类:其他好文   时间:2014-09-16 10:23:00    阅读次数:263
(process:6471): GConf-WARNING **: 等类似错误
(process:6471): GConf-WARNING **: Client failed to connect to the D-BUS daemon: Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security...
分类:其他好文   时间:2014-09-15 22:55:54    阅读次数:222
Codeforces Round #266 (Div. 2) B. Wonder Room
The start of the new academic year brought about the problem of accommodation students into dormitories. One of such dormitories has a a?×?b square meter wonder room. The caretaker wants to accommoda...
分类:其他好文   时间:2014-09-15 11:18:28    阅读次数:148
Windows Azure Service Bus (2) 队列(Queue)入门
《Windows Azure Platform 系列文章目录》 Service Bus 队列(Queue) Service Bus的Queue非常适合分布式应用。当使用Service Bus Queue的时候,分布式应用的组件不直接进行通信。 - 前端应用(发送方)创建一个Azure S...
分类:Windows程序   时间:2014-09-12 18:35:43    阅读次数:284
Windows Azure Service Bus (1) 基础
《Windows Azure Platform 系列文章目录》 我们在基于Windows Azure进行云端开发的时候,云端的软件通常都需要与其他软件进行交互。这些其他软件可能包括其他Internet上的软件,或者内网的软件。 对于内网的软件来说,Azure提供Site-to-Site(S2...
分类:Windows程序   时间:2014-09-12 15:00:53    阅读次数:372
RS-232通信原理
rs232串口通信原理 串口是计算机上一种非常通用设备通信的协议(不要与通用串行总线Universal Serial Bus或者USB混淆)。大多数计算机包含两个基于RS232的串口。串口同时也是仪器仪表设备通用的通信协议;很多GPIB兼容的设备也带有RS-232口。同时,串口通信协议也可以用于获取...
分类:其他好文   时间:2014-09-11 18:48:32    阅读次数:202
USB枚举过程(2)
用bus hound 得到的数据GET MAX LUN 命令接下来用到的是UFI SCSI
分类:其他好文   时间:2014-09-11 16:48:02    阅读次数:166
Interrupt distribution scheme for a computer bus
A method of handling processor to processor interrupt requests in a multiprocessing computer bus environment is described. This method allows a multip...
分类:其他好文   时间:2014-09-09 22:56:49    阅读次数:569
sysfs文件系统与Linux设备模型
由于linux的内核空间和用户空间是严格分开的,所以sysfs可以看做是用户空间和内核空间的一座桥梁,sysfs把连接在系统上的设备和总线组织成为一个分级的文件,他们可以由用户空间存取,向用户空间导出内核数据结构以及他们的属性。/sys/ 的顶级目录包括:block, device, bus, dr...
分类:系统相关   时间:2014-09-05 15:45:01    阅读次数:338
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!