Class Diagram
2016-07-25 10:25:26 0 举报
Class Diagram,也被称为类图或实体关系图,是一种用于描述系统结构和静态关系的图形表示方法。它展示了系统中的类、接口、协作以及它们之间的关系。在类图中,每个类用一个矩形表示,类的名称和属性写在矩形内,而类的方法则写在下方。类之间的关系包括继承、实现、依赖等,这些关系用箭头表示。通过类图,我们可以直观地了解系统的组成部分、它们的功能以及它们之间的交互方式,从而更好地设计和实现软件系统。
作者其他创作
大纲/内容
Meter:资源使用的某个计量项.meter 列表结果和被计量对象关联;meter 列表结果和 samples 关联,没有 samples 的meter 不出现
Threshold alarm
一个静态阈值和比较方法 (a static threshold value & comparison operator);指定的 meter statistic (against which a selected meter statistic is compared);比较的时间窗 (over an evaluation window of configurable length into the recent past.)
Alarm
threshold alarm (阈值告警); combination (组合告警);Alarm 的状态;
Alarm状态
Insufficient Data (默认状态 - 数据不足);OK (数据充足,未告警);ALARM (告警状态);
Sample:某时刻某个 resource 的某个 meter 的值
Sample
timestampe(采样时间); Volume (采样值);
Threshold alarm 根据监控指标的阈值去判断alarm的状态,它只是针对某一个监控指标建立alarm
Statistics
Period(时间段);Period Start ;Period End ;Max ; Min ;Avg;Sum ;Count;Duration (持续时间);Duration Start ;Duration End ;
Ceilometer
Meter:计量项Sample:某Resource 某时刻某 Meter 的值Statistics:某区间 Samples 的聚合值Alarm:某区间 Statistics 满足给定条件后发出的告警
Meter
name(名称);unit (单位);Type (类型 );
Combination alarm 根据多个alarm的状态来判断自己的状态的,多个alarm之间是or/and的关系,这相当于是对多个监控指标建立了一个alarm
Type
cumulative:累计值;delta:变化值;gauge:离散或者波动值
0 条评论
下一页