summaryrefslogtreecommitdiff
path: root/seivot.1.in
blob: 679a6388a1c00f6dba52154d149603da918fcf38 (plain)
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
.\" Copyright 2011 Lars Wirzenius <liw@liw.fi>
.\" 
.\" This program is free software: you can redistribute it and/or modify
.\" it under the terms of the GNU General Public License as published by
.\" the Free Software Foundation, either version 3 of the License, or
.\" (at your option) any later version.
.\" 
.\" This program is distributed in the hope that it will be useful,
.\" but WITHOUT ANY WARRANTY; without even the implied warranty of
.\" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
.\" GNU General Public License for more details.
.\" 
.\" You should have received a copy of the GNU General Public License
.\" along with this program.  If not, see <http://www.gnu.org/licenses/>.
.\"
.TH SEIVOT 1
.SH NAME
seivot \- benchmark backup application (obnam)
.SH SYNOPSIS
.SH DESCRIPTION
.B seivot
benchmarks a backup application.
It has been written primarily for 
.IR obnam (1),
but could be extended for other backup applications.
.PP
.B seivot
generates some live data using 
.BR genbackupdata (1),
and then runs the backup application.
It then generates some more live data,
and runs a second backup generation,
etc.
It stores the measurements in an output file.
See
.BR seivots-summary (1)
for a tool to show data from such files in a tabular fashion.
.RB ( seivot
does not itself show the tabular data,
because one is rarely interested in the output from just one run,
and instead wants to contrast it with other runs).
.SH OPTIONS
.SH EXAMPLE
To run a simple benchmark:
.IP
seivot --initial-data=10G --incremental-data=1G
.SH "SEE ALSO"
.BR seivots-summary (1),
.BR obnam (1).