[ Previous | Next | Contents | Glossary | Home | Search ]
AIX Version 4.3 Commands Reference, Volume 2

genld Command

Purpose

The genld command extracts a list of loaded objects for each process currently running on the system.

Syntax

genld

Description

For each process currently running, the genld command will print a report consisting of the process ID and name, followed by the list of objects loaded for that process. The object's address and path name are displayed. For members of libraries, the pathname of the library is shown as a directory, with the name of the loaded member shown as a file in that directory; for example, as /usr/lib/libc.a/shr.o , where shr.o is a loaded member of libc.a .

Examples

To obtain the list of loaded objects for each running process, enter:

genld

Related Information

The genkex command, genkld command.

AIX Performance Monitoring and Tuning Commands in AIX Versions 3.2 and 4 Performance Tuning Guide


[ Previous | Next | Contents | Glossary | Home | Search ]