- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Re: How to find the actual memory usage on Redhat ...
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
Discussions
Discussions
Discussions
Forums
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
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-23-2006 12:50 PM
тАО05-23-2006 12:50 PM
[root@redhat1 root]# top
17:50:00 up 74 days, 5:49, 1 user, load average: 0.00, 0.01, 0.00
375 processes: 374 sleeping, 1 running, 0 zombie, 0 stopped
CPU states: cpu user nice system irq softirq iowait idle
total 1.9% 0.0% 0.7% 0.0% 2.4% 0.2% 94.6%
cpu00 0.0% 0.0% 0.9% 0.0% 0.0% 0.0% 99.0%
cpu01 0.9% 0.0% 0.9% 0.0% 0.0% 0.0% 98.0%
cpu02 5.8% 0.0% 0.9% 0.0% 9.7% 0.0% 83.4%
cpu03 0.9% 0.0% 0.0% 0.0% 0.0% 0.9% 98.0%
Mem: 10205344k av, 10157704k used, 47640k free, 0k shrd, 129720k buff
7694616k actv, 1471124k in_d, 222456k in_c
Swap: 10485752k av, 157692k used, 10328060k free 8064472k cached
As you can see the memory is almost used 100%... is it right ?
Why i am asking is that i have some machines eventhough there is no oracle instances on this machine it shows that 3GB of memory is already used..
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-23-2006 01:21 PM
тАО05-23-2006 01:21 PM
Re: How to find the actual memory usage on Redhat Linux.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-23-2006 06:31 PM
тАО05-23-2006 06:31 PM
SolutionThe answer is simple - linux kernel takes *all* RAM for bufferes/cache, but release it if some applications ask for memory.
See, for example, these articles:
http://forums.gentoo.org/viewtopic.php?t=175419 Linux Memory Management or 'Why is there no free RAM?'
http://www.redhat.com/magazine/001nov04/features/vm/ Understanding Virtual Memory
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-24-2006 01:07 AM
тАО05-24-2006 01:07 AM
Re: How to find the actual memory usage on Redhat Linux.
Use the "free" command to identify the memory used by programs and as buffer/cache. The values under +/- buffers/cache gives you the real memory usage.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-24-2006 11:55 PM
тАО05-24-2006 11:55 PM
Re: How to find the actual memory usage on Redhat Linux.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-25-2006 11:12 AM
тАО05-25-2006 11:12 AM