File: gfperf-parallel-autoreplica.1.html

package info (click to toggle)
gfarm 2.7.20%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 24,880 kB
  • sloc: ansic: 188,235; sh: 43,469; cpp: 9,442; java: 6,866; makefile: 3,519; perl: 2,412; python: 1,449; ruby: 965; php: 807; sql: 173; xml: 51; csh: 2
file content (73 lines) | stat: -rw-r--r-- 3,661 bytes parent folder | download | duplicates (6)
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
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>gfperf-parallel-autoreplica</title>
<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="refentry" title="gfperf-parallel-autoreplica">
<a name="gfperf-parallel-autoreplica.1"></a><div class="titlepage"></div>
<div class="refnamediv">
<a name="name"></a><h2>Name</h2>
<p>gfperf-parallel-autoreplica — Gfarm measure autoreplica performance</p>
</div>
<div class="refsynopsisdiv" title="Synopsis">
<a name="synopsis"></a><h2>Synopsis</h2>
<div class="cmdsynopsis"><p><code class="command">gfperf-parallel-autoreplica</code>  [-t, --testdir <em class="replaceable"><code>test directory</code></em>] [-m, --gfarm2fs <em class="replaceable"><code>gfarm2fs mount point</code></em>] [-l, --filesize <em class="replaceable"><code>file size</code></em>] [-f, --number <em class="replaceable"><code>number of files</code></em>] [-r, --replica <em class="replaceable"><code>number of replica</code></em>] [-s, --stop <em class="replaceable"><code>wait time</code></em>] [-n, --name <em class="replaceable"><code>group name</code></em>] [-w, --wait <em class="replaceable"><code>start time</code></em>]</p></div>
</div>
<div class="refsect1" title="DESCRIPTION">
<a name="description"></a><h2>DESCRIPTION</h2>
<p>This command creates specified number of files of specified size in <em class="parameter"><code>test directory</code></em>.
The created files will be automatically replicated by gfmd. This command measures creation time of the files.
</p>
<p>
This command is expected to be called by gfperf.rb in parallel.
</p>
</div>
<div class="refsect1" title="OPTIONS">
<a name="options"></a><h2>OPTIONS</h2>
<div class="variablelist"><dl>
<dt><span class="term"><code class="option">-t, --testdir</code> <em class="parameter"><code>test directory</code></em></span></dt>
<dd><p>
Files are created in <em class="parameter"><code>test directory</code></em>.
Specify only gfarm url (that begins with gfarm:///) .
The default is gfarm:///tmp .
</p></dd>
<dt><span class="term"><code class="option">-m, --gfarm2fs</code> <em class="parameter"><code>gfarm2fs mount point </code></em></span></dt>
<dd><p>
Specify gfarm2fs mount point.
</p></dd>
<dt><span class="term"><code class="option">-l, --filesize</code> <em class="parameter"><code>file size</code></em></span></dt>
<dd><p>
File size to be created.
The default is 1G. (1G=2^30)
</p></dd>
<dt><span class="term"><code class="option">-f, --number</code> <em class="parameter"><code>number of files</code></em></span></dt>
<dd><p>
Number of files to be created.
The default is 10.
</p></dd>
<dt><span class="term"><code class="option">-r, --replica</code> <em class="parameter"><code>number of replica</code></em></span></dt>
<dd><p>
Number of replica.
The default is 1.
</p></dd>
<dt><span class="term"><code class="option">-s, --stop</code> <em class="parameter"><code>wait time</code></em></span></dt>
<dd><p>
Wait time in seconds for replication.
The default is 60 seconds.
</p></dd>
<dt><span class="term"><code class="option">-n, --name</code> <em class="parameter"><code>group name</code></em></span></dt>
<dd><p>
Group name in parallel execution.
</p></dd>
<dt><span class="term"><code class="option">-w, --wait</code> <em class="parameter"><code>start time</code></em></span></dt>
<dd><p>
Start time specified by gfperf.rb.
This command waits until start time.
Start time is written in UTC (YYYY-MM-DDThh:mm:ssZ) and
must be in 10 seconds from current time.
</p></dd>
</dl></div>
</div>
</div></body>
</html>