How do I calculate the amount of tuning needed for my server ?

Posted by Low Kian Seong on Server Fault See other posts from Server Fault or by Low Kian Seong
Published on 2011-02-03T05:38:23Z Indexed on 2011/02/03 7:27 UTC
Read the original article Hit count: 562

Filed under:
|
|

I have a server which is running a few discrete Python, Java application which most of the time imports data into a PostGreSQL database. I would like to know from people out there who have experience tuning enterprise grade servers how do i go about calculating in a holistic way the amount of tuning needed for my server for example vm.swappiness, vm.overcommit_ratio and other numerical tunings needed for my server.

I tried to enable sar on my server to capture daily numbers but these are more along the lines of total numbers and I can't figure out how to allocate memory for my applications. Help would be appreciated.

Thanks.

© Server Fault or respective owner

Related posts about server

Related posts about performance-tuning