Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
DADBY(1)		     General Commands Manual			DADBY(1)

NAME
     beansdb - high-available distributed key-value storage system

SYNOPSIS
     beansdb [options]

DESCRIPTION
     This manual page documents briefly the beansdb key-value storage daemon.

     beansdb  is a key-value storage system base on memcached and Tokyo Cabinet.
     Hash tree was built inside for fast syncing after failing or any other  un-
     expected errors.

OPTIONS
     These  programs  follow the usual GNU command line syntax. A summary of op-
     tions is included below.

     -p <num>
	    Listen on TCP port <num>, the default is port 7900.

     -l <ip_addr>
	    Listen on <ip_addr>; default to INADDR_ANY. This is an important op-
	    tion to consider as there is no other way to  secure  the  installa-
	    tion. Binding to an internal or firewalled network interface is sug-
	    gested.

     -d     Run beansdb as a daemon.

     -u <username>
	    Assume the identity of <username> (only when run as root).

     -c <num>
	    Use <num> max simultaneous connections; the default is 1024.

     -H <datadir>
	    home <datadir> of database, default is 'testdb'

     -T <num>
	    log  of  the number of db files(base 16), default is 2 (means 256 db
	    files).

     -P <filename>
	    Print pidfile to <filename>, only used under -d option.

     -t <threads>
	    Number of threads to use to  process  incoming  requests(default  is
	    16).

     -r     Raise the core file size limit to the maximum allowable.

     -h     Show the version of beansdb and a summary of options.

     -v     Be verbose during the event loop; print out errors and warnings.

     -vv    Be	even more verbose; same as -v but also print client commands and
	    responses.

LICENSE
     The beansdb daemon is copyright Douban Inc and is distributed under the BSD
     license. Note that daemon clients are licensed separately.

SEE ALSO
     The README file that comes with beansdb
     http://beansdb.googlecode.com/

AUTHOR
     The beansdb daemon was written by Davies Liu <davies.liu@gmail.com>

				   Jan 1, 2010				DADBY(1)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=beansdb&sektion=1&manpath=FreeBSD+Ports+15.1.quarterly>

home | help