~ubuntu-branches/ubuntu/raring/tsung/raring

« back to all changes in this revision

Viewing changes to .pc/01_spelling_corrections.diff/doc/tsung-recorder.1

  • Committer: Package Import Robot
  • Author(s): Ignace Mouzannar
  • Date: 2011-09-20 05:21:15 UTC
  • Revision ID: package-import@ubuntu.com-20110920052115-io2ukyxpm9c772ao
Tags: 1.4.1-1
Initial release. (Closes: #317568)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
.\\" auto-generated by docbook2man-spec $Revision: 1.1 $
 
2
.TH "TSUNG-RECORDER" "1" "March 2009" "" ""
 
3
.SH NAME
 
4
tsung-recorder \- Proxy recorder for the tsung load testing tool.
 
5
.SH SYNOPSIS
 
6
.sp
 
7
\fBtsung-recorder\fR [ \fB-l log file\fR ]  [ \fB-r command\fR ]  [ \fB-p plugin\fR ]  [ \fB-L listen port\fR ]  [ \fB-I IP\fR ]  [ \fB-P port\fR ]  [ \fB-u \fR ]  [ \fBstart|stop|restart|record_tag\fR ] 
 
8
.SH "DESCRIPTION"
 
9
.PP
 
10
\fBtsung\fR is a distributed load testing
 
11
tool. It is protocol-independent and can currently be used to
 
12
stress and benchmark HTTP, WebDAV, LDAP, PostgreSQL, MySQL and
 
13
Jabber/XMPP servers. \fBtsung-recorder\fR can be
 
14
used to record sessions (only for HTTP, WebDAV and Postgresql) that can be edited and replayed later by tsung
 
15
.PP
 
16
tsung-recorder is a proxy that records a session in the
 
17
tsung native XML format; it can be used by your favorite client (browser in the case of the http plugin). 
 
18
.TP
 
19
\fBstart\fR
 
20
start the proxy recorder (listening port is 8090). By default the HTTP recorder is started. With the -p option, you can select another plugin. The resulting files will be created as \fI~/.tsung/tsung_recorderYYYMMDD-HH:MM.xml\fR; if it doesn't work, take a look at \fI~/.tsung/log/tsung.log-tsunami_recorder@hostname\fR 
 
21
.TP
 
22
\fBstop\fR
 
23
stop the proxy recorder
 
24
.TP
 
25
\fBrecord_tag value\fR
 
26
add a string (comment or tag) while recording a
 
27
session. This is useful for example to add transaction tag
 
28
while recording a session. 
 
29
.SH "MANUAL"
 
30
.PP
 
31
A manual should be available at
 
32
\fI/usr/share/doc/tsung/user_manual.html\fR. It
 
33
is also available online at
 
34
.sp
 
35
.RS
 
36
.sp
 
37
.nf
 
38
http://tsung.erlang-projects.org/user_manual.html
 
39
.sp
 
40
.fi
 
41
.RE
 
42
.sp
 
43
.SH "OPTIONS"
 
44
.TP
 
45
\fB-l logfile\fR
 
46
Specifies the log file to use. The default log file name is \fI~/tsung/log/tsung.log\fR
 
47
.TP
 
48
\fB-p plugin\fR
 
49
Specifies the plugin used for the recorder. Default is
 
50
http, available: http, pgsql, webdav
 
51
.TP
 
52
\fB-L port\fR
 
53
Listening port for the recorder. Default is 8090
 
54
.TP
 
55
\fB-I IP\fR
 
56
For the pgsql recorder (or parent proxy): server IP. default is 127.0.0.1 
 
57
.TP
 
58
\fB-P port\fR
 
59
For the pgsql recorder (or parent proxy): server port. Default is 5432
 
60
.TP
 
61
\fB-u\fR
 
62
For the http recorder: use a parent proxy
 
63
.SH "BUGS"
 
64
.PP
 
65
Please reports bugs to the mailing list
 
66
<tsung-users@process-one.net>, see
 
67
.sp
 
68
.RS
 
69
.sp
 
70
.nf
 
71
https://lists.process-one.net/mailman/listinfo/tsung-users
 
72
.sp
 
73
.fi
 
74
.RE
 
75
.sp
 
76
for
 
77
archives.
 
78
.SH "SEE ALSO"
 
79
.PP
 
80
\fBerlang\fR(3)
 
81
and \fBtsung\fR(1)
 
82
.SH "AUTHORS"
 
83
.PP
 
84
\fBTsung\fR is written by Nicolas Niclausse 
 
85
<nicolas@niclux.org>. Contributors list
 
86
is available in
 
87
\fI/usr/share/doc/tsung/CONTRIBUTORS\fR