HP.com home ALLBASE/SQL Performance and Monitoring Guidelines: HP 9000 Computer Systems > Chapter 8 SQLMON Screen Reference

Lock Memory Screen

» 

Technical documentation

Complete book in PDF
» Feedback
 

 » Table of Contents

 » Index

This screen lists the number of locks allocated to each session according to the lock granularity.

[memory]

To invoke the Lock Memory screen, use the m command from the Lock subsystem or the /loc m command from other subsystems.

Field Definitions

REFRESH

The screen refresh rate, in seconds.

SESSIONS

The number of DBEnvironment sessions.

SORTLOCK

An indicator of how the sessions are sorted. The sessions are sorted in descending order by the value in the column indicated by the asterisk. In the example above, the sessions are sorted by MAXTOTAL values. For more information, see the description of the SET SORTLOCK command.

PID

The HP-UX process identification number of the DBEnvironment session.

TABLE

The number of table locks allocated to the session. This number includes locks that have been granted, locks the session is waiting to acquire, and locks the session is waiting to convert.

PAGE

The number of page locks allocated to the session. This number includes locks that have been granted, locks the session is waiting to acquire, and locks the session is waiting to convert.

ROW

The number of row locks allocated to the session. This number includes locks that have been granted, locks the session is waiting to acquire, and locks the session is waiting to convert.

TOTAL

The total number of locks allocated to the session, calculated as follows:

TOTAL = TABLE + PAGE + ROW
MAXTOTAL

The maximum number of TOTAL locks allocated to the session since it was attached to the DBEnvironment.

Related SET Commands

The SET commands in the following table affect this screen.

CommandDescriptionExample
SET REFRESHControls the refresh rate of the screen.SET REFRESH 5
SET SORTLOCKSorts sessions in descending order according to the value of the specified column.SET SORTLOCK 2
SET TOPLimits the number of sessions displayed.SET TOP 10