Sponsored Content
Operating Systems HP-UX Virtual Memory Usage a Process Post 302645599 by methyl on Wednesday 23rd of May 2012 07:25:20 PM
Old 05-23-2012
But ... in HP-UX you need to invoke the Berkeley unix ps command with this somewhat unusual syntax:
Code:
UNIX95= ps -o vsz -pxxxxx
Where xxxxx is the process ID.

The space character after the equals sign is mandatory. The space character after -p is not mandatory.

Last edited by methyl; 05-23-2012 at 08:30 PM..
 

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

how can i get The total size of the process in virtual memory om GB or MB

Hello all im using the ps -ef "args vsz" | some.exe but the result is in kb , is there some kind of way or flag ( didnt found in the ps man ) to convert me this data to GB or MG in human readable format ? Thanks (1 Reply)
Discussion started by: umen
1 Replies

2. UNIX for Advanced & Expert Users

how to restrict memory usage by a process

we are running red hat ES4 and i would like to know if there is anyway of restrcting the maximum amount of memory that a process can get? I have a single preocess that is taking >13GB. Thanks, Frank (4 Replies)
Discussion started by: frankkahle
4 Replies

3. Shell Programming and Scripting

Memory usage of a process

hi all, i want to write a script that checks the memory usage of processes and send a mail with the name of the process witch is using more then 300mb RAM. dose anybody have a sample script or an idea how i can make it ? PROCCESSES="snmpd sendmail" for myVar in $PROCCESSES do ... (7 Replies)
Discussion started by: tafil
7 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. HP-UX

how could I get a process Memory Usage

I use pstat API to get Process Infomation I would like to get a process 1.process owner 2.how many physical memory and virtual memory and total memory used(KB) and usage(%) 3.a process excution file create time 4.a process excution file access time I do't know which attribute it i need ... (3 Replies)
Discussion started by: alert0919
3 Replies

6. UNIX for Advanced & Expert Users

Process self-exec and virtual memory size

Hello all, To do a self-exec or self-restart of a process when it crosses the threshold memory limit, I use the value of virtual memory size field from /proc/$pid/stat file and do a self-exec. According to man 5 proc vsize %lu Virtual memory size in bytes. I just want to... (2 Replies)
Discussion started by: matrixmadhan
2 Replies

7. UNIX for Advanced & Expert Users

collecting memory usage by a process

Hi Guys, I work on a AIX environment and I'm trying to write a script where I can collect all the memory used by a process. Basically I'm executing the command 'ps -fu userid' to get all the process ids and then executing the 'ps v PID' to get all the memory allocated by PPID. My question is... (2 Replies)
Discussion started by: arizah
2 Replies

8. Red Hat

Java process showing high virtual memory

Hi All, I have a java process which is showing high virtual memory utilization in client server. But the same process is showing comparitively lesser virtual memory consumption. I understand that virtual memory shown is not of much importance for the general user in normal condition, my client... (2 Replies)
Discussion started by: mritusmoi
2 Replies

9. Solaris

Process memory usage

hi all gurus: I want to find out Solaris process memory usage, but got a bit confused, see if any one can provide me some guidance. i tend to use prstat -a to get total memory consumption by user (I know prstat likely have a bug that simply sum up the memory, regardless if the memory being... (5 Replies)
Discussion started by: oakville
5 Replies

10. Solaris

Find memory usage for a process

I have multiple oracle databases on one server. All the database are running from the same user i.e. oraent. The process for each database can be distinguished by the ps -ef command Eg : ps -ef | grep oraentThe Output : oraent 5361 1 0 20:58:05 ? 0:00 oracledb1... (11 Replies)
Discussion started by: yashreads
11 Replies
tapset::proc_mem(3stap) 												   tapset::proc_mem(3stap)

NAME
tapset::proc_mem - systemtap proc_mem tapset DESCRIPTION
Process memory query and utility functions provide information about the memory usage of the current application. These functions provide information about the full size, resident, shared, code and data used by the current process. And provide utility functions to query the page size of the current architecture and create human readable string representations of bytes and pages used. proc_mem_size Total program virtual memory size in pages See function::proc_mem_size(3stap) for details. proc_mem_size_pid Total program virtual memory size in pages See function::proc_mem_size_pid(3stap) for details. proc_mem_rss Program resident set size in pages See function::proc_mem_rss(3stap) for details. proc_mem_rss_pid Program resident set size in pages See function::proc_mem_rss_pid(3stap) for details. proc_mem_shr Program shared pages (from shared mappings) See function::proc_mem_shr(3stap) for details. proc_mem_shr_pid Program shared pages (from shared mappings) See function::proc_mem_shr_pid(3stap) for details. proc_mem_txt Program text (code) size in pages See function::proc_mem_txt(3stap) for details. proc_mem_txt_pid Program text (code) size in pages See function::proc_mem_txt_pid(3stap) for details. proc_mem_data Program data size (data + stack) in pages See function::proc_mem_data(3stap) for details. proc_mem_data_pid Program data size (data + stack) in pages See function::proc_mem_data_pid(3stap) for details. mem_page_size Number of bytes in a page for this architecture See function::mem_page_size(3stap) for details. bytes_to_string Human readable string for given bytes See function::bytes_to_string(3stap) for details. pages_to_string Turns pages into a human readable string See function::pages_to_string(3stap) for details. proc_mem_string Human readable string of current proc memory usage See function::proc_mem_string(3stap) for details. proc_mem_string_pid Human readable string of process memory usage See function::proc_mem_string_pid(3stap) for details. SEE ALSO
function::proc_mem_size(3stap), function::proc_mem_size_pid(3stap), function::proc_mem_rss(3stap), function::proc_mem_rss_pid(3stap), function::proc_mem_shr(3stap), function::proc_mem_shr_pid(3stap), function::proc_mem_txt(3stap), function::proc_mem_txt_pid(3stap), function::proc_mem_data(3stap), function::proc_mem_data_pid(3stap), function::mem_page_size(3stap), function::bytes_to_string(3stap), function::pages_to_string(3stap), function::proc_mem_string(3stap), function::proc_mem_string_pid(3stap), stap(1), stapprobes(3stap) IBM
--- tapset::proc_mem(3stap)
All times are GMT -4. The time now is 02:45 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy