2012

Apache Performance Tuning

운좋은하루 2012. 7. 20. 18:36
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
반응형

'2012' 카테고리의 다른 글

Apache mod_rewrite  (0) 2012.08.16
Script Debugging Scripts  (0) 2012.07.25
-bash: /dev/null: Permission denied  (0) 2012.05.02
Microsoft Office Outlook을 시작할 수 없습니다.  (0) 2012.04.17
VSFTPD 550 Failed to change directory  (0) 2012.04.17