28 Jan
2006
28 Jan
'06
7:58 a.m.
--On 27. Januar 2006 10:06:49 -0800 Dennis Allison <allison@shasta.stanford.edu> wrote:
Is there some performance test I can use to characterize the Zope system itself so I can compare Zopes running on the two machines?
just some ideas: - install Plone and run 'ab' against the front-page which will give you number of requests/second - upload some content into Zope, create a catalog and measure the time required for indexing the content - TextIndexNG3 has a small (undocumented) command line interface where you can index a bunch of documents without using Zope. This will measure the indexing speed directly -aj