- System requirements
- Profiler architecture
- Running the profiler
- Profiler activation
- Start profiling
- Solving performance problems
- CPU profiling
- Threads
- Deadlock detector
- Memory profiling
- Garbage collection
- Monitor profiling
- Exception profiling
- Probes: monitor events of various kinds
- Events in user interface
- Event inspections
- Built-in probes
- Probe classes
- Monitoring method invocation events
- Data storage
- Performance Charts
- Inspections: automatic recognition of typical problems
- Automatically trigger actions on event
- Summary, snapshot annotation, automatic deobfuscation
- Time measurement (CPU time, wall time)
- Filters
- Snapshot directory customization
- Export of profiling results to HTML, CSV, XML, plain text
- Profiler Java API
- Profiler HTTP API
- Command line tool to control profiling
- Settings
- FAQ: How to profile in my scenario?
Built-in probes
We have prepared a set of probes to help investigating typical problems. The probes are ready to use out of the box. Also you can use them as good examples to start with should you decide creating custom probes.
The following built-in probes are available at the moment:
com.yourkit.probes.builtin.AsyncChannels
- socket I/O operations via asynchronous channelscom.yourkit.probes.builtin.AwtEvents
- long AWT/Swing events, which cause UI irresponsiveness. Read more...com.yourkit.probes.builtin.Cassandra
- Cassandra database requestscom.yourkit.probes.builtin.ClassLoading
- class load and unload events. Read more...com.yourkit.probes.builtin.Databases
- JDBC/SQL database connections and requestscom.yourkit.probes.builtin.DirectoryStreams
- directory streamscom.yourkit.probes.builtin.Files
- file I/O operations via streams, random access files, NIO channelscom.yourkit.probes.builtin.HBase
- HBase database requestscom.yourkit.probes.builtin.JNDI
- JNDI callscom.yourkit.probes.builtin.JPA_DataNucleus
- DataNucleus JPA frameworkcom.yourkit.probes.builtin.JPA_EclipseLink
- EclipseLink JPA frameworkcom.yourkit.probes.builtin.JPA_Hibernate
- Hibernate JPA frameworkcom.yourkit.probes.builtin.JPA_OpenJPA
- OpenJPA JPA frameworkcom.yourkit.probes.builtin.JUnitTests
- execution of JUnit testscom.yourkit.probes.builtin.MongoDB
- MongoDB requestscom.yourkit.probes.builtin.Processes
- external processes launched viaRuntime.exec()
andProcessBuilder.start()
com.yourkit.probes.builtin.Servlets
- JSP/Servlet requestscom.yourkit.probes.builtin.Sockets
- socket I/O operations via streams and NIO channelscom.yourkit.probes.builtin.TestNg
- execution of TestNG testscom.yourkit.probes.builtin.Threads
- thread creation, start, name change. Read more...
Registering built-in probes
Built-in probes are enabled by default. You can change their activity mode or disable them. Read more....
Source code location
Source code of the built-in probes can be found in <Profiler Installation Directory>/probes/src