jprofiler Questions
2
Solved
JProfiler offers a live call-tree view so you can see what's using CPU in real-time and drill down for the details. Reset the counts to zero at any time, rinse, repeat.
I'm currently without that ...
1
I have been using JProfiler to analyze a piece of Java code which calls native C code via JNI, and I am getting strange results from the "CPU Views" window. In particular, the information on the "C...
1
Solved
I have the following classes in my application:
class A {
String someString;
Locale someLocale;
Map<Integer, B> someMap = new HashMap<Integer, B>();
fillMap() {
// some logic to...
1
Solved
I am running a web application that is deployed on remote machine server and I have the IP address and URL of this application. When I hit the URL with a browser, the application displays.
I now h...
1
Hi i am very new to Jprofiler & Linux.
I am trying to Monitor my Apache Tomcat server installed on a linux machine from Jprofiler remote profiling which is installed on windows machine. Kindly ...
Uniaxial asked 31/8, 2012 at 12:33
1
Solved
We're running a service using quite a lot of ExecutorServices.
When profiling the service using jProfiler 7.1 (sampling, Runnable), we can see that sun.misc.Unsafe.park + unpark is currently the c...
Genius asked 21/3, 2012 at 10:12
1
How to find memory leak in java using JProfiler? I have been working in JProfiler for the past 1 week to find memory leak in a web application. I read some manuals and see some articles, it says se...
Mciver asked 20/3, 2012 at 5:5
3
Solved
When I'm profiling I can see some data with ms (for milliseconds) but I also see μs. What does μs mean in JProfiler?
1
Solved
This is closely related to another question: How can I measure thread stack depth?
Can JProfiler watch threads and measure where the deepest stacks occur? If so, how can I do that? I'd like find s...
Dorthadorthea asked 30/11, 2011 at 17:10
1
We have a web application that we need to make easier to deploy for our clients.
The current workflow for a fresh install:
Ensure there is a JRE on machine (32 or 64bit)
Install Tomcat (32 or 64b...
1
Solved
I have a long operation that I want to profile in JProfiler (or other suggestions), but the method is very recursive, so the tree view in CPU View doesn't help very much. It shows me CPU times like...
1
Solved
There are multiple tools available for CPU and memory profiling, jvisualvm is fairly new among these.
Are there any comparison/benchmarking between these tools? Which tool is better than oth...
Galenism asked 13/5, 2011 at 5:22
1
Solved
Possible Duplicate:
How can you profile a Python script?
What visual tools do you know, something similar to JProfiler for Java, to analyze performance of Python applications?
Composed asked 15/12, 2010 at 17:6
11
Solved
One of our programs is sometimes getting an OutOfMemory error on one user's machine, but of course not when I'm testing it. I just ran it with JProfiler (on a 10 day evaluation license because I've...
Hofmann asked 30/9, 2008 at 18:24
© 2022 - 2024 — McMap. All rights reserved.