Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "EclipseLink/UserGuide/JPA/Advanced JPA Development/Performance/Performance Monitoring and Profiling/Fetch Group Monitoring"

m (New page: {{EclipseLink_UserGuide |info=y |toc=n |eclipselink=y |eclipselinktype=JPA |api=y |apis= * [http://www.eclipse.org/eclipselink/api/latest/org/eclipse/persistence/tools/profiler/package-sum...)
 
Line 6: Line 6:
 
|api=y
 
|api=y
 
|apis=
 
|apis=
* [http://www.eclipse.org/eclipselink/api/latest/org/eclipse/persistence/tools/profiler/package-summary.html profiler]
+
* [http://www.eclipse.org/eclipselink/api/latest/org/eclipse/persistence/tools/profiler/FetchGroupMonitor.html FetchGroupMonitor]
* [http://www.eclipse.org/eclipselink/api/latest/org/eclipse/persistence/tools/profiler/PerformanceProfiler.html PerformanceProfiler]
+
 
}}
 
}}
 
=Fetch Group Monitoring=
 
=Fetch Group Monitoring=
  
 +
Use the Fetch Group Monitor to measure fetch group field usage. This can be useful for performance analysis in a complex system.
  
 +
Enable this monitor using the System property <tt>org.eclipse.persistence.fetchgroupmonitor=true</tt>.
  
 +
The monitor dumps the attribute used for a class every time a new attribute is accessed.
 +
 +
For more information about fetch groups, see [[EclipseLink/UserGuide/JPA/Advanced JPA Development/Performance/Fetch Groups|Fetch Groups]].
  
  

Revision as of 15:23, 28 January 2011

EclipseLink JPA

Eclipselink-logo.gif
EclipseLink
Website
Download
Community
Mailing ListForumsIRCmattermost
Issues
OpenHelp WantedBug Day
Contribute
Browse Source

Fetch Group Monitoring

Use the Fetch Group Monitor to measure fetch group field usage. This can be useful for performance analysis in a complex system.

Enable this monitor using the System property org.eclipse.persistence.fetchgroupmonitor=true.

The monitor dumps the attribute used for a class every time a new attribute is accessed.

For more information about fetch groups, see Fetch Groups.


Eclipselink-logo.gif
Version: 2.2.0 DRAFT
Other versions...

Back to the top