Contents
Benchmark Wiki
I try here to benchmark the memory usage of a MoinMoin Wiki.
Testconfiguration
Test:
ab -c 5 -n 200 http://localhost:8081/
Software:
MoinMoin 1.9.x (latest)
- Xapian
- Python
- Apache/mod_wsgi
Logging:
saving memory usage every minute into a logfile (mem.py)
- using top to check the cpu load and watch generally
Hardware:
- open
Config:
- single process, 10 threads
- unlimited request (no harakiri, restartes, etcetera)
Testpages::
smallpage: /FrontPage (Pagesize: 1580)
- longrunning: test with bigpage, nonstop request over 30min (-n 1200)
Macro: RecentChanges
Macro II: TitleIndex
Results
<tbd>
Links
http://code.google.com/p/modwsgi/wiki/ConfigurationDirectives
http://blog.dscpl.com.au/2009/11/save-on-memory-with-modwsgi-30.html
http://utcc.utoronto.ca/~cks/space/blog/python/DebuggingPythonMemoryLeaks
