- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Re: does the installed memory is sufficient ? -- p...
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
тАО01-16-2008 06:02 AM
тАО01-16-2008 06:02 AM
this machine is under the typical load.
does the physical installed memory is unsufficient/sufficient ?
Regards
Maaz
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-16-2008 06:44 AM
тАО01-16-2008 06:44 AM
Re: does the installed memory is sufficient ? -- plz help
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-16-2008 07:12 AM
тАО01-16-2008 07:12 AM
Re: does the installed memory is sufficient ? -- plz help
Also you need to consider the response time from the user perspective. For example, the system may not page, but users compains about performance. This could mean that you should tune your application to use more memory, if you do that, you may start paging.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-16-2008 07:38 AM
тАО01-16-2008 07:38 AM
Re: does the installed memory is sufficient ? -- plz help
The criteria for sufficient memory is usually via tests.
If the system is paging to disk, not just reserving swap, then get more memory in the system.
The vmstat/sar utils should be run while the system is under heavy use.
One thing you can do is a memory use estimate.
Check your oracle SGA sizes and see what the total adds up too. Similar techniques can be uses for other software. Example, software ag requires 20 MB of server memory for every remote user.
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
тАО01-17-2008 06:41 AM
тАО01-17-2008 06:41 AM
Re: does the installed memory is sufficient ? -- plz help
This machine is the fileserver(samba, and nfs).
vmstat 3, was executed when the machine was under the max load.
the output of the 'vmstat 3' is attached.
Ivan
>the system may not page, but users compains about performance
we have recieved mix output from the users, some says performance is not sufficient(it should be faster) some says it sometimes slow, but normally work reasonable etc etc.
please advice.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-17-2008 10:21 AM
тАО01-17-2008 10:21 AM
Re: does the installed memory is sufficient ? -- plz help
The "wa" column means that you have CPU that is not doin any processing because is waiting for I/O.
You need to check:
- Your disk subsystem and filesystem performance (iostat/hdparm/sar/bonnie).
- Your network statistics and performance (sar/collectl).
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-17-2008 09:56 PM
тАО01-17-2008 09:56 PM
Re: does the installed memory is sufficient ? -- plz help
yes, as this is a fileserver(samba/nfs server) it is obvious that I/O operations are too much all the time.
1, Should I use the SAS harddrives instead of SATA/SCSI ?
2, so which value(number) will be consider/suppose as "High" or "too much" for "wa" column ? I mean what should be the max value for "wa" column of a fileserver for optimum performance ?
3, whats the difference b/w "Buffers" and "Cached" in the output of /proc/meminfo ? I know that Cache is good, because this is the memory Linux kernel occupy in adv for optimum performance, but what is Buffer ?
Regards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-17-2008 10:07 PM
тАО01-17-2008 10:07 PM
Re: does the installed memory is sufficient ? -- plz help
5, what will be the max value for "r" and "b" column for Procs statistics of a (a)fileserver (b)Squid Proxy Server, and (c)Oracle 10g Server ?
Regards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-21-2008 06:02 AM
тАО01-21-2008 06:02 AM
SolutionMaybe, SAS provides 300 MB/s, SATA II should also provide 300 MB/s, and SCSI 320/360 MB/s.
In this case, the problem should not be the disk, but the disk configuration.
Consider using disk striping or RAID 0+1 for performance.
Split your data in several disks.
Consider the usage of multiple ethernet cards.
>>> 2, so which value(number) will be consider/suppose as "High" or "too much" for "wa" column ? I mean what should be the max value for "wa" column of a fileserver for optimum performance ?
To me, the "wa" should be close to 0, but this depends of the performance "percibed" and the host hardware/configuration.
For example, on my systems, for a database server (large servers), "wa" of 10 is reached when backup is performed. But remember, this depends of the hardware and the disk subsystem.
>>> 3, whats the difference b/w "Buffers" and "Cached" in the output of /proc/meminfo ? I know that Cache is good, because this is the memory Linux kernel occupy in adv for optimum performance, but what is Buffer ?
There are a few "buffers" in the kernel infraestructure. Search for "buffer" in the kernel glosarry:
http://people.nl.linux.org/ftp/pub/anoncvs/kernelnewbies/glossary/
>>> 4, which columns and what values shows that processor is fast enough for optimum performance of a (a)fileserver (b)Squid Proxy Server, and (c)Oracle 10g Server
Talking exclusivelly about processors, you should have always some "idle" processor. You should have high values in user (us) and lower in system (sy) processor statistics, this means that the CPU is used for user applications and not for system operation (as paging).
But you need to consider the whole subsystem, that is, idle processors, no pagig, I/O wait low.
>>> 5, what will be the max value for "r" and "b" column for Procs statistics of a (a)fileserver (b)Squid Proxy Server, and (c)Oracle 10g Server ?
You can't say, this really depends of each system. Consider other statistics as the "load average", paging and I/O wait.