This week's book giveaway is in the Agile and other Processes forum.
We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line!
See this thread for details.
The moose likes Performance and the fly likes VisualVM OQL Help Needed Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Performance
Reply Bookmark "VisualVM OQL Help Needed" Watch "VisualVM OQL Help Needed" New topic
Author

VisualVM OQL Help Needed

Alec Lee
Ranch Hand

Joined: Jan 28, 2004
Posts: 568
I need to write an OQL in VisualVM for querying ALL objects having a numeric field (instance of java.lang.Number or primitive int,long,short,byte,float,double) equals to a given value. Is it possible?
Jaroslav Bachorik
Greenhorn

Joined: Jan 07, 2010
Posts: 1
Have you checked OQL documentation ?

But in short it would go like this:
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: VisualVM OQL Help Needed
 
Similar Threads
Is there any means to check the number of objects created when a java prgram runs.
Analyzing Heap Dump Using VisualVM/Jhat
VisualVM/jHat OQL toString() Error
Perfomance Tunig VisualVM, Query Console - Search using OQL?! What is an overallocated String ?
Tool to Read Java Dump