-
Notifications
You must be signed in to change notification settings - Fork 906
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Question on the performance of Redis #463
Comments
Show your info of Different scenarios require different configuration parameters to achieve optimal performance And vs officical Redis, the performance of F-Stack can be improved by up to 20-30% use one instance. |
This is my config.ini
|
Any update on this? I am facing the same issue |
You can try to adjust the value of some parameters, such as For example, |
Thanks, by reducing |
Hello,
I have simple setup to test the performance of Redis with f-stack (v1.20).
Two PCs equipped with one 10 GbE NIC (Intel X540-AT2) are directly connected by an Ethernet cable.
The PC A (ip: 10.0.0.1) is binded with igb_uio driver and run redis-server by
The PC A (ip: 10.0.0.1) is binded with igb driver and run redis-server by
The PC B (use generic linux network stack) runs the command to test the two servers' performance
However, I got the results
The f-stack Redis' performance is similar to official Redis.
Is this expected? Or, is there any setting incorrect?
By the way, I also test the f-stack nginx and official nginx.
f-stack nginx's performance is roughly three times better than official nginx.
Thans!
The text was updated successfully, but these errors were encountered: