Tagged Questions
An enterprise class Java profiler by Quest Software. The current version is 8.3 (January 2010).
2
votes
1answer
111 views
Is there any drawback in jprobe profiler and netbeans?
while using jprobe or netbeans if it creates any problems in giving output?
which profiler is best?
Is there any profiler released recently in market,which is better than these two and if what are ...
1
vote
0answers
43 views
JProbe display call tree
Does anyone here have much experience with JProbe? I'm finding it to be non-intuitive to say the list. But my real problem is that for the method it highlights as being a performance hotspot - it ...
1
vote
1answer
246 views
JProbe Snapshots and setting recodring level options
I am trying to profile my java application with JProbe.
I am little confused with Snapshots and 'Set Recording Level' options. I am not able to understand the relation between them.
Can somebody ...
0
votes
0answers
15 views
In Jprobe Performance Anaylsing there is no information related to CPU Usage
I am using JProbe 9 version for profiling , the below picture is my screen shot Data (.jpp file )
It only gives values for No of Calls and for Elap CML columns .
Could anybody please tell me why i ...
0
votes
0answers
20 views
JProbe for profiling a Java EE application
I am using JProbe for profiling a Java EE application.
From the Load tester (JMeter) I have executed 2000 requests for testing the Application.
I have seen that all the 2000 request have passed ...
0
votes
1answer
30 views
Profiling a Java EE Application
What does a Profiler do exactly?
I ran the JProbe profiler on my Java EE Application.
For now I selected Performance Analysis only. When I investigated the code, it showed how many times each method ...
0
votes
0answers
39 views
Extract information from struct socket
Salute to the community!
I am writing a Loadable Kernel Module and I want to extract the following data from struct socket:
IP address
PID that uses this socket
Process name with the above PID
User ...
0
votes
0answers
128 views
Does JProbe work with Tomcat 7?
So I download jprobe to help with my debugging of classes that will not unload to find that it does not have a configuration for Tomcat 7 yet on the tutorial videos he uses an example of a Tomcat 7 ...