jprofiler
Can JProfiler tell me how long queries are taking?
Wouldn\'t it be nice if I could drill down into the JProfiler CPU Vi开发者_StackOverflow中文版ew, and find a percentage of time running a certain query against the database?Does anyone know if this is[详细]
2023-04-09 09:46 分类:问答Based on my requirements, should I use NSIS or jprofiler/install4j
We have a web application that w开发者_如何转开发e need to make easier to deploy for our clients.[详细]
2023-04-07 15:51 分类:问答jprofiler or other: how do I roll up recursive method calls?
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 th[详细]
2023-03-26 18:39 分类:问答Connecting to Java process running as a Windows service: How does JProfiler does it?
How can I connect a trace tool like JvisualVM - not using JMX - to a Java process running as Windows service?[详细]
2023-03-22 08:22 分类:问答Simple Jprofiler setup not working
I\'m trying to get a simple, localhost session of JProfiler up and running. I\'ve created the session, the host is 127.0.0.1, the port is the default 8849, and I\'ve pointed the startup/shutdown comma[详细]
2023-02-25 15:20 分类:问答Using JProfiler on Linux
I need to profile jetty server on linux system, for it I\'ve started jetty using next command line JAVA_OPTIONS=\'-Xrunjprofiler\' sh jetty.sh start and received error Could not find agent library on[详细]
2023-02-01 15:24 分类:问答JProfiler hangs with "waiting for a JProfiler GUI to connect" message
I am trying to run JProfiler on win64 on Tomcat and Oracle Weblogic. After I run the wizard, it hangs at line[详细]
2023-01-28 14:43 分类:问答Profiling maven web application with JProfiler
I know I can profile my application with JProfiler using ANT target. Is there a way to do the same with maven??[详细]
2023-01-17 08:15 分类:问答JProfiler Assertion failed
I am trying to launch JProfiler 6 in remote mode and get the following error: JProfiler> Protocol version 28[详细]
2023-01-17 03:51 分类:问答how to measure hibernate performance?
how to measure performance in hibernate? I want to know that how much time hibernate takes to execute a qu开发者_如何学编程ery?JProfiler 7.1 has a JPA/Hibernate probe:[详细]
2022-12-29 03:14 分类:问答