Btrace无疑是性能调优的一个非常重要的工具,它可以做到代码无侵入性的挖掘性能的问题,它利用字节码级别的运行时动态植入来check性能问题,性能优化的第一步往往是找出性能的瓶颈,如下面的功能是check程序的运行的线程数:
/*
* Copyright 2008-2010 Sun Microsystems, Inc. All Rights Reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License version 2 only, as
* published by the Free Software Foundation. Sun designates this
* particular file as subject to the "Classpath" exception as provided
* by Sun in the LICENSE file that accompanied this code.
*
* This code is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
* version 2 for more details (a copy is included in the LICENSE file that
* accompanied this code).
*
* You should have received a copy of the GNU General Public License version
* 2 along with this work; if not, write to the Free Software Foundation,
* Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
*
* Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara,
* CA 95054 USA or visit www.sun.com if you need additional information or
* have any questions.
*/
package example3;
import static com.sun.btrace.BTraceUtils.println;
import static com.sun.btrace.BTraceUtils.str;
import static com.sun.btrace.BTraceUtils.threadCount;
import java.util.concurrent.atomic.AtomicInteger;
import com.sun.btrace.BTraceUtils.Atomic;
import com.sun.btrace.BTraceUtils.Strings;
import com.sun.btrace.BTraceUtils.Threads;
import com.sun.btrace.annotations.BTrace;
import com.sun.btrace.annotations.Export;
import com.sun.btrace.annotations.OnMethod;
import com.sun.btrace.annotations.OnTimer;
import com.sun.btrace.annotations.Self;
/**
* This sample creates a jvmstat counter and
* increments it everytime Thread.start() is
* called. This thread count may be accessed
* from outside the process. The @Export annotated
* fields are mapped to jvmstat counters. The counter
* name is "btrace." + <className> + "." + <fieldName>
*/
@BTrace public class ThreadCounter {
// create a jvmstat counter using @Export
@Export private static AtomicInteger count=new AtomicInteger(0);
@OnMethod(
clazz="java.lang.Thread",
method="start"
)
public static void onnewThread(@Self Thread t) {
// updating counter is easy. Just assign to
// the static field!
println(Strings.strcat("starting ", Threads.name(t)));
Atomic.addAndGet(count, 1);
}
@OnTimer(2000)
public static void ontimer() {
// we can access counter as "count" as well
// as from jvmstat counter directly.
println(Strings.strcat("total thread count:", str(threadCount())));
println(Strings.strcat("start thread count:", str(count)));
}
}
分享到:
相关推荐
免杀破解利器-OEP查找工具-OepFinder汉化版免杀破解利器-OEP查找工具-OepFinder汉化版
在本文的实例中,当`CookieDecoder.requestDecode`方法的执行时间超过500ms时,Btrace会打印出执行时间和堆栈信息,这对于定位性能瓶颈非常有帮助。 2. Greys 是阿里巴巴开源的一款Java线上诊断工具,它的功能与...
Java程序在运行过程中可能会遇到各种问题,如性能瓶颈、内存泄漏、线程阻塞等,这时,开发者需要有一种工具能够实时地对JVM进行监控和分析。Btrace就是这样一款强大的工具,它允许开发者在不重启Java应用的情况下,...
在界面上,【编程利器--ed】融合了DOS命令行界面,这一设计使得用户可以直接在编辑器内部进行程序的调试和运行,极大地提升了开发效率。对于熟悉DOS命令的开发者来说,这种一体化的设计无疑是一个巨大的便利,减少了...
ipad同步助手-iPhone同步应用程序利器-帮你快速安装软件.pdf
- **性能瓶颈定位**:通过BTrace,我们可以轻松找到应用中的性能瓶颈,比如找出耗时较长的方法,分析CPU占用率过高的原因。 - **异常检测**:实时捕获并记录运行时的异常信息,帮助快速定位问题。 - **资源监控**:...
ip-guard网络监控-管理利器--完美破解406用户[2
视频学习利器--复读机。
ip-guard网络监控-管理利器--完美破解406用户[1].part3
电子书制作利器--友益文书 V6.5.1 该软件是一款集资料管理、电子图书制作、多媒体课件制
btrace-bin-1.3.11.zip 目前最近的版本,java调度的绝对利器
ip-guard网络监控-管理利器--完美破解406用户. 本人用了一年
BTrace是一款强大的Java诊断工具,专用于实时、安全地进行生产环境中的应用程序性能监控和故障排查。它的核心特性在于能够在不中断程序运行的情况下,动态插入代码进行跟踪和分析,这对于理解复杂的系统行为和定位...
ip-guard网络监控-管理利器--完美破解406用户[1]
然而,学习Java的过程中,初学者或经验丰富的开发者都可能会遇到一些棘手的问题,这就是"Java学习利器-JAVA解惑"想要解决的问题。 这份名为"JAVA解惑"的PDF文档,可能是由一位经验丰富的Java开发者或者教育者编写的...
GIS开发利器-MapXtreme 2008
将PCB的GERBER文件转换成G代码的利器---coppercam软件下载
Excel交互利器 - 切片器