Skip to content

Commit

Permalink
Merge pull request #101 from wooparadog/docs
Browse files Browse the repository at this point in the history
Add our load and performance test results.
  • Loading branch information
wooparadog authored Nov 16, 2016
2 parents 547bf55 + 38992d9 commit 8e848a0
Show file tree
Hide file tree
Showing 5 changed files with 5,079 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,10 @@ Features
* Syslog integration.
* Can direct read operations to slaves.

Performance
------------

See details in our [test results](docs/lpt.md).

Requirements
------------
Expand Down
34 changes: 34 additions & 0 deletions docs/lpt.md
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)
Loading

0 comments on commit 8e848a0

Please sign in to comment.