常用命令 ceph df ceph features ceph fs ls ceph fs status ceph fsid ceph health ceph -s ceph status ceph mgr module ls ceph mgr module enable dashboard cep... ...
分类:
其他好文 时间:
2019-05-06 15:57:04
阅读次数:
89
upstream : read-timeout,connection-timeout,分级别 500ms,1S,100S,长链接 颗粒度[每个服务api health-check] openresty lua--rest--dynamic upstream traefik--三个出问题了--如何摘掉 ...
分类:
其他好文 时间:
2019-04-28 15:44:12
阅读次数:
119
数字微分分析仪(digital differential analyzer)方法是一种线段扫描转换算法。 DDA算法比直接使用直线方程计算的速度更快,它利用光栅特性消除了直线方程种的乘法。 本代码参考自《计算机图形学》第四版,该函数将在verts末尾按次序添加需要的点坐标 ...
分类:
编程语言 时间:
2019-04-28 12:36:20
阅读次数:
197
ceph health detailHEALTH_WARN 14 requests are blocked > 32 sec; 11 osds have slow requests7 ops are blocked > 536871 sec2 ops are blocked > 268435 sec ...
分类:
其他好文 时间:
2019-04-26 14:46:15
阅读次数:
235
1.SQLite安装SQlite官网:http://www.sqlite.org/download.html 找到以下截图中内容 第一个解压之后是sqlite3.exe,第二个解压之后是sqlite3.dll和sqlite3.def文件,第三个是sqlite3_analyzer(暂时没用到) 可将s ...
分类:
数据库 时间:
2019-04-25 10:30:33
阅读次数:
152
1、使用_cat API检测集群是否健康,确保9200端口号可用:curl 'localhost:9200/_cat/health?v' 注意:绿色表示一切正常,黄色表示所有的数据可用但是部分副本还没有分配,红色表示部分数据因为某些原因不可用。 2、获取集群的节点列表curl 'localhost: ...
分类:
其他好文 时间:
2019-04-24 19:42:33
阅读次数:
1371
使用wps打开nmon的分析文件,出现 运行时错误13类型不匹配 查看具体代码,是这句出现错误Start = DateValue(Sheet1.Range("date")),进一步查看代码中设定的日期格式 Sheet1.Range("Date").NumberFormat = "dd-mmm-yy" ...
分类:
其他好文 时间:
2019-04-24 19:38:23
阅读次数:
249
//Start C# public System.Data.DataTable GetDormHealthOfClass(OurHelper.PageHelper<Dorm_DormitoryHealth> ph) { string classID = ""; foreach (var item i ...
分类:
其他好文 时间:
2019-04-24 19:17:43
阅读次数:
135
构造方法: [修饰符] 类名(){ } 分为有参构造/无参构造。 无参构造: 构造里没有赋值的方法为无参。无参构造会赋予默认参数。 public class Dog{ String name; int health; int love; String strain; public Dog(){ Sy ...
分类:
其他好文 时间:
2019-04-20 21:31:02
阅读次数:
175
一、 Keeplive服务介绍 Keeplive期初是专门为LVS设计的,专门用来监控LVS集群系统中各个服务节点的状态,后来又加入VRRP的功能,因此除了配合LVS服务以外,也可以作为其他服务(nginx,haroxy)的高可用软件,VRRP是Virtual Router Redundancy P ...
分类:
其他好文 时间:
2019-04-18 15:30:03
阅读次数:
147