NonStop Server for Java 5.1 Tools Reference Pages
Title Page | Tools Home Page
dynamic saveabend: Dynamic
Saveabend File Creation
The Dynamic Saveabend File Creation feature allows you to create the saveabend file of a
running Java program, without abending (aborting) the Java program, by issuing a signal to
the process. This feature allows the Java program to continue after the abend file is created.
The time taken to create the abend file, that is, the application pause time is low (measurable
in milliseconds).
The saveabend file enables you to analyze any observed Java runtime problems, such as
observed high memory consumption, low responsiveness, without impacting the running
Java process.
Synopsis
To create a saveabend file in the working directory of the process, complete the following steps:
Export DUMP_CORE=1.1.
Start the Java application.2.
Press Ctrl-break while the process is running.3.
Title Page | Tools Home Page
NonStop Server for Java 5.1 Tools Reference Pages (544825-002)
© 2009 Hewlett-Packard Development Company L.P. All rights reserved.










