Hi, I'm trying to track down why I'm getting significantly better performance from Debian running Redis 2.6.7 (from the unstable repos) than my FreeBSD server. Both are running in VMWare on a Win7 box, one at a time, with no outside windows processes stealing CPU. Both installs are fresh (FreeBSD 9.1 and Debian 6) with only the base required software installed.
I'm starting Redis with the same options on both systems:
This starts a redis-server listening on a unix socket and disables TCP support. Higher is better for benchmark numbers. FWIW, I ran the same test with no VM on a retina macbook pro and saw similar performance to the FreeBSD screenshot.
FreeBSD:
Debian:
Any help/insight is greatly appreciated. Thanks!
I'm starting Redis with the same options on both systems:
Code:
redis-server --unixsocket /tmp/redis.sock --unixsocketperm 755 --port 0
This starts a redis-server listening on a unix socket and disables TCP support. Higher is better for benchmark numbers. FWIW, I ran the same test with no VM on a retina macbook pro and saw similar performance to the FreeBSD screenshot.
FreeBSD:

Debian:

Any help/insight is greatly appreciated. Thanks!