On 1/11/07, Stephanie Belton <[EMAIL PROTECTED]> wrote:
Thanks for that. I am sorry this isn't really Solr-related but how can I
monitor the swapping if I can't rely on the output of the free command?
Do you think I could still achieve any significant improvements by going
through the performance tuning advice on the wiki?
Unfortunately, I think that's pretty old stuff.
People are normally concerned with:
- the number of requests per second they can handle with their server
- the average latency of requests (or median, 99 percentile, etc)
A goal of reducing CPU usage w/o looking at the other factors is
unusual, but if your query rate is very low, or your cache hit rate is
low, you could reduce or eliminate caching or autowarming.
-Yonik