1TSUNG-RECORDER(1)                                            TSUNG-RECORDER(1)
2
3
4

NAME

6       tsung-recorder - Proxy recorder for the tsung load testing tool.
7

SYNOPSIS

9       tsung-recorder  [  -l  log  file ]  [ -r command ]  [ -p plugin ]  [ -L
10       listen  port  ]   [  -I  IP  ]    [   -P   port   ]    [   -u    ]    [
11       start|stop|restart|record_tag ]
12

DESCRIPTION

14       tsung  is  a  distributed load testing tool. It is protocol-independent
15       and can currently be used to stress and benchmark HTTP,  WebDAV,  LDAP,
16       PostgreSQL,  MySQL  and Jabber/XMPP servers. tsung-recorder can be used
17       to record sessions (only for HTTP, WebDAV and Postgresql) that  can  be
18       edited and replayed later by tsung
19
20       tsung-recorder  is  a  proxy that records a session in the tsung native
21       XML format; it can be used by your favorite client (browser in the case
22       of the http plugin).
23
24       start  start  the  proxy  recorder (listening port is 8090). By default
25              the HTTP recorder is started. With the -p option, you can select
26              another   plugin.   The  resulting  files  will  be  created  as
27              ~/.tsung/tsung_recorderYYYMMDD-HH:MM.xml; if  it  doesn't  work,
28              take a look at ~/.tsung/log/tsung.log-tsunami_recorder@hostname
29
30       stop   stop the proxy recorder
31
32       record_tag value
33              add a string (comment or tag) while recording a session. This is
34              useful for example to add transaction tag while recording a ses‐
35              sion.
36

MANUAL

38       A  manual should be available at /usr/share/doc/tsung/user_manual.html.
39       It is also available online at
40
41
42              http://tsung.erlang-projects.org/user_manual.html
43
44
45

OPTIONS

47       -l logfile
48              Specifies the log file to use. The  default  log  file  name  is
49              ~/tsung/log/tsung.log
50
51       -p plugin
52              Specifies  the  plugin  used  for the recorder. Default is http,
53              available: http, pgsql, webdav
54
55       -L port
56              Listening port for the recorder. Default is 8090
57
58       -I IP  For the pgsql recorder (or parent proxy): server IP. default  is
59              127.0.0.1
60
61       -P port
62              For  the  pgsql recorder (or parent proxy): server port. Default
63              is 5432
64
65       -u     For the http recorder: use a parent proxy
66

BUGS

68       Please reports bugs to the mailing list  <tsung-users@process-one.net>,
69       see
70
71
72              https://lists.process-one.net/mailman/listinfo/tsung-users
73
74
75       for archives.
76

SEE ALSO

78       erlang(3) and tsung(1)
79

AUTHORS

81       Tsung  is  written by Nicolas Niclausse <nicolas@niclux.org>. Contribu‐
82       tors list is available in /usr/share/doc/tsung/CONTRIBUTORS
83
84
85
86                                  March 2009                 TSUNG-RECORDER(1)
Impressum