genkld Command

Purpose

The genkld command extracts the list of shared objects currently loaded onto the system and displays the address, size, and path name for each object on the list.

Syntax

genkld

Description

For shared objects loaded onto the system, the kernel maintains a linked list consisting of data structures called loader entries. A loader entry contains the name of the object, its starting address, and its size. This information is gathered and reported by the genkld command.

Examples

To obtain a list of loaded shared objects, enter:

genkld

Related Information

The genkex command, genld command.

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


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