GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
DYNOMITE(8) FreeBSD System Manager's Manual DYNOMITE(8)

dynomite - a generic dynamo implementation for different key/value storage engines.

dynomite --help
dynomite --version
dynomite [ -c conf-file]
dynomite [-?hVdDt] [-v verbosity-level] [-o output-file] [-c conf-file] [-s stats-port] [-a stats-addr] [-i stats-interval] [-p pid-file] [-m mbuf-size] [-M max-alloc-messages]

Dynomite is a thin, distributed Dynamo layer for different storage engines and protocols. Dynomite provides sharding and multi-data center replication. It has a shared nothing architecture with no single point of failure (SPOF) that delivers high availability (HA) even when a server, rack or entire data center goes offline.

Redis is currently the primary backend and protocol supported by Dynomite, while support for Memcached is partially implemented. Future versions of Dynomite will support additional backends.

Dynomite provides the following functionality:

Linear scalability
High availability (HA)
Shared nothing architecture with symmetric nodes
Multi-data center (DC) replication
Data replication and sharding
Support for any Redis client plus a specialized Dyno client for Java
Reduced connections to and lower connection overhead on backend storage engines via persistent connections
Observability via easily accessible statistics

Show help about dynomite and exit.
Show dynomite version and exit.
Test configuration file for syntax errors and exit.
Enable gossip. (default: disable)
Run dynomite as a daemon in the background.
Print statistics description and exit.
Set logging level to N. (default: 5, min: 0, max: 11)
Set logging file to file.
Set the configuration file to file.
Set the pid file to file.
Set mbuf chunk size to N bytes. (default: 16384)
Set the maximum number of messages to allocate to N. (default: 200000)
Set the size of admin operation to N. (default: 0)

memcached(8), redis-server(1)

Dynomite is developed by Netflix, Inc. Dynomite is currently developed by Netflix, Inc. and the open source community.

November 23, 2016 v0.5.9

Search for    or go to Top of page |  Section 8 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.