1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208
|
<!DOCTYPE html>
<html>
<head>
<meta http-equiv='content-type' content='text/html;charset=utf8'>
<meta name='generator' content='Ronn-NG/v0.8.2 (http://github.com/apjanke/ronn-ng/tree/0.8.2)'>
<title>beanstalkd(1) - simple, fast work queue</title>
<style type='text/css' media='all'>
/* style: man */
body#manpage {margin:0}
.mp {max-width:100ex;padding:0 9ex 1ex 4ex}
.mp p,.mp pre,.mp ul,.mp ol,.mp dl {margin:0 0 20px 0}
.mp h2 {margin:10px 0 0 0}
.mp > p,.mp > pre,.mp > ul,.mp > ol,.mp > dl {margin-left:8ex}
.mp h3 {margin:0 0 0 4ex}
.mp dt {margin:0;clear:left}
.mp dt.flush {float:left;width:8ex}
.mp dd {margin:0 0 0 9ex}
.mp h1,.mp h2,.mp h3,.mp h4 {clear:left}
.mp pre {margin-bottom:20px}
.mp pre+h2,.mp pre+h3 {margin-top:22px}
.mp h2+pre,.mp h3+pre {margin-top:5px}
.mp img {display:block;margin:auto}
.mp h1.man-title {display:none}
.mp,.mp code,.mp pre,.mp tt,.mp kbd,.mp samp,.mp h3,.mp h4 {font-family:monospace;font-size:14px;line-height:1.42857142857143}
.mp h2 {font-size:16px;line-height:1.25}
.mp h1 {font-size:20px;line-height:2}
.mp {text-align:justify;background:#fff}
.mp,.mp code,.mp pre,.mp pre code,.mp tt,.mp kbd,.mp samp {color:#131211}
.mp h1,.mp h2,.mp h3,.mp h4 {color:#030201}
.mp u {text-decoration:underline}
.mp code,.mp strong,.mp b {font-weight:bold;color:#131211}
.mp em,.mp var {font-style:italic;color:#232221;text-decoration:none}
.mp a,.mp a:link,.mp a:hover,.mp a code,.mp a pre,.mp a tt,.mp a kbd,.mp a samp {color:#0000ff}
.mp b.man-ref {font-weight:normal;color:#434241}
.mp pre {padding:0 4ex}
.mp pre code {font-weight:normal;color:#434241}
.mp h2+pre,h3+pre {padding-left:0}
ol.man-decor,ol.man-decor li {margin:3px 0 10px 0;padding:0;float:left;width:33%;list-style-type:none;text-transform:uppercase;color:#999;letter-spacing:1px}
ol.man-decor {width:100%}
ol.man-decor li.tl {text-align:left}
ol.man-decor li.tc {text-align:center;letter-spacing:4px}
ol.man-decor li.tr {text-align:right;float:right}
</style>
</head>
<!--
The following styles are deprecated and will be removed at some point:
div#man, div#man ol.man, div#man ol.head, div#man ol.man.
The .man-page, .man-decor, .man-head, .man-foot, .man-title, and
.man-navigation should be used instead.
-->
<body id='manpage'>
<div class='mp' id='man'>
<div class='man-navigation' style='display:none'>
<a href="#NAME">NAME</a>
<a href="#SYNOPSIS">SYNOPSIS</a>
<a href="#DESCRIPTION">DESCRIPTION</a>
<a href="#OPTIONS">OPTIONS</a>
<a href="#ENVIRONMENT">ENVIRONMENT</a>
<a href="#SEE-ALSO">SEE ALSO</a>
<a href="#AUTHOR">AUTHOR</a>
</div>
<ol class='man-decor man-head man head'>
<li class='tl'>beanstalkd(1)</li>
<li class='tc'></li>
<li class='tr'>beanstalkd(1)</li>
</ol>
<h2 id="NAME">NAME</h2>
<p class="man-name">
<code>beanstalkd</code> - <span class="man-whatis">simple, fast work queue</span>
</p>
<h2 id="SYNOPSIS">SYNOPSIS</h2>
<p><code>beanstalkd</code> [<var>options</var>]</p>
<h2 id="DESCRIPTION">DESCRIPTION</h2>
<p><code>Beanstalkd</code> is a simple work-queue service. Its interface is
generic, though it was originally designed for reducing the latency of
page views in high-volume web applications by running time-consuming
tasks asynchronously.</p>
<p>When started, <code>beanstalkd</code> opens a socket (or uses a file descriptor
provided by the <span class="man-ref">init<span class="s">(1)</span></span> system, see <a href="#ENVIRONMENT" title="ENVIRONMENT" data-bare-link="true">ENVIRONMENT</a>) and listens for
incoming connections. For each connection, it reads a sequence of
commands to create, reserve, delete, and otherwise manipulate "jobs",
units of work to be done. See file <code>doc/protocol.txt</code> in the
<code>beanstalkd</code> distribution for a thorough description of the meaning
and format of the <code>beanstalkd</code> protocol.</p>
<h2 id="OPTIONS">OPTIONS</h2>
<dl>
<dt>
<code>-b</code> <var>path</var>
</dt>
<dd>Use a binlog to keep jobs on persistent storage in directory <var>path</var>.
Upon startup, <code>beanstalkd</code> will recover any binlog that is present
in <var>path</var>, then, during normal operation, append new jobs and
changes in state to the binlog.</dd>
<dt>
<code>-f</code> <var>ms</var>
</dt>
<dd>Call <span class="man-ref">fsync<span class="s">(2)</span></span> at most once every <var>ms</var> milliseconds. Larger values
for <var>ms</var> reduce disk activity and improve speed at the cost of
safety. A power failure could result in the loss of up to <var>ms</var>
milliseconds of history.
<p>A <var>ms</var> value of 0 will cause <code>beanstalkd</code> to call fsync every time
it writes to the binlog.</p>
<p>The default behavior is to sync every 50 ms.</p>
<p>(This option has no effect without <code>-b</code>.)</p>
</dd>
<dt><code>-F</code></dt>
<dd>Never call <span class="man-ref">fsync<span class="s">(2)</span></span>. Equivalent to <code>-f</code> with an infinite <var>ms</var> value.
<p>(This option has no effect without <code>-b</code>.)</p>
</dd>
<dt><code>-h</code></dt>
<dd>Show a brief help message and exit.</dd>
<dt>
<code>-l</code> <var>addr</var>
</dt>
<dd>Listen on address <var>addr</var> (default is 0.0.0.0).
<p>When <var>addr</var> starts with "unix:", the unprefixed value of it will be
used as the local filesystem path to create a UNIX socket instead of
a TCP socket. In this case the value of <code>-p</code> will be ignored.</p>
<p>(Option <code>-l</code> has no effect if <span class="man-ref">sd-daemon<span class="s">(5)</span></span> socket activation is
being used. See also <a href="#ENVIRONMENT" title="ENVIRONMENT" data-bare-link="true">ENVIRONMENT</a>.)</p>
</dd>
<dt>
<code>-p</code> <var>port</var>
</dt>
<dd>Listen on TCP port <var>port</var> (default is 11300).
<p>(Option <code>-p</code> has no effect if <span class="man-ref">sd-daemon<span class="s">(5)</span></span> socket activation is
being used. See also <a href="#ENVIRONMENT" title="ENVIRONMENT" data-bare-link="true">ENVIRONMENT</a>.)</p>
</dd>
<dt>
<code>-s</code> <var>bytes</var>
</dt>
<dd>The size in bytes of each binlog file.
<p>(This option has no effect without <code>-b</code>.)</p>
</dd>
<dt>
<code>-u</code> <var>user</var>
</dt>
<dd>Become the user <var>user</var> and its primary group.</dd>
<dt><code>-V</code></dt>
<dd>Increase verbosity. May be used more than once to produce more
verbose output. The output format is subject to change.</dd>
<dt><code>-v</code></dt>
<dd>Print the version string and exit.</dd>
<dt>
<code>-z</code> <var>bytes</var>
</dt>
<dd>The maximum size in bytes of a job.</dd>
<dt><code>-c</code></dt>
<dd>This flag has no effect. It is kept for historical compatibility only.</dd>
<dt><code>-n</code></dt>
<dd>This flag has no effect. It is kept for historical compatibility only.</dd>
</dl>
<h2 id="ENVIRONMENT">ENVIRONMENT</h2>
<dl>
<dt>
<code>LISTEN_PID</code>, <code>LISTEN_FDS</code>
</dt>
<dd>These variables can be set by <span class="man-ref">init<span class="s">(1)</span></span>. See <span class="man-ref">sd_listen_fds<span class="s">(3)</span></span> for
details.</dd>
</dl>
<h2 id="SEE-ALSO">SEE ALSO</h2>
<p><span class="man-ref">sd-daemon<span class="s">(3)</span></span>, <span class="man-ref">sd_listen_fds<span class="s">(3)</span></span></p>
<p>Files <code>README.md</code> and <code>doc/protocol.txt</code> in the <code>beanstalkd</code>
distribution.</p>
<p><a href="https://beanstalkd.github.io/" data-bare-link="true">https://beanstalkd.github.io/</a></p>
<h2 id="AUTHOR">AUTHOR</h2>
<p><code>Beanstalkd</code> is written by Keith Rarick and maintained by the community at
<a href="https://github.com/beanstalkd/beanstalkd/issues" data-bare-link="true">https://github.com/beanstalkd/beanstalkd/issues</a></p>
<ol class='man-decor man-foot man foot'>
<li class='tl'></li>
<li class='tc'>June 2020</li>
<li class='tr'>beanstalkd(1)</li>
</ol>
</div>
</body>
</html>
|