码迷,mamicode.com
首页 >  
搜索关键字:monitor    ( 1879个结果
CentOS6.5添加rbd模块
[root@ceph-monitor opt]# modprobe rbd FATAL: Module rbd not found. Once you have deployed the almighty CEPH storage, you will want to be able to actua ...
分类:其他好文   时间:2016-05-17 11:26:24    阅读次数:377
[RAC] oracle rac 后台进程
一、RAC后台进程 LMON:LOCK Monitor Processes 也被称为Global enqueue service monitor 监控整个集群状况,维护GCS的内存结构 监控非正常终止的进程和实例 当实例离开和加入集群时,锁和资源的重新配置 管理全局的锁和资源 监控全局的锁资源、处理 ...
分类:数据库   时间:2016-05-16 17:17:18    阅读次数:240
zabbix监控消息队列Activemq
监控脚本如下:zabbix_monitor_amq.sh#!/bin/sh # #Description:getactivemqdata IP=192.168.0.139 PORT=8161 QUEUENAME=q.virtual.charge #WARN_Queuename="DLQ.q.virtual.charge" WARN_Queuename="DLQ.*" Warn_Pending=`curl-uadmin:adminhttp://$IP:$PORT/admin/queues.jsp|..
分类:其他好文   时间:2016-05-16 14:42:05    阅读次数:1960
zabbix监控TCP状态
检测脚本如下zabbix_monitor_tcp.sh#!/bin/bash #thisscriptisusedtogettcpandudpconnetionstatus #tcpstatus metric=$1 tmp_file=/tmp/tcp_status.txt /bin/netstat-an|awk‘/^tcp/{++S[$NF]}END{for(ainS)printa,S[a]}‘>$tmp_file case$metricin closed) output=$(awk‘/CLO..
分类:其他好文   时间:2016-05-16 14:41:12    阅读次数:559
性能测试学习线路图(建议)
1 概览 纵向划分3颗子树:vugen,controller,monitor。优先学习vugen脚本开发以及调试。 横向划分为2层:基础知识以及高级应用。 2 基础知识 2.1 Loadrunner工具使用 Vugen开发脚本(函数使用)->controller场景设置->monitor增加计数器 ...
分类:其他好文   时间:2016-05-13 09:13:41    阅读次数:238
zabbix:使用get方式监控服务器
我的zabbix:2.4.6.configuration-host-》192.100.1.38-》webscenarios。创建webscenario。配置step:查看状态,info栏没有报错配置Graphs:查看结果:
分类:其他好文   时间:2016-05-13 04:54:53    阅读次数:180
druid+spring的url监控和spring监控开启
1,url监测: web.xml中配置以下代码: <!-- druid url monitor setting start --> <filter> <filter-name>DruidWebStatFilter</filter-name> <filter-class>com.alibaba.dru ...
分类:编程语言   时间:2016-05-10 15:16:24    阅读次数:276
浏览器里查看请求头
参考: http://stackoverflow.com/questions/1651113/firefox-plugin-or-way-to-monitor-all-request-data-including-headers-and-contentFirebug + Tamper Data is ...
分类:其他好文   时间:2016-05-09 01:42:19    阅读次数:234
VMware Workstation 不可恢复错误: (vcpu-0) vcpu-0:VERIFY vmcore/vmm/main/physMem_monitor.c:1123
使用VMware® Workstation 11.1.2 build-2780323安装MacOS系统时出现以下错误:VMware Workstation 不可恢复错误: (vcpu-0) vcpu-0:VERIFY vmcore/vmm/main/physMem_monitor.c:1123日志文件位于“H:\VMware\OSX\vmware.log”中。  您可以请求支持。  要收集数据提交...
分类:系统相关   时间:2016-05-08 09:11:51    阅读次数:254
CentOS上配置Zabbix
CentOS7搭建ZabbixZabbix是一个基于WEB界面的提供分布式系统监视以及网络监视功能的企业级的开源解决方案。实验环境:CentOS7实验步骤:一、搭建LAMP环境#yum-yinstallhttpdphpphp-mbstringphp-pearmariadb-serverphp-mysqlphp-gdphp-xmlphp-bcmath配置Apache#rm-rf/etc/httpd/..
分类:其他好文   时间:2016-05-08 01:20:02    阅读次数:276
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!