s5z / zsim

A fast and scalable x86-64 multicore simulator
GNU General Public License v2.0
317 stars 183 forks source link

How to run YCSB for the redis runing on zsim #224

Open Taya666 opened 5 years ago

Taya666 commented 5 years ago

Hi guys! I can run Redis successfully on ZSIM now, and I used "top" to see that redis-server was running.Then I tried to run YCSB on another terminal for testing, but it failed. It report "connet refused". I wonder if redis and YCSB need to run both on ZSIM. But I don't know how to run Redis and YCSB on ZSIM at the same time. Once I run redis on zsim ,it will start it's loop of monitoring events which make zsim can't do anything.And I tried to start redis in daemon mode, but it still got zsim stuck in his cycle of listening events. If there are any information i should provide ,please tell me . Sincerely ask for help!