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

Tracing Mechannisms

 
Greenhorn
Posts: 3
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Report post to moderator
Hi,

Was wondering if it is possible to to deploy an applet that will listen to every instances of methods on a server.

For example:
When a message enters the server, i would like to know
1: where it is coming from,
2: who is sending it,
3: which method/s is being invoked
4: and how long it took.

can an applet like this be deployed on the server and attached itself to the runtime? or the server application? or the OS?
 
Bartender
Posts: 4568
9
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Report post to moderator
Duplicate of https://coderanch.com/t/550100/Performance/java/Access-Method-Tracing.

Hi Moenieb. Welcome to The Ranch! But can you avoid posting the same question more than once, please? One of the moderators can move it to a more appropriate forum if you realise you've posted in the wrong place.

Thanks.
 
    Bookmark Topic Watch Topic
  • New Topic