• 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
  • Tim Cooke
  • paul wheaton
  • Paul Clapham
  • Ron McLeod
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Roland Mueller
  • Piet Souris
Bartenders:

WorkLoad Monitoring

 
Greenhorn
Posts: 12
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
I have to develop a [jsp/servlet/class] program which can monitor the workload , messages , byte consumes , message received , message consumed..
It means it should be able to monitor all the activities going on WebLogic ...
would really appreciate the suggestions ....
Regards
Nand KEswani
 
Ranch Hand
Posts: 30
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I believe there are already tools in the industry that you can buy that will do this. You may want to look at JProbe from Sitraka, which you can hook into a webserver like WebLogic in order to monitor Java Object performance. I have heard that JTest from Parasoft is good as well, but I don't know much about it.
reply
    Bookmark Topic Watch Topic
  • New Topic