logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

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

Authors

Tsung  is  written  by  Nicolas  Niclausse  <nicolas@niclux.org>.  Contributors  list  is  available   in
       /usr/share/doc/tsung/CONTRIBUTORS

                                                   March 2009                                  TSUNG-RECORDER(1)

Bugs

       Please reports bugs to the mailing list <tsung-users@process-one.net>, see

              https://lists.process-one.net/mailman/listinfo/tsung-users

       for archives.

Description

tsung  is a distributed load testing tool. It is protocol-independent and can currently be used to stress
       and benchmark HTTP, WebDAV, LDAP, PostgreSQL, MySQL and Jabber/XMPP servers. tsung-recorder can  be  used
       to record sessions (only for HTTP, WebDAV and Postgresql) that can be edited and replayed later by tsung

       tsung-recorder  is  a proxy that records a session in the tsung native XML format; it can be used by your
       favorite client (browser in the case of the http plugin).

       start  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
              ~/.tsung/tsung_recorderYYYMMDD-HH:MM.xml;   if   it    doesn't    work,    take    a    look    at
              ~/.tsung/log/tsung.log-tsunami_recorder@hostnamestop   stop the proxy recorder

       record_tagvalue
              add  a  string  (comment  or  tag)  while  recording  a session. This is useful for example to add
              transaction tag while recording a session.

Manual

       A manual should be available at /usr/share/doc/tsung/user_manual.html. It is also available online at

              http://tsung.erlang-projects.org/user_manual.html

Name

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

Options

-llogfile
              Specifies the log file to use. The default log file name is ~/tsung/log/tsung.log-pplugin
              Specifies the plugin used for the recorder. Default is http, available: http, pgsql, webdav

       -Lport
              Listening port for the recorder. Default is 8090

       -IIP  For the pgsql recorder (or parent proxy): server IP. default is 127.0.0.1

       -Pport
              For the pgsql recorder (or parent proxy): server port. Default is 5432

       -u     For the http recorder: use a parent proxy

See Also

erlang(3) and tsung(1)

Synopsis

tsung-recorder [ -llogfile ]  [ -rcommand ]  [ -pplugin ]  [ -Llistenport ]  [ -IIP ]  [ -Pport ]
       [ -u  ]  [ start|stop|restart|record_tag ]

See Also