• 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

Hong Kong JUG - Monitoring and Managing in Java SE 5 (Sep 22, 05)

 
Greenhorn
Posts: 13
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Java SE 5 provides a comprehensive monitoring and management support. It includes the significant instrumentation in the Java virtual machine. The new java.lang.management API defines a set of management interfaces that provides local and remote access to the information on the memory management system, threads and class loading activities, runtime information as well as the underlying operation system. In this talk, we will present the new JVM monitoring and management support and also introduce the new monitoring utility, JConsole, for you to use out-of-the-box.

For details, please visit https://hkjug.dev.java.net/gatherings/2005/0922.html
 
reply
    Bookmark Topic Watch Topic
  • New Topic