Jump to: navigation, search

Difference between revisions of "Zaqar/Performance"

(Created page with "== Zaqar's Drivers Performance == This wiki page contains current performance numbers per driver. == Benchmark Environment == * 1x Load Generator ** Hardware *** 1x Intel X...")
 
(Moving content)
 
(6 intermediate revisions by 2 users not shown)
Line 3: Line 3:
 
This wiki page contains current performance numbers per driver.
 
This wiki page contains current performance numbers per driver.
  
== Benchmark Environment ==
+
* [[Zaqar/Performance/Pilot|Pilot Tests (Redis/MongoDB)]]
 
+
* [[Zaqar/Performance/PubSub/Redis|Pub-Sub (Redis)]]
* 1x Load Generator
 
** Hardware
 
*** 1x Intel Xeon E5-2680 v2 2.8Ghz
 
*** 32 GB RAM
 
*** 10Gbps NIC
 
*** 32GB SATADOM
 
** Software
 
*** Debian Wheezy
 
*** Python 2.7.3
 
*** zaqar-bench
 
* 1x Web Head
 
** Hardware
 
*** 1x Intel Xeon E5-2680 v2 2.8Ghz
 
*** 32 GB RAM
 
*** 10Gbps NIC
 
*** 32GB SATADOM
 
** Software
 
*** Debian Wheezy
 
*** Python 2.7.3
 
*** zaqar server
 
*** storage=mongodb
 
*** partitions=4
 
*** MongoDB URI configured with w=majority
 
** uWSGI + gevent
 
*** config: http://paste.openstack.org/show/100592/
 
*** app.py: http://paste.openstack.org/show/100593/
 
 
 
== MongoDB ==
 
 
 
* 3x MongoDB Nodes
 
** Hardware
 
*** 2x Intel Xeon E5-2680 v2 2.8Ghz
 
*** 128 GB RAM
 
*** 10Gbps NIC
 
*** 2x LSI Nytro WarpDrive BLP4-1600[2]
 
** Software
 
*** Debian Wheezy
 
*** mongod 2.6.4
 
**** Default config, except setting replSet and enabling periodic logging of CPU and I/O
 
**** Journaling enabled
 
**** Profiling on message DBs enabled for requests over 10ms
 
 
 
== Redis ==
 
* 1x Redis Node
 
** Hardware
 
*** 2x Intel Xeon E5-2680 v2 2.8Ghz
 
*** 128 GB RAM
 
*** 10Gbps NIC
 
*** 2x LSI Nytro WarpDrive BLP4-1600[2]
 
** Software
 
*** Debian Wheezy
 
*** Redis 2.4.14
 
**** Default config (snapshotting and AOF enabled)
 
**** One process
 

Latest revision as of 20:58, 15 September 2014

Zaqar's Drivers Performance

This wiki page contains current performance numbers per driver.