- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Memory utilization
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
05-02-2004 06:41 AM
05-02-2004 06:41 AM
Memory utilization
Hi,
Any one knows how to monitor memory usage in Linux servers. I am very new to Linux systems. is there any tool as such or any command which can monitor and give a report of memory usage. May be like Glance plus in HP.
TIA
Shahul
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-02-2004 08:55 AM
05-02-2004 08:55 AM
Re: Memory utilization
top
from the command line. It shows a summery of resource usage as well as processes. Also
man top
will give you some documentation on the top process.
There is a system monitor in the GUI under system I think.
Vern
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-02-2004 10:38 AM
05-02-2004 10:38 AM
Re: Memory utilization
sar - part of sysstat package. "sar -rR" this is also easy to run through gplot to get a graphic output.
top - check some of the switches to have it report on memory etc as required.
gnome-system-monitor - This comes with Red Hat and can provide a realtime view of top and some graphs
Glance is available for Linux, looks to have some issues with motifversions but does look to work.
Hope this helps
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-02-2004 11:02 AM
05-02-2004 11:02 AM
Re: Memory utilization
/proc/meminfo contains dynamically updated information on the overall memory status of the system.
Greetings, Martin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-02-2004 12:40 PM
05-02-2004 12:40 PM
Re: Memory utilization
See attachment.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-02-2004 09:44 PM
05-02-2004 09:44 PM
Re: Memory utilization
try vmstat.
#man vstat
Peace, R.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-02-2004 10:33 PM
05-02-2004 10:33 PM
Re: Memory utilization
free
utility.
man free - for more information
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-03-2004 05:32 AM
05-03-2004 05:32 AM
Re: Memory utilization
Hi,
Thanks to your reply. Yes, I have analyzed with top, sar and free, and also by ps commend. I could see my system's 96% memory is utilized in top command. But PS commend shows only 370MB is used by processes. I have 1.25GB of memory installed. Could someone explain me how the remaining memory is utilized.
TIA
Shahul
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-03-2004 07:11 AM
05-03-2004 07:11 AM
Re: Memory utilization
Total: Total system memeory
Used: Disk cache, Page Swap, running processes
Shared: Memory used that is shared between process
buffers: Memory pages swaped out to memory not disk
cached: disk cache
The next line is the actual memory used by processes/programs and memory free
used: progams/process
free: memory avaiable for programs/processes
The last line is for virutal memory which hopefully you'll never use.
Checkout this link for linux memory usage. It gets pretty technical though..
http://home.earthlink.net/~jknapka/linux-mm/vmoutline.html
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-03-2004 08:27 AM
05-03-2004 08:27 AM
Re: Memory utilization
KDE and Gnome have some nice graphical interfaces to monitor the system resources, memory, disk etc.
If you have installed it in your server you can try:
gnome-system-monitor and ksysguard
i think it is not very useful in a server but it could help you to monitor the system status.
Frank.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-03-2004 11:29 AM
05-03-2004 11:29 AM
Re: Memory utilization
HP might have ported glance to Linux but that costs bucks.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-03-2004 09:41 PM
05-03-2004 09:41 PM
Re: Memory utilization
I guess with addition to top,sar,vmstat u can use gmond iff u have a cluster setup.