~yolanda.robla/ubuntu/trusty/memcached/add_distribution

« back to all changes in this revision

Viewing changes to doc/memcached.1

  • Committer: Bazaar Package Importer
  • Author(s): Jay Bonci
  • Date: 2004-05-05 17:25:25 UTC
  • Revision ID: james.westby@ubuntu.com-20040505172525-ullh634q1xce88jl
Tags: upstream-1.1.11
ImportĀ upstreamĀ versionĀ 1.1.11

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
.TH MEMCACHED 1 "November 12, 2003"
 
2
.SH NAME
 
3
memcached \- high-performance memory object caching system
 
4
.SH SYNOPSIS
 
5
.B memcached
 
6
.RI [ options ]
 
7
.br
 
8
.SH DESCRIPTION
 
9
This manual page documents briefly the
 
10
.B memcached
 
11
memory object caching daemon.
 
12
.PP
 
13
.B memcached
 
14
is a flexible memory object caching daemon designed to alleviate database load
 
15
in dynamic web applications by storing objects in memory.  It's based on 
 
16
libevent to scale to any size needed, and is specifically optimized to avoid 
 
17
swapping and always use non-blocking I/O.
 
18
.br
 
19
.SH OPTIONS
 
20
These programs follow the usual GNU command line syntax. A summary of options 
 
21
is included below.
 
22
.TP
 
23
.B \-l <ip_addr>  
 
24
Listen on <ip_addr>; default to INDRR_ANY. This is an important option to 
 
25
consider as there is no other way to secure the installation. Binding to an 
 
26
internal or firewalled network interface is suggested.
 
27
.TP
 
28
.B \-d
 
29
Run memcached as a daemon.
 
30
.TP
 
31
.B \-u <username> 
 
32
Assume the identity of <username> (only when run as root).
 
33
.TP
 
34
.B \-m <num>
 
35
Use <num> MB memory max to use for object storage; the default is 64 megabytes.
 
36
.TP
 
37
.B \-c <num>
 
38
Use <num> max simultaneous connections; the default is 1024.
 
39
.TP
 
40
.B \-k 
 
41
Lock down all paged memory. This is a somewhat dangerous option with large
 
42
caches, so consult the README and memcached homepage for configuration
 
43
suggestions.
 
44
.TP
 
45
.B \-p <num> 
 
46
Listen on port <num>, the default is port 11211.
 
47
.TP
 
48
.B \-h
 
49
Show the version of memcached and a summary of options.
 
50
.TP
 
51
.B \-v
 
52
Be verbose during the event loop; print out errors and warnings.
 
53
.TP
 
54
.B \-vv
 
55
Be even more verbose; same as \-v but also print client commands and 
 
56
responses.
 
57
.TP
 
58
.B \-i
 
59
Print memcached and libevent licenses.
 
60
.br
 
61
.SH LICENSE
 
62
The memcached daemon is copyright Danga Interactive and is distributed under 
 
63
the BSD license. Note that daemon clients are licensed separately.
 
64
.br
 
65
.SH SEE ALSO
 
66
The README file that comes with memcached
 
67
.br
 
68
.B http://www.danga.com/memcached
 
69
.SH AUTHOR
 
70
The memcached daemon was written by Anatoly Vorobey 
 
71
.B <mellon@pobox.com>
 
72
and Brad Fitzpatrick 
 
73
.B <brad@danga.com> 
 
74
and the rest of the crew of Danga Interactive 
 
75
.B http://www.danga.com
 
76
.br