- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- virtual memory
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-14-2005 12:26 PM
08-14-2005 12:26 PM
Thanks,
Shiv
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-14-2005 12:44 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-14-2005 12:52 PM
08-14-2005 12:52 PM
Re: virtual memory
top and glance are the easiest ways
thanks
Devesh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-14-2005 01:22 PM
08-14-2005 01:22 PM
Re: virtual memory
Virtual Memory consists of two parts, physical memory or ram and swap. The physical memory is where the programs are running, and
swap is the "spill over".
Try this command:
#ps -efx|grep [j]ava
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-14-2005 02:34 PM
08-14-2005 02:34 PM
Re: virtual memory
best regards,
Shiv
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-14-2005 02:42 PM
08-14-2005 02:42 PM
Re: virtual memory
the commands are;
top,
/opt/bin/memconf,
swap -s ,
swap -l,
glance, &
ps
hope this helps
Jai Hind !!!
Vinod
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-14-2005 04:32 PM
08-14-2005 04:32 PM
Re: virtual memory
concerning your "What is the meaning of [j] here ?" question above...
This is shell level commands for some common filename expansion and pattern matching.
For instance,
To list all of processes named "ava" with only the prefix "j" or "J", you do the following:
ps -efx|grep [jJ]ava
Likewise, if you want to list all the processes with names that cover a range, you could do the following:
ps -efx|grep [a-j]ava
so that (if they exists of course), it would return:
aava
bava
..
..
java
Read more in chap 7 on Shell programming for System Administrators in Marty's book!
hope this helps too!
regards
yogeeraj
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-14-2005 06:19 PM
08-14-2005 06:19 PM
Re: virtual memory
#top command will provide you information on memory utilisation of each process in the system
Regards
Mahesh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-14-2005 07:28 PM
08-14-2005 07:28 PM
Re: virtual memory
top,glance(needs licence),sar(system activity
report),ps,and also vmstat may use for this purpose
Good luck,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-16-2005 05:40 AM
08-16-2005 05:40 AM
Re: virtual memory
glance, top
sam -> virtual Memory Activity.
and using the following command
swap
Thanks and regards
Sekhar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-16-2005 05:41 AM
08-16-2005 05:41 AM
Re: virtual memory
sam -> performance monitor -> virtual memory activity.
Thanks and regards
KRS