Hmm, I would have expected CPU usage to go down slightly, because with an opcode cacher, PHP doesn't have to read and compile your source code every time somebody requests a page. (That might depend on the caching mechanism, though. Haven't used XCache a lot...)
But of course, if your server is pumping out more pages per second thanks to XCache, that might cause a higher load on the CPU. I mean, twice as many pageviews per second = twice as many MySQL queries per second. Just a blind guess.
Still, a host node has 800% CPU so anything below 20% should be okay for you to use as you wish.
Xan wrote:
When I switched to Xen I got these all the time, often in the thousands, but I never swapped and it wasn't a problem. I set the notification threshold to 10,000.
I did 100,000 on a Linode 360 at one time. I was trying to restructure a large and complicated MySQL database in several steps, and it took ~30 minutes to complete. The web server felt a *tad bit* slower than usual during the operation, but otherwise everything was normal.
