码迷,mamicode.com
首页 >  
搜索关键字:flume channel monitor    ( 5401个结果
dubbo 的monitor监控配置说明
dubbo的监控中心monitor的配置使用...
分类:其他好文   时间:2014-09-04 17:03:09    阅读次数:430
javascript基础-HTML5
跨文档消息(Web Messaging cross-document messaging) 原理 往有关联(同一框架/弹出)的文档传递数据。 Message Channel在javascript基础-ajax做了解释 写法 两iframe通信 //一...
分类:编程语言   时间:2014-09-04 13:15:59    阅读次数:223
[Android Memory] 内存分析工具 MAT 的使用
转载自:http://blog.csdn.net/aaa2832/article/details/194196791内存泄漏的排查方法Dalvik Debug Monitor Server (DDMS)是ADT插件的一部分,其中有两项功能可用于内存检查:·heap查看堆的分配情况·allocatio...
分类:移动开发   时间:2014-09-03 21:01:27    阅读次数:278
利用flume-ng进行日志收集
一、安装环境agent:192.168.7.101hdfs:192.168.7.70(namenode)192.168.7.71(datanode)192.168.7.72(datanode)192.168.7.73(datanode)操作系统:CentOS6.3x86_64须用到的软件包:jdk-1.7.0_65-fcs.x86_64flume-ng-1.5.0flume-ng-agent-1.5.0hadoop-2.3.0+cdh5.1.0cat/etc/hosts19..
分类:其他好文   时间:2014-09-03 15:05:57    阅读次数:252
mysql 开启远程服务
进入mysqlserver 如下: Enter password: ****** Welcome to the MySQL monitor. Commands end with ; or \g. Your MySQL connection id is 810 Server version: 5.6.10 MySQL Community Server (GPL) Copyright (c) 2000, 2013, Oracle and/or its affiliates. All rights rese...
分类:数据库   时间:2014-09-03 15:03:46    阅读次数:243
rabbitmq
# --*-- coding:utf-8 --*--import pikaimport datetimeconnection = pika.BlockingConnection(pika.ConnectionParameters( 'localhost'))channel...
分类:其他好文   时间:2014-09-03 12:39:16    阅读次数:167
Implementing a java agent to instrument code (copy from http://chimpler.wordpress.com/2013/11/05/implementing-a-java-agent-to-instrument-code/)
With a system running 24/7, you have to make sure that it performs well at any time of the day. Several commercial solutions exist to monitor the perf...
分类:编程语言   时间:2014-09-02 21:08:15    阅读次数:338
C#并行编程-线程同步原语(Barrier,CountdownEvent,ManualResetEventSlim,SemaphoreSlim,SpinLock,SpinWait,Monitor,volatile)
菜鸟学习并行编程,参考《C#并行编程高级教程.PDF》,如有错误,欢迎指正。背景有时候必须访问变量、实例、方法、属性或者结构体,而这些并没有准备好用于并发访问,或者有时候需要执行部分代码,而这些代码必须单独运行,这是不得不通过将任务分解的方式让它们独立运行。当任务和线程要访问共享的数据和资源的时候,...
分类:编程语言   时间:2014-09-01 17:16:03    阅读次数:396
开启apache服务
安装后如果需要手动添加Sevice,可以按照如下方法:Apache版本:httpd-2.2.15_win32Apache Service Monitor 提示:“No services installed”安装Service1)运行2)键入命令:cmd3)进入Apache安装目录下的bin目录:cd...
分类:其他好文   时间:2014-09-01 10:31:12    阅读次数:228
Flume日志收集(转载)
Flume日志收集一、Flume介绍Flume是一个分布式、可靠、和高可用的海量日志聚合的系统,支持在系统中定制各类数据发送方,用于收集数据;同时,Flume提供对数据进行简单处理,并写到各种数据接受方(可定制)的能力。设计目标:(1) 可靠性当节点出现故障时,日志能够被传送到其他节点上而不会丢失。...
分类:其他好文   时间:2014-08-31 17:13:21    阅读次数:295
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!