CARVIEW |
Select Language
HTTP/2 302
server: nginx
date: Fri, 08 Aug 2025 05:38:49 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20070610113347
location: https://web.archive.org/web/20070610113347/https://openjdk.java.net/groups/serviceability/
server-timing: captures_list;dur=0.819761, exclusion.robots;dur=0.025967, exclusion.robots.policy;dur=0.011383, esindex;dur=0.011746, cdx.remote;dur=8.032670, LoadShardBlock;dur=3492.580704, PetaboxLoader3.datanode;dur=3223.413954, PetaboxLoader3.resolve;dur=82.267676
x-app-server: wwwb-app203
x-ts: 302
x-tr: 3551
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
set-cookie: wb-p-SERVER=wwwb-app203; path=/
x-location: All
x-rl: 0
x-na: 0
x-page-cache: MISS
server-timing: MISS
x-nid: DigitalOcean
referrer-policy: no-referrer-when-downgrade
permissions-policy: interest-cohort=()
HTTP/2 200
server: nginx
date: Fri, 08 Aug 2025 05:38:50 GMT
content-type: text/html
x-archive-orig-connection: close
x-archive-orig-etag: "2114075515"
x-archive-orig-accept-ranges: bytes
x-archive-orig-last-modified: Thu, 07 Jun 2007 00:40:41 GMT
x-archive-orig-content-length: 11701
x-archive-orig-date: Sun, 10 Jun 2007 11:31:35 GMT
x-archive-orig-server: openjdk/0.9
x-archive-guessed-content-type: text/html
x-archive-guessed-charset: utf-8
memento-datetime: Sun, 10 Jun 2007 11:33:47 GMT
link: ; rel="original", ; rel="timemap"; type="application/link-format", ; rel="timegate", ; rel="first memento"; datetime="Wed, 16 May 2007 13:25:10 GMT", ; rel="prev memento"; datetime="Sun, 10 Jun 2007 11:33:40 GMT", ; rel="memento"; datetime="Sun, 10 Jun 2007 11:33:47 GMT", ; rel="next memento"; datetime="Tue, 03 Jul 2007 23:39:28 GMT", ; rel="last memento"; datetime="Sun, 12 May 2024 05:42:08 GMT"
content-security-policy: default-src 'self' 'unsafe-eval' 'unsafe-inline' data: blob: archive.org web.archive.org web-static.archive.org wayback-api.archive.org athena.archive.org analytics.archive.org pragma.archivelab.org wwwb-events.archive.org
x-archive-src: IA-AROUND-THE-WORLD-2007-20070610110248-03080-crawling015-c/IA-AROUND-THE-WORLD-2007-20070610113257-03521-crawling01.us.archive.org.arc.gz
server-timing: captures_list;dur=3.430149, exclusion.robots;dur=0.123680, exclusion.robots.policy;dur=0.061391, esindex;dur=0.066090, cdx.remote;dur=256.288927, LoadShardBlock;dur=837.732947, PetaboxLoader3.datanode;dur=478.588000, PetaboxLoader3.resolve;dur=351.941148, load_resource;dur=220.219320
x-app-server: wwwb-app203
x-ts: 200
x-tr: 1482
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
x-location: All
x-rl: 0
x-na: 0
x-page-cache: MISS
server-timing: MISS
x-nid: DigitalOcean
referrer-policy: no-referrer-when-downgrade
permissions-policy: interest-cohort=()
content-encoding: gzip
Serviceability Group
Tools That Use It
The Serviceability Group
The Serviceability group is comprised of people interested in the design, implementation, and maintanence of Serviceability components.
Introduction
Java SE contains several technologies that allow Java programs to be debugged, profiled, monitored and managed. These technologies allow a tool written in the Java programming language to obtain information from the Java Virtual Machine(JVM) in a different process. These technologies typically:
- Contain Java code in the J2SE repository
- Contain native code in the J2SE repository
- Contain native code in the HotSpot repository. This code implements interfaces that are used by the code in the J2SE repository. This typically involves some form of inter-process communication.
In addition, Java SE contains several tools that use these serviceability technologies. The following table shows the technologies that are available and the tools that use them.
TechnologyTechnologyTools That Use It
JPDA-Java Platform Debugger
Architecture including JVM TI |
jdb |
Bytecode Instrumentation | |
JMX - Java Management Extension | jconsole |
Monitoring and Management | jconsole |
Dynamic Attach | jconsole, jdb, jinfo, jmap, jstack |
jvmstat Performance Counters | jconsole, jstat |
Serviceability Agent | jdb, jinfo, jmap, jstack |
Documentation
Serviceability code resides in both the HotSpot repository and the J2SE repository: Java SE also contains a technology called the Java Management Extension (JMX) which provides APIs for monitoring and managing resources on local and remote Java Virtual Machines. Please see The Java Management Extensions (JMX) API for information about JMX.Here are some articles about serviceability in Java SE
- Bigadmin Observability Article
- Java SE - Monitoring and Managing
- Using JConsole to Monitor Applications
- Monitoring and Management Tools
- Troubleshooting Tools
- Troubleshooting Java Aplications
- DTrace Probes in Java SE 6
- Java SE 6 Monitoring, Management, Diagnosability
- Java SE Monitoring and Management Guide
Bugs
Following are links to open bugs in the various serviceability areas.- JVM TI
- java.lang.management API
- General Monitoring and Management
- JPDA
- JConsole
- HotSpot Monitoring and Management
- HotSpot jvmstat Performance Counters
- hprof
- General Serviceability
Community
- Mailing lists
- Serviceability bloggers
Groups