由买买提看人间百态

topics

全部话题 - 话题: jprobe
(共0页)
l*****g
发帖数: 1
1
来自主题: Java版 - Cracked JProbe?
Anyone know how to crack JProbe? This is a very good tool to debug java
program, but only give 2 weeks evaluation. Thanks!
h******u
发帖数: 155
2
heap tracking的工具很多阿,Jprofiler,LeakHunter, jprobe,你看一下到底是什么
type的object一直没有释放。 我倒是有更好的research tool,可是不能release 呵呵
m********r
发帖数: 23
3

Believe it or not, I've used OptimizeSuite/JProbe/JProfiler for that. I'm
pretty sure there's not
much space to improve.
can
the
If
m********r
发帖数: 23
4
来自主题: Java版 - Re: help for running CPU - 背景

very
After
I don't think it'll help to store the intermediate result to a file. There's
no need and it can become a bottleneck.
Now it may be the time to rewrite in C++ but I'm not familiar with it and
don't have the time.
The good thing about Java for this is there are very good profilers like
OptimizeIt, JProbe etc which helped me to improve algorithms. I don't know if
profilers in C++ are as good as them.
l***i
发帖数: 167
5
来自主题: Java版 - JProbe/Quantify/Borland Optimized
大家用哪一个多点
o******t
发帖数: 1144
6
来自主题: Java版 - Java Performance Tool
大家都用什么做JAVA PERFORMANE 测试的?
I have a java application running on Linux server without GUI. Sometime it
costs a lot of CPU, and in top, I can only tell the java process takes the
CPU, but no detail clues on which class takes the most and so on.
I searched web and found
http://java.sun.com/developer/technicalArticles/Programming/perfanal/
http://java.sun.com/performance/index.jsp
and JProbe
Which one is good or suitable for my case?
c*****s
发帖数: 214
7
来自主题: Java版 - Java Performance Tool
你想测什么呢?
测覆盖可以用clover或者jcoverage,都是免费。
eclipse里haydes用起来很方便,可以测覆盖,创建实例分布情况,内存占用等。也是免
费。
jprobe的很多功能和haydes类似,但精细很多。可以dig into每个实例。还可以通过编程
设置监测点等,满足复杂的测试要求。
i**h
发帖数: 17
8
what specific goals do you have in mind? i used jprobe before. it worked out
well in our project. it can help you find performance bottleneck, and memory
leak etc.
s***y
发帖数: 124
9
as the title, any suggestion on Open-source Java Profiler ?
j******o
发帖数: 82
10
用用netbeans吧
s***y
发帖数: 124
11
netbeans has built-in profiler?
Eclipse needs install plug-ins.
I tried some, which are not stable.
r*****s
发帖数: 985
12
最新jrockit的jra功能很强大了,
免费版的好像可以profile最长30分钟吧,
没有特别难搞的问题一般够用了
j******o
发帖数: 82
13
used to be separate download, now integrated in 6.0.
t*******e
发帖数: 684
14
Just tried the netbeans profiler, very easy to use, nice user interface.
s***y
发帖数: 124
15
Thanks.
I will try netbeans
k******p
发帖数: 21
16
use Jprobe
g***8
发帖数: 27
17
如果公司用JPROBE,自己用还是找免费的吧。
(共0页)