- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- memory utilisation
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
06-08-2006 12:05 AM
06-08-2006 12:05 AM
memory utilisation
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-08-2006 12:33 AM
06-08-2006 12:33 AM
Re: memory utilisation
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-08-2006 12:36 AM
06-08-2006 12:36 AM
Re: memory utilisation
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-08-2006 12:49 AM
06-08-2006 12:49 AM
Re: memory utilisation
since swap statitics is memory related stuff, call
swapinfo -ta
Look in man page for details.
mfG Peter
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-08-2006 12:51 AM
06-08-2006 12:51 AM
Re: memory utilisation
if yoyu hane need more infos than memory try " sar" for example sar -d 2 10 indicates activity of disks ( every 2 seconds , 10 times) or sar -u 2 10 for processor (-Mu for multi processors)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-08-2006 01:32 AM
06-08-2006 01:32 AM
Re: memory utilisation
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-08-2006 06:57 PM
06-08-2006 06:57 PM
Re: memory utilisation
#!/bin/sh
# memtop - show top memory users and pid
# VSZ is in KB
echo " VSZ(KB) PID USER COMMAND"
UNIX95= ps -e -o 'vsz pid ruser args' |sort -nr|head -30
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-08-2006 10:56 PM
06-08-2006 10:56 PM
Re: memory utilisation
You can use several tools to check the memory of your system. The following tools can be used.
(1) sar -u (gives cpu utilization)
(2) top -s2 -d5 (five screens in 2 sec interval)
(3) Glance /Glanceplus
can be used..there are performance monitoring tools as well like
(1) MeasureWare
(2) PerfWare
etc.
Thanks.
Srikanth