Note: You are currently viewing documentation for Moodle 2.0. Up-to-date documentation for the latest stable version is available here: Performance recommendations.

Talk:Performance recommendations: Difference between revisions

From MoodleDocs
No edit summary
 
(6 intermediate revisions by 6 users not shown)
Line 1: Line 1:
there's still the suggestion of using turck mmcache. the last release is from 11/2003! is that recommendation valid? are there better alternatives? what about eaccelerator?
Performance - G, Apr 11, very good, re-use,  
 
related and useful is Performance_FAQ
eAccelerator does seem by consensus to be the way to go, but though there's a working beta there appear to be issues with its stability and performance, especially with PHP5 (e.g. breaks the -GRACEFUL command in apachectl). It's flagged as unstable in most repositories - the message on the forums appears to be wait around a little! Rory Allford
 
Changes have now been made to update this section. Please check if anything is missing or needs amending. [[User:Ken Wilson|Ken Wilson]] 10:59, 4 January 2007 (CST)
 
I have no idea how to interpret the output of this :-( What value:
  #ps -ylC httpd --sort:rss
--[[User:Howard Miller|Howard Miller]] 09:31, 14 November 2007 (CST)
 
For me "#ps -ylC httpd --sort:rss" returned no results, however "#ps -ylC apache2 --sort:rss" does return results.
 
So for my box running the above command gives me:
 
root@intranet:~# ps -ylC apache2 --sort:rss
S  UID  PID  PPID  C PRI  NI  RSS    SZ WCHAN  TTY          TIME CMD
S    0  5213    1  0  80  0 105796 74284 d_look ?      00:00:05 apache2
S    33 10198  5213  3  80  0 122864 78776 -    ?        00:00:03 apache2
S    33 10197  5213  3  80  0 124800 79236 -    ?        00:00:05 apache2
S    33  9777  5213  0  80  0 127864 80282 -    ?        00:00:12 apache2
S    33 10136  5213  1  80  0 128344 80424 -    ?        00:00:10 apache2
S    33 10188  5213  2  80  0 133792 81770 429493 ?      00:00:07 apache2
S    33  9816  5213  0  80  0 135156 82093 -    ?        00:00:17 apache2
S    33  9863  5213  0  80  0 135484 82462 -    ?        00:00:09 apache2
S    33 10028  5213  1  80  0 135944 82585 -    ?        00:00:14 apache2
S    33  9790  5213  0  80  0 143628 84786 -    ?        00:00:17 apache2
S    33  9779  5213  0  80  0 144772 84571 -    ?        00:00:15 apache2
 
However I am struggling to work out which value I need to be looking at and how it relates to the expected 10 mb per process! My sums are giving me an average of between 127 and 80 mb depending on if I use rss or sz to take my average. This is well over the suggested 10 mb!
 
[[User:Jon Witts|Jon Witts]] 03:11, 3 February 2009 (CST)
 
For reference I am having more luck with this now thanks to Martin! :-) [http://moodle.org/mod/forum/discuss.php?d=115454 link In this forum]
 
[[User:Jon Witts|Jon Witts]] 09:13, 9 February 2009 (CST)
 
This page has links to mymoodle.com that don't lead anywhere.

Latest revision as of 14:56, 19 October 2011

Performance - G, Apr 11, very good, re-use, related and useful is Performance_FAQ