YourKit Operations: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
Line 17: Line 17:
The percentage associated with the change in size is calculated relative to the total size of all objects in the old snapshot: 100% of size corresponds to the total size of all objects in the old snapshot.
The percentage associated with the change in size is calculated relative to the total size of all objects in the old snapshot: 100% of size corresponds to the total size of all objects in the old snapshot.


=Configure Target JVM for Remote Profiling=
=Manually Configure Target JVM for Remote Profiling=


{{Internal|YourKit Configure Target JVM for Remote Profiling#Overview|Configure Target JVM for Remote Profiling}}
{{Internal|YourKit Manually Configure Target JVM for Remote Profiling#Overview|Manually Configure Target JVM for Remote Profiling}}

Revision as of 23:48, 8 June 2018

Internal

Logging

The log files are created in ~/.yjp/log.

Memory Snapshot Comparison

https://www.yourkit.com/docs/java/help/compare_snapshots.jsp

Objects (+/-) displays the difference in object count for instances of the specified class. A positive value means that snapshot 2 (the later memory state) has more objects.

Size (+/-) displays the difference in shallow size associated with the specified class instances. A positive value means that the corresponding instances in snapshot 2 (the later memory state) have a larger shallow memory footprint.

The percentage associated with the change in size is calculated relative to the total size of all objects in the old snapshot: 100% of size corresponds to the total size of all objects in the old snapshot.

Manually Configure Target JVM for Remote Profiling

Manually Configure Target JVM for Remote Profiling