vmproc tool-virtual memory


 
Thread Tools Search this Thread
Top Forums UNIX for Advanced & Expert Users vmproc tool-virtual memory
# 1  
Old 03-07-2002
Tools vmproc & eps tools

Hi All
I am new to this wonderful message forum.I have high hopes on all the members in helping me out.I am looking out for a tool on HPUX which does work similarly to vmproc on TRU64.I am providing the information about vmproc just in case you know a tool giving similar results on HPUX do tell me.
"The purpose of the vmproc command is to display information related to the virtual memory of a given process. It also enables to know which libraries are used by the process. Each map (set of virtual pages) is associated with a library name (found in the symbol file created with the ld command) or with the user program. Its size (given in pages and bytes), its kind (data, text, heap or stack), its read and write mode and its size variations are also displayed."

Last edited by Shobhit; 03-07-2002 at 11:37 AM..
# 2  
Old 03-07-2002
HP has a program called glance that can do this and more. But it's a separate product.
# 3  
Old 03-07-2002
Can you give more details regarding glance?Is there separate tool just at par with vmproc?
Also I need HPUX equivalent of eps."The eps command enables to show process CPU consumption and memory usage (both virtual and physical) in a repetitive or single shot mode." .
Thanks in advance for the valuable input.

Last edited by Shobhit; 03-07-2002 at 11:49 AM..
# 4  
Old 03-07-2002
Click here for more info.
# 5  
Old 03-08-2002
Hi
I have a working code for vmproc and eps on compaq.I want to port it to HPUX.I need to find out what system functions to call to implement the tools.Also glance is a third party tool which has tried to integrate a lot of things.But I could not figure out if it tells about virtual memory also.Can i know what all functions it calls to implement the functionality?

Thanks again for glance idea.But our team is not in favour of buying a different product.

Any suggestions of freeware with source-code ideas are welcomed with arms wide open.
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Red Hat

My RHEL virtual Machine Does not have Virtual Machine Manager Desktop Tool

My RHEL virtual Machine Does not have Virtual Machine Manager Desktop Tool Hi, I don't seem to have the Virtual Machine Manager Desktop tool set up on my RHEL6 Machine. The Linux machine runs off VMWare player and I'm not sure whether it is a VMWare software issue or a problem with the RHEL6... (2 Replies)
Discussion started by: accipiter1
2 Replies

2. UNIX for Advanced & Expert Users

Virtual file or memory?

Hi Experts I encountered a situation recently. I wanted to discuss here and understand the reason behind this. My scenario is something like this: yes > temp & The above command keeps writing the output to the file temp. And this file keeps growing every second. And in the every... (4 Replies)
Discussion started by: guruprasadpr
4 Replies

3. UNIX for Dummies Questions & Answers

Virtual Memory

Hi, Can anyone please help me workout how much virtual memory I have running on a T2000 running Solaris 10. Thanks # df -h swap 3.5G 1.0M 3.5G 1% /etc/svc/volatile swap 3.5G 208K 3.5G 1% /tmp swap 3.5G 56K ... (2 Replies)
Discussion started by: jamba1
2 Replies

4. UNIX for Dummies Questions & Answers

cpu, memory and virtual memory usage

Hi All, Does anyone know what the best commands in the UNIX command line are for obtaining this info: current CPU usage memory usage virtual memory usage preferably with date and time parameters too? thanks ocelot (4 Replies)
Discussion started by: ocelot
4 Replies

5. AIX

ulimits max locked memory virtual memory

Hi, Would any one be so kind to explain me : are ulimits defined for each user seperately ? When ? Specialy what is the impact of : max locked memory and virtual memory on performance of applications for a user. Many thanks. PS : this is what I can see in MAN : ulimit ] ... (5 Replies)
Discussion started by: big123456
5 Replies

6. HP-UX

Virtual Memory

Hi! I work with HP-UX and I have to monitorize the use of virtual memory for different processes. (java processes for Tibco Adapter) And if these processes exceed a limit send a message to the syslog. I donīt know how to monitorize this... Should I do a script? or use an aplication, for example... (3 Replies)
Discussion started by: Kurohana
3 Replies

7. Programming

about virtual memory and memory leak

Hi, First of all I appreciate this group very much for its informative discussions and posts. Here is my question. I have one process whose virtual memory size increases linearly from 6MB to 12MB in 20 minutes. Does that mean my process has memory leaks? In what cases does the... (4 Replies)
Discussion started by: shriashishpatil
4 Replies

8. Programming

Tool for finding memory leaks

hi, i am a c++ programmer working on linux(redhat linux8.0) environment, i need to find out the memory leaks, so far i didn't used any tools, so what are the tools are available, and whic one is good to use. plz provide with a small example. (1 Reply)
Discussion started by: sarwan
1 Replies

9. UNIX for Dummies Questions & Answers

virtual memory

Hi, can anyone explain me what virtual memory is ( for which we use vmstat commande line ) comparing with RAM ? many thanks before. (2 Replies)
Discussion started by: big123456
2 Replies

10. Shell Programming and Scripting

get physical and virtual memory

What command can i use to get the physical and virtual memory of a database? (7 Replies)
Discussion started by: tads98
7 Replies
Login or Register to Ask a Question