Operating System - HP-UX
1748117 Members
3823 Online
108758 Solutions
New Discussion юеВ

command to view memory usage

 
4joey1
Occasional Contributor

command to view memory usage

Hallo!I am totally new to HP-UX Itanium.I would like to monitor in real time memory usage on the server i.e. view total memory,used memory,free memory.

Which HP-UX Itanium command can I use to view this?

Thanks.
7 REPLIES 7
klb
Valued Contributor

Re: command to view memory usage

Wilfred Chau_1
Respected Contributor

Re: command to view memory usage

Vivek_Pendse
Valued Contributor

Re: command to view memory usage

glance is also a good tool.
It's paid hp product.
Michael Steele_2
Honored Contributor

Re: command to view memory usage

To find the biggest virtual memory consumers:

UNIX95=1 ps -ef -o vsz,ppid,pid,wchan,comm | sort -rn | head -10
Support Fatherhood - Stop Family Law
Michael Steele_2
Honored Contributor

Re: command to view memory usage

Don't forget to assign points to all of the responses
Support Fatherhood - Stop Family Law
suvy12
Frequent Advisor

Re: command to view memory usage

can use can use glance -m for memory report in real time.


Dennis Handly
Acclaimed Contributor

Re: command to view memory usage

At a very high level you can look at:
swapinfo -tam