摘要: 最近因为工作的关系在研究PHP类应用监控的问题,对于语言类监控,在不破坏目标的情况下(这里是指不修改目标的代码,也不需要目标应用刻意开放一些内部接口)获取目标应用的一些性能指标(CPU,内存使用情况,目标对象数量以及目标应用最长的call graph)这是最理想的情况. 在监控应用的路线上,我们有三种基本方案: 1. 在应用的启动前和结束后调用我们自定义的接... 阅读全文
posted @ 2013-11-26 21:17 阿炎 阅读(113) 评论(0) 推荐(0) 编辑
摘要: 1 set nocp 2 3 set nu 4 5 set fileencodings=ucs-bom,utf-8,gbk,default,latin1 6 7 set helplang=cn 8 9 " Enable syntax highlight 10 syntax on 11 12 " show matching bracets 13 set showmatch 14 1... 阅读全文
posted @ 2013-10-31 16:30 阿炎 阅读(183) 评论(0) 推荐(0) 编辑
摘要: 目的:搭建Nginx与tomcat整合,用Nginx代替apache 步骤: 一、安装Tomcat和JDK 1、上传apache-tomcat-6.0.18.tar.gz和jdk-6u12-linux-i586.bin至/usr/local 2、执行如下命令安装tomcat: #cd /usr/local#tar zxvf apache-... 阅读全文
posted @ 2013-09-17 14:46 阿炎 阅读(275) 评论(0) 推荐(0) 编辑
摘要: Websphere MQ & Websphere MB 1 Overview 2 What is Message Queue? 2 What is Websphere Message Queue? 2 What is Websphere Message Broker? 2 Installation 3 Websphere Message Queue Installation 3 We... 阅读全文
posted @ 2013-06-13 16:00 阿炎 阅读(638) 评论(0) 推荐(0) 编辑
摘要: MQ & MB Websphere MQ是IBM的商业通讯中间件(Commercial Messaging Middleware)。Websphere MQ提供一个具有工业标准、安全、可靠的消息传输系统。它的功能是控制和管理一个集成的商业应用,使得组成这个商业应用的多个分支程序(模块)之间通过传递消息完成整个工作流程。Websphere MQ基本由一个消息传输系统和一个应用程序接口组成,其资源是... 阅读全文
posted @ 2013-06-09 15:54 阿炎 阅读(631) 评论(0) 推荐(0) 编辑
摘要: 自己在建工程的时候总会到处找一些eclipse插件和一些第三方jar包 在这里留个list方便以后查找和更新. Eclipse插件: M2eclipse(maven插件,用maven管理项目结构,约定大于配置良好的习惯) http://download.eclipse.org/technology/m2e/releases run-jetty-run(jetty插... 阅读全文
posted @ 2013-06-04 14:25 阿炎 阅读(179) 评论(0) 推荐(0) 编辑
摘要: If you're going to do any sort of database activity in Java, you'll probably be using JDBC. Like ODBC before it, JDBC is a great way to insure that your program is free of any ties to the underlying d... 阅读全文
posted @ 2013-06-04 14:24 阿炎 阅读(238) 评论(0) 推荐(0) 编辑
摘要: Perform these steps in the WebSphere administrative console: 1. Generate the JKS keystore file. If you don't have a keystore for SSL transport, please use the following commad to generate a JK... 阅读全文
posted @ 2013-04-25 00:29 阿炎 阅读(252) 评论(0) 推荐(0) 编辑