码迷,mamicode.com
首页 >  
搜索关键字:monitor    ( 1879个结果
OpenStack images
1,Image metadata property (次选项很有用用于指定PowerVM,kvm,and so on hypervisor_monitor)从而过滤computeNodes,通过指定镜像的--property hypervisor_type=qemu注册的镜像到imageServi....
分类:其他好文   时间:2014-10-16 14:34:12    阅读次数:217
JavaScript垃圾回收(三)——内存泄露
一、JavaScript内存监测工具在讨论内存泄露之前,先介绍几款JavaScript内存监测工具。IE的sIEve与JSLeaksDetector(这两个可以在下面的附件中下载),firefox的Leak Monitor,chrome的Porfiles等。1、Leak Monitor好不容易找到下...
分类:编程语言   时间:2014-10-15 10:43:51    阅读次数:249
SSM 使用方法
System Safety Monitor(以下简称为SSM),它是一款俄罗斯出品的系统监控软件,通过监视系统特定的文件(如注册表等)及应用程序,达到保护系统安全的目的。在某些功能上比Winpatrol更强大 。安装并启动(可能需手动到安装目录中运行SysSafe.exe)SSM后,点击弹出的LOG...
分类:其他好文   时间:2014-10-12 22:30:38    阅读次数:627
PHP脚本监控程序
#!/bin/sh # Find ip IP=`/sbin/ifconfig eth1 | grep 'inet addr' | awk '{ print substr($2, index($2, ":")+1)}'` #monitor procname scriptname monitor() { procname=$1 scriptname=$2 # Find proc by p...
分类:Web程序   时间:2014-10-12 10:46:07    阅读次数:267
进程监控脚本
#!/bin/sh my_ip=`/sbin/ifconfig eth1 | grep 'inet addr' | awk '{print substr($2, index($2, ":")+1)}'` recv="" msg="not_existing, restart ..." MONITOR_LOG="monitor.log" #monitor procname scriptname...
分类:系统相关   时间:2014-10-11 23:25:07    阅读次数:329
cacti插件安装
由于cacti本身自带的插件有限,在实际的生产环境中,光依赖这些是远远不够的,那么这篇博文呢就带我们走进cacti插件安装的世界,请顺着我的行迹往下看1.到cacti官网下载我们要用到的插件,这里以monitor、thold、setting、syslog为例[root@Cacti~]#wgethttp://docs.cacti.net/_..
分类:其他好文   时间:2014-10-11 15:14:36    阅读次数:185
Charles-很好用的WEB DUBUGGING工具
Charles-很好用的WEB DUBUGGING工具 ABOUT CHARLES Charles is a web proxy (HTTP Proxy / HTTP Monitor) that runs on your own computer. Your web browser (or any other Internet application) is then conf...
分类:Web程序   时间:2014-10-11 13:57:35    阅读次数:180
nagios/passive_check
--- layout: post title: "nagios/passive_check" --- ## 术语 * 监控机 (MS:Monitor Server) * 被监控机(MC:Monitor Client) 注意:(本文是ubuntu14.04为基础环境,创建被动模式的配置,以下分别用术语中...
分类:移动开发   时间:2014-10-11 03:26:34    阅读次数:303
使用Monitor调试Unity3D Android程序日志输出(非DDMS和ADB)
以往调试Android程序,一般使用Android SDK的adb命令的logcat进行命令行输出,体验比较的差。 网上搜索一般叫用DDMS,可是打开DDMS.bat批处理,会提示使用monitor.bat。 1. 在Android-SDK/tools打开Monitor.bat 2. 我是在logc...
分类:移动开发   时间:2014-10-10 12:17:44    阅读次数:239
IPMI (Intelligent Platform Management Interface)
4.3.ipmitool - utility for controlling IPMI-enabled devices4.3.1.ipmitool4.3.1.1.ubuntu确定硬件是否支持 IPMI neo@monitor:~$ sudo dmidecode |grep -C 5 IPMI[...
分类:其他好文   时间:2014-10-09 20:46:37    阅读次数:267
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!