Operating System - HP-UX
1833787 Members
2575 Online
110063 Solutions
New Discussion

Re: List loaded modules or library in memory

 
Patrick LEMONNIER
New Member

List loaded modules or library in memory

Hi

I'm searching a way to list all loaded modules in memory called by processes.
Anyone have an idea?
2 REPLIES 2
Robert-Jan Goossens
Honored Contributor

Re: List loaded modules or library in memory

Hi,

One way is to use lsof,

http://hpux.connect.org.uk/hppd/hpux/Sysadmin/lsof-4.67/

Regards,
Robert-Jan.
RAC_1
Honored Contributor

Re: List loaded modules or library in memory

get lsof tool

It lists all files/ports opened/accessed by a process.
There is no substitute to HARDWORK