-
Notifications
You must be signed in to change notification settings - Fork 143
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #101 from wooparadog/docs
Add our load and performance test results.
- Loading branch information
Showing
5 changed files
with
5,079 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
# Load testing | ||
|
||
We've performed various load tests for corvus, using | ||
both `redis-benchmark` and an in-house test framework. | ||
|
||
The latter is not open sourced, so we'll only publish tests | ||
done with `redis-benchmark`. | ||
|
||
## Hardware | ||
|
||
* CPU: 2 x Intel(R) Xeon(R) CPU E5-2620 v3 @ 2.40GHz | ||
* Memory: 32G | ||
* NIC: 2G (2 x Intel Corporation I350 Gigabit Network Connection) | ||
|
||
## Software | ||
|
||
* Linux 3.10.0-229.el7.x86_64 #1 SMP Fri Mar 6 11:36:42 UTC 2015 x86_64 x86_64 x86_64 GNU/Linux | ||
* LSB Version: :core-4.1-amd64:core-4.1-noarch | ||
* Distributor ID: CentOS | ||
* Description: CentOS Linux release 7.1.1503 (Core) | ||
* Release: 7.1.1503 | ||
* Codename: Core | ||
|
||
## Deployment | ||
|
||
Corvus(0.2.4): 1 dedicated server with 24 thread. | ||
Redis(3.0.3): 3 dedicated server with 60 nodes, in which 30 are masters. | ||
|
||
|
||
## Tests | ||
|
||
1. [set](redis_benchmarks/set.md) | ||
2. [get](redis_benchmarks/get.md) | ||
3. [mset](redis_benchmarks/mset.md) |
Oops, something went wrong.