The UNIX and Linux Forums
>
OS Specific Forums
>
HP-UX
How can I get memory usage or anything that show memory used from sar file?
User Name
Remember Me?
Password
Google UNIX.COM
Forums
Portal
Register
Rules & FAQ
Contribute
Members List
Arcade
Search
Today's Posts
Mark Forums Read
Thread
:
How can I get memory usage or anything that show memory used from sar file?
View Single Post in UNIX Forums - Click on the Thread or Permalink to View Entire Thread -->
#
2
(
permalink
)
03-31-2008
vbe
Registered User
Join Date: Sep 2005
Location: Switzerland
Posts: 382
something like :
UNIX95= ps -eo vsz,ruser,pid,args | sort -rn | more ?
vbe
View Public Profile
Find all posts by vbe