• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Any luck with profiling in WSAD?

 
Ranch Hand
Posts: 30
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
I am trying to determine if there is a performance bottleneck in my application. For this I am tyring to use the profiling feature in WSAD 5.0. I have the server running in Profiling mode. Also I have started the monitoring of the Agent. But no matter what I do in the application there seems to be nothing registering. I have disabled JIT for the JVM as well.
I dont see any of my classes in the Heap view either. All I see is
[Object,
[boolean,
......
[short
And all of them show 0 instances. This never changes.
I have attached my Web Module to this agent.
Any help would be appreciated.
Thanks in advance,
Jac.
 
Jacob Kur
Ranch Hand
Posts: 30
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
ok , I've discovered that I can start seeing values if I run the profiling against a java class that has a main method. But when I profile a web application I cant any profiling data. The packages that are in my application do not even show up in the Heap view. Any idea what I am doing wrong?
Jac.
 
Jacob Kur
Ranch Hand
Posts: 30
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
ok got it finally to work on another machine. Not exactly sure why its working now. But it does start to chew memory bigtime...especially if the routine is stressful...will have to apply more filters.
Jac.
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic