djveremix / redis

Automatically exported from code.google.com/p/redis
0 stars 0 forks source link

about performance test #290

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
sorry,i don't know where to ask some questions about redis,so post here.

i am testing the performance of redis,but the result is not good.
when i see the system idle,use sar :
15:40:47    %usr    %sys    %wio   %idle
15:40:48       0       0       0     98.
the idle is high.

but i can only get less than 20000 set or get in one second.

can anyone tell me why?
the system is:
uname -a
SunOS T5220B6 5.10 Generic_139555-08 sun4v sparc SUNW,SPARC-Enterprise-T5220

Original issue reported on code.google.com by weekly...@gmail.com on 21 Jul 2010 at 8:05

GoogleCodeExporter commented 8 years ago
When discussing performance, you should also include other system specs such as 
processor speed. A quick search returned that the T5220 has 1.2GHz cores. The 
default benchmark of Redis was done on 2.4GHz cores. Also, those benchmarks 
were done on Linux, not SunOS. We don't test on SunOS (because we don't have 
access to a box), so we cannot make claims on the expected performance on SunOS.

Closing because this is not an issue.

Original comment by pcnoordh...@gmail.com on 21 Jul 2010 at 2:34