飘灵儿 发表于 2015-1-14 20:32:21

来一发zabbix办事器功能监控

如果您觉得本篇CentOSLinux教程讲得好,请记得点击右边漂浮的分享程序,把好文章分享给你的好朋友们!在监控zabbix外部的功能时,我们一般利用以下的几个metric来权衡办事的功能:
nvps,queue,updatepercent,processbusy和pendingsyncdata,cache。

经由过程增添响应的监控,能够无效的发明zabbix的功能成绩,进而举行对症下药的优化。

上面扼要申明下:
1.nvps,每秒钟处置的数据量,是一个实际值。

取值的sql:

整集群:
SELECTSUM(1.0/i.delay)ASqpsFROMitemsi,hostshWHEREi.status=0ANDi.hostid=h.hostidANDh.status=0ANDi.delay0;

breakdown到proxy的:

SELECTh.proxy_hostid,SUM(1.0/i.delay)ASqpsFROMitemsi,hostshWHEREi.status=0ANDi.hostid=h.hostidANDh.status=0ANDi.delay0ANDh.proxy_hostidisNOTNULLGROUPBYh.proxy_hostid;


2.数据的delay情形,好比一个item的interval设置为60s,可是在70s摆布才举行了更新,那末就申明delay了10s。
queue值越年夜就申明zabbix外部存在某些功能上的成绩了。对照罕见的是poller和trapper的历程busy成绩。
这个是一个intervalcheck,能够创建以下item:
zabbix
zabbix
zabbix


3.updatepercent:
用来权衡item值的更新情形,假如percent很低,证实数据存在delay大概某些agent真个数据存在非常。

<divstyle="padding:0px;margin:0px;color:rgb(0,0,0);font-family:tahoma;font-size:medium;">1)全部集群的

selecta.aa/b.bbfrom
(selectcount(*)asaafromitems
wherelastclock>UNIX_TIMESTAMP()-1800anddelay<900
andhostidin(selecthostidfromhostswherestatus=0)
andstatus=0
)a,
(selectcount(*)asbbfromitems
wheredelay<900andstatus=0
<divclass="linenumber9index8alt2"style="font-family:Consolas,BitstreamVeraSansMono,CourierNew,Courier,monospace;white-space:nowrap;font-size:1em!important;line-height:1.1em!important;padding:0px1em!important;margin:0px!important;border-top-left-radius:0px!important;border-top-right-radius:0px!important;border-bottom-right-radius:0px!important;border-bottom-left-radius:0px!important;background-image:none!important;border:0px!important;bottom:auto!important;float:none!important;left:auto!important;outline:0px!important;overflow:visible!important;position:static!important;right:auto!important;top:auto!important;vertical-align:baseline!important;width:auto!important;box-sizing:content-box!important;min-height:inherit!important;">andhostidin(selecthostidfromhostswherestatus=0

第二个灵魂 发表于 2015-1-16 19:59:40

来一发zabbix办事器功能监控

掌握硬件配置,如显卡,声卡,网卡等,硬件只要不是太老或太新一般都能被支持,作为一名Linux系统管理员建议多阅读有关硬件配置文章,对各种不支持或支持不太好的硬件有深刻的了解。

海妖 发表于 2015-1-16 19:59:40

来一发zabbix办事器功能监控

感谢老师和同学们在学习上对我的帮助。

老尸 发表于 2015-1-25 17:01:27

应对Linux的发展历史和特点有所了解,Linux是抢占式多任务多用户操作系统,Linux最大的优点在于其作为服务器的强大功能,同时支持多种应用程序及开发工具。

飘灵儿 发表于 2015-2-3 12:29:23

学习Linux应具备的。[书籍+网络资源]

分手快乐 发表于 2015-2-9 03:31:28

直到学习Linux这门课以后,我才知道,原来我错了。?

仓酷云 发表于 2015-2-26 22:07:24

linux鸟哥的私房菜,第三版,基础篇,网上有pdf下的,看它的目录和每章的介绍就行了,这个绝对原创!

爱飞 发表于 2015-3-8 18:55:53

我是学习嵌入式方向的,这学期就选修了这门专业任选课。

莫相离 发表于 2015-3-16 16:12:24

在系统检测不到与Linux兼容的显卡,那么此次安装就可能不支持图形化界面安装,而只能用文本模式安装等等。

admin 发表于 2015-3-23 00:45:28

其次,Linux简单易学,因为我们初学者只是学的基础部分,Linux的结构体系非常清晰,再加上老师循序渐进的教学以及耐心的讲解,使我们理解起来很快,短期内就基本掌握了操作和运行模式。
页: [1]
查看完整版本: 来一发zabbix办事器功能监控