蒙在股里 发表于 2015-1-14 20:18:53

给大家带来反省指定历程内存利用情形的nagios剧本

如果您觉得本篇CentOSLinux教程讲得好,请记得点击右边漂浮的分享程序,把好文章分享给你的小伙伴们!因为最近线上情况的某些历程老是内存溢出,以是必要增加一下关于某些历程的内存利用情形监控,搜到的他人的剧本多数不太中意,因而本人写了个,代码以下:


<divstyle="text-transform:none;background-color:#ffffff;text-indent:0px;margin:0px;font:14px/28px宋体,arialnarrow,arial,serif;letter-spacing:normal;color:#555555;word-spacing:0px;-webkit-text-stroke-width:0px;padding:0px;"><divstyle="background-image:none!important;box-sizing:content-box!important;border-bottom:0px;position:relative!important;text-align:left!important;border-left:0px;padding-bottom:0px!important;line-height:1.1em!important;background-color:white!important;font-style:normal!important;margin:0.3em0px;outline-style:none!important;outline-color:invert!important;padding-left:0px!important;outline-width:0px!important;width:720px;bottom:auto!important;padding-right:0px!important;font-family:consolas,bitstreamverasansmono,couriernew,courier,monospace!important;float:none!important;font-size:1em!important;vertical-align:baseline!important;overflow:visible!important;border-top:0px;top:auto!important;right:auto!important;font-weight:normal!important;border-right:0px;padding-top:0px!important;left:auto!important;border-top-left-radius:0px;border-top-right-radius:0px;border-bottom-left-radius:0px;border-bottom-right-radius:0px"id="highlighter_191351"class="syntaxhighlighterbash">1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
<divstyle="background-image:none!important;box-sizing:content-box!important;border-bottom:0px;position:relative!important;text-align:left!important;border-left:0px;padding-bottom:0px!important;line-height:1.1em!important;font-style:normal!important;margin:0px;outline-style:none!important;outline-color:invert!important;padding-left:0px!important;outline-width:0px!important;width:auto!important;bottom:auto!important;padding-right:0px!important;font-family:consolas,bitstreamverasansmono,couriernew,courier,monospace!important;float:none!important;font-size:1em!important;vertical-align:baseline!important;overflow:visible!important;border-top:0px;top:auto!important;right:auto!important;font-weight:normal!important;border-right:0px;padding-top:0px!important;left:auto!important;border-top-left-radius:0px;border-top-right-radius:0px;border-bottom-left-radius:0px;border-bottom-right-radius:0px"class="container">#!/bin/bash
HELP(){
echo"Usage:$0-p/var/run/pidfile-wused%-cused%"
echo"Exam:$0-p/var/run/pidfile-w85-c90"
<divstyle="background-image:none!important;box-sizing:content-box!important;border-bottom:0px;position:static!important;text-align:left!important;border-left:0px;padding-bottom:0px!important;line-height:1.1em!important;background-color:white!important;font-style:normal!important;margin:0px;outline-style:none!important;outline-color:invert!important;padding-left:1em!important;outline-width:0px!important;width:auto!important;bottom:auto!important;padding-right:1em!important;font-family:consolas,bitstreamverasansmono,couriernew,courier,monospace!important;float:none!important;font-size:1em!important;vertical-align:baseline!important;overflow:visible!important;border-top:0px;top:auto!important;right:auto!important;font-weight:normal!important;border-right:0px;padding-top:0px!important;left:auto!important;border-top-left-radius:0px;border-top-right-radius:0px;border-bottom-left-radius:0px;border-bottom-right-radius:0px"class="linenumber5index4alt2">

老尸 发表于 2015-1-15 21:02:36

给大家带来反省指定历程内存利用情形的nagios剧本

让我树立了很大的信心学好这门课程,也学到了不少专业知识和技能。?

小女巫 发表于 2015-1-24 23:52:23

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

透明 发表于 2015-2-2 19:05:27

熟悉并掌握安装Linux,安装是学习的前提。目前较常见的安装方法有二种:

再见西城 发表于 2015-2-8 06:31:18

尽量不要提问纯属是扯蛋.学习Linux特别是自己一个人初学入手的时候没人教很困难.当然如果可以的话平时多去买些Linux书...对学习Linux很有帮助.

老尸 发表于 2015-2-25 02:17:41

一定要学好命令,shell是命令语言,命令解释程序及程序设计语言的统称,shell也负责用户和操作系统之间的沟通。

深爱那片海 发表于 2015-3-7 19:09:55

其中不乏很多IT精英的心血。我们学透以后更可以做成自己的OS!?

乐观 发表于 2015-3-15 19:37:12

其次,Linux简单易学,因为我们初学者只是学的基础部分,Linux的结构体系非常清晰,再加上老师循序渐进的教学以及耐心的讲解,使我们理解起来很快,短期内就基本掌握了操作和运行模式。

莫相离 发表于 2015-3-22 04:41:47

上课传授的不仅仅是知识,更重要的是一些道理,包括一些做人的道理,讲课时也抓住重点,循序渐进,让同学理解很快;更可贵的是不以你过去的成绩看问题.
页: [1]
查看完整版本: 给大家带来反省指定历程内存利用情形的nagios剧本