System monitor

7 7 7

Decoupled applications list without connection concentrator enabled

7

It is possible to see decoupled applications when issuing the list applications command even without connection concentrator enabled.

7 7 7

Progress monitoring of the run time rollback process

7

Progress monitoring of run time rollback provides progress information 7of rollback events using application snapshots. Rollback events are of two 7types:

7
7
Unit of work rollback
7
Includes explicit (user invoked) and implicit (forced) rollback of the 7entire transaction. 7
7
Savepoint rollback
7
Includes statement and application level savepoints. Nested savepoints 7are considered a single unit, using the outermost savepoint. 7
7
7

The information provided is the start time of the rollback event, the total 7work to be done, and completed work. The work metric is bytes.

7

Total Work units is the range in the log stream that needs to be rolled 7back for the transaction or savepoint.

7

Completed Work units shows the relative position in the log stream that 7has been rolled back.

7

Updates to Completed Work are made after every log record is processed. 7 Updates are not performed evenly because log records vary in size.

7
7Sample output from GET SNAPSHOT FOR ALL APPLICATIONS command 7

7
            Application Snapshot
7
7Application handle         = 6
7Application status         = Rollback Active
7      Start Time           = 02/20/2004 12:49:27.713720
7      Completed Work       = 1024000 bytes
7      Total Work           = 4084000 bytes
7
7            Application Snapshot
7
7Application handle         = 10
7Application status         = Rollback to Savepoint
7      Start Time           = 02/20/2004 12:49:32.832410
7      Completed Work       = 102400 bytes
7      Total Work           = 2048000 bytes
7 7
Note:
7
If rollback is not active during a snapshot, then rollback 7elements will not be displayed.
[ Top of Page |Previous Page | Next Page | Contents ]