Hi everyone I've been working on a Thinking Sphinx add-on for Heroku. It's not launched yet, and I'm ironing out the possible plans I'll offer. One key piece of information I'd love to have is a rough rule of how much RAM a searchd process uses in relation to how big the index files are.
If you're using Sphinx on an app, and are willing to share this information, it'd be wonderful if you could get in touch with me, via email (on or off list), or via twitter - http://twitter.com/pat. I'm after real (ie: production) data - development environment stats aren't quite so useful :) Here's how I check the stats on my own sites: * RAM Usage I'm interested in both the real (RSS) and virtual (VSZ) memory usage of the searchd process. $ ps x -o rss -o vsz -o comm | grep searchd The first value is the real memory, the second is the virtual - both in kilobytes. * Disk Usage This one's pretty easy as well - cd through to the directory where all your index files are located, then run the following command: $ du -s . There should only be one number in the output - and that's the total size of the directory in kilobytes. If you can make five minutes to find out this information and send it my way, that'd be brilliant. I'm more than happy to put together a chart of all the values if people are truly interested in that ;) Cheers -- Pat e: [email protected] || m: +614 1327 3337 w: http://freelancing-gods.com || t: twitter.com/pat bounce: http://trampolineday.com || skype: patallan -- You received this message because you are subscribed to the Google Groups "Thinking Sphinx" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/thinking-sphinx?hl=en.
