Skip to content

Files

Latest commit

hirose31Ganglia Development Team
and
Ganglia Development Team
Sep 21, 2010
d16c3de · Sep 21, 2010

History

History

kumofs

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Sep 21, 2010
Sep 21, 2010
Sep 21, 2010

kumofs

python module for ganglia 3.1.

This module sends metrics on kumofs protocol "stats".

kumofs

Kumofs is a simple and fast distributed key-value store. You can use a memcached client library to set, get, CAS or delete values from/into kumofs. Backend storage is Tokyo Cabinet and it will give you great performance.

  • Data is partitioned and replicated over multiple servers.
  • Extreme single node performance; comparable with memcached.
  • Both read and write performance got improved as servers added.
  • Servers can be added without stopping the system.
  • Servers can be added without modifying any configuration files.
  • The system does not stop even if one or two servers crashed.
  • The system does not stop to recover crashed servers.
  • Automatic rebalancing support with a consistency control algorithm.
  • Safe CAS operation support.
  • memcached protocol support.

http://kumofs.sourceforge.net/

AUTHOR

HIROSE Masaaki [email protected]