Darwin joshua-boyds-macbook.local 9.2.2 Darwin Kernel Version 9.2.2: Tue Mar 4 21:17:34 PST 2008; root:xnu-1228.4.31~1/RELEASE_I386 i386
joshua-boyds-macbook:~ joshuaboyd$ history | awk '{a[$2]++} END {for(i in a){print a[i] " " i}}' | sort -rn | head
119 ls
87 cd
31 vi
25 ssh
25 ping
19 gprof
19 g++
18 cat
16 pwd
16 more
For those who don't know, XCache is an opcode cacher for PHP. Out of the box, Drupal 6 seems to run pretty stable with just opcode caching, however XCache also offers variable caching, which requires application level changes to take advantage of.