Re: can you list all shared libraries currently loaded by a running process?
Thanks! Thats exactly what I wanted. Unfortunately, pmap seems to
truncate path names of the shared libraries to 80 chars max, and a lot
of my paths are longer. Anybody know how to get around this?
Thanks
-Ben
Dan Espen wrote:
weisburd@xxxxxxxxx writes:
Hi,
I'm running RHEL 2.4, trying to debug a java application which loads
some shared libaries at runtime.. I'd like to get a list of these that
I could submit in a bug report. gnome-system-monitor has the list I
want ("memory maps"), but I couldn't figure out how to copy it. Is
there a command line which produces the same list?
pmap will produce similar info.
There is more than one line for each shared library
since it shows the type of memory being used.
.
Relevant Pages
- Re: Can a process start threads with individual user rights?
... I want to offer programming tools to a small group of ... UML wastes way too much memory). ... communicates with the web server program. ... Especially when you're allowing shared libraries rather than just "sandbox-able" interpreted code. ... (comp.programming.threads) - Re: anyone understand torvalds critique of freebsd?
... Mach manipulate the VM page table mappings to make that page visible in the process address space rather than copying the sequence of bytes manually via a message-passing paradigm. ... The former approach tends to be more efficient for small amounts of data, especially for things smaller than one page of memory; the latter approach tends to better for things which are bigger in size. ... On the other hand, Mach was the first or among the earliest platforms to support shared libraries, dynamic loading of objects into user processes and into the kernel, and has somewhat better scaling in the face of gigabytes of RAM and VM usage than most Unix flavors do. ... (freebsd-questions) - Re: Close the application, shutdown the platform...
... > When we close the app, we shutdown the platform too. ... the native portions of Java are built upon shared libraries, ... you're not duplicating the library program code in memory ... (comp.lang.java.programmer) - Re: Linux Memory / Process Management on x86
... The pages will be set up by the virtual memory ... shared libraries (the offset changed) and sometimes you don't have to (the ... make changes in the kernel). ... (comp.os.linux.misc) - Re: piplining principles (and confusion!)
... > Now, if you don't have a stack or known memory, then SMC ... This wastes BTB space. ... the lifetime of the program (i.e. generally shared libraries), ... will only be written to the swap file once unless they are being continually ... (comp.lang.asm.x86) |
|