$$*****************************************************************$$ Script by kms_hhl to monitor process create and show call stack$$ Create Time 2....
分类:
数据库 时间:
2014-11-23 13:00:10
阅读次数:
359
使用Monitor调试Unity3D Android程序日志输出(非DDMS和ADB)http://www.cnblogs.com/mrkelly/p/4015245.html以往调试Android程序,一般使用Android SDK的adb命令的logcat进行命令行输出,体验比较的差。网上搜索一...
分类:
移动开发 时间:
2014-11-22 11:53:38
阅读次数:
339
#!/usr/bin/pythonimportreimportosimporturllibimportjsondefbuffer_line(monitor_log):buf=open("/etc/sae/apns_buffer.txt","r").read()bytes=os.popen(‘wc-c/data0/logs/%s‘%monitor_log).read().split("")[0]ifint(bytes)<int(buf):return0else:returnint(re.findall("..
分类:
编程语言 时间:
2014-11-20 15:43:01
阅读次数:
181
http://jm-blog.aliapp.com/?p=1450在公司内部,有不少应用已经强依赖zookeeper,zookeeper的工作状态直接影响它们的正常工作。目前开源世界中暂没有一个比较成熟的zookeeper-monitor, 于是开始zookeeper监控这块工作。目前zookeep...
分类:
其他好文 时间:
2014-11-19 10:45:06
阅读次数:
352
Object.wait和notify方法 object‘s monitor 先来了解一下Object.wait和notify方法 ?wait、notify和notifyAll方法是Object类的final native方法,所以这些方法不能被子类重写。? Object类是所有类的超类,因此在...
分类:
其他好文 时间:
2014-11-18 13:40:43
阅读次数:
210
vi /root/dfmon.sh#!/bin/bash#AUTHOR:kiki#DATE:20141115#PURPOSE:be used to monitor file system.fsvalue=80dfwork="/tmp/dfwork">$dfworkdf |tail -n +2 |aw...
分类:
其他好文 时间:
2014-11-15 22:58:19
阅读次数:
224
从业务发展需求,大数据平台需要使用spark作为机器学习、数据挖掘、实时计算等工作,所以决定使用Cloudera Manager5.2.0版本和CDH5。
以前搭建过Cloudera Manager4.8.2和CDH4,在搭建Cloudera Manager5.2.0版本的时候,发现相应的Service Host Monitor 和 Service Monitor不能配置外部表,刚开是还以为是配置出错,后来才发现应该是新版本的Cloudera的存储改变方式了。查了很多文档,果然发现,新版本中Service ...
分类:
数据库 时间:
2014-11-14 12:39:43
阅读次数:
316
1,ceph fileSystemusing the mounted Ceph FS filesystem当我们部署好ceph store cluster(monitor,metadata,object store daemon)当我们部署好ceph store cluster(monitor,me...
分类:
其他好文 时间:
2014-11-13 20:24:20
阅读次数:
327
出自imysql中文网http://imysql.com/2014/08/30/mysql-faq-howto-monitor-slave-lag.shtml在MySQL复制环境中,我们通常只根据Seconds_Behind_Master的值来判断SLAVE的延迟。这么做大部分情况下尚可接受,但并不...
分类:
数据库 时间:
2014-11-11 20:44:37
阅读次数:
199
Java SE 6 provides an in-depth focus on performance, offering expanded tools for managing and monitoring applications and for diagnosing common proble...
分类:
编程语言 时间:
2014-11-10 21:07:56
阅读次数:
358