본문 바로가기
Network

Apache Performance Tuning

by 세계정보ㄱ 2012. 7. 20.
728x90
반응형

MaxClients ≈ (RAM - size_all_other_processes)/(size_apache_process)

 

Use 'ps -ylC httpd --sort:rss' to find process size. Divide number by 1024 to get megabytes. Also try 'top'.

Use 'free -m' for a general overview. The key figure to look at is the buffers/cache used value.

Use 'vmstat 2 5' to display the number of runnable, blocked, and waiting processes; and swap in and swap out.

 

728x90
반응형

'Network' 카테고리의 다른 글

PHP Register Globals  (0) 2012.10.10
Apache mod_rewrite  (0) 2012.08.16
Nginx 1.x 413 request entity too large  (0) 2012.02.05
Server SSL 설정 방법  (0) 2012.01.18
[warn] module php5_module is already loaded, skipping  (0) 2011.12.08