Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

tsung(1) [debian man page]

TSUNG(1)																  TSUNG(1)

NAME
tsung - A distributed multi-protocol load testing tool. SYNOPSIS
tsung [ -f configuration file ] [ -l log dir ] [ -m filename ] [ -r command ] [ -v ] [ -6 ] [ -h ] [ start|stop|debug|status ] 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. It simulates user behaviour using an XML description file, reports many measurements in real time (statistics can be customized with trans- actions, and graphics generated using gnuplot). For HTTP, it supports 1.0 and 1.1, has a proxy mode to record sessions, supports GET and POST methods, Cookies, and Basic WWW-authentica- tion. It also has support for SSL. Several config examples can be found in /usr/share/doc/tsung/examples/. start start tsung load testing debug start tsung with an interactive erlang shell stop stop tsung status print current status of a running instance of tsung (must be run on the controller host) 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 OPTIONS
-f filename specifies the configuration file to use. The default file name is ~/.tsung/tsung.xml. Use - for standard input -l logdir Specifies the log directory to use. The default log dir name is ~/.tsung/log/YYYYMMDD-HHMM/ -m monitoring_file Specifies the monitoring log file name to use. The default log file name is tsung.log. Use - for standard output -r command Specifies an alternative to ssh (rsh for ex.) for starting a slave node on a remote host -i id set controller id (default is empty). Needed to start several controllers on the same host. -F Use long names for erlang nodes (FQDN) -m Enable erlang smp on client nodes -v Show version -6 Use IPv6 for tsung internal communications -h Show usage 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. SEE ALSO
erlang(3) AUTHORS
Tsung is written by Nicolas Niclausse <nicolas@niclux.org>. Contributors list is available in /usr/share/doc/tsung/CONTRIBUTORS January 2004 TSUNG(1)

Check Out this Related Man Page

CHIPCARD-TOOL(1)														  CHIPCARD-TOOL(1)

NAME
chipcard-tool - a commandline client to access smart cards via libchipcard SYNOPSIS
chipcard-tool list|check|atr|monitor [-CFILE] [--configfile=FILE] [-fFILE] [--file=FILE] [--logtype=TYPE] [--loglevel=LEVEL] [--log- file=FILE] [-v] [--verbous] [-a] [--showall] [-tTIMEOUT] [--timeout=TIMEOUT] [--readers] [--drivers] [--services] [--start-all] [-h] [--help] DESCRIPTION
chipcard-tool is a command line client for libchipcard for testing the setup. ARGUMENTS
list List configured readers. check Check the specified reader. atr Execute ATR on the specified reader. monitor Monitor communication between server and clients. OPTIONS
-C FILE | --configfile=FILE Configuration file to load. -f FILE | --file=FILE This filename is used when reading or writing data such as public keys, bank information etc. --logtype=TYPE Set the logtype (console, file). --loglevel=LEVEL Set the log level (info, notice, warning, error). --logfile=FILE Set the log file (if log type is "file"). -v | --verbous Every occurrence of this option increases the verbosity. -a | --showall Show event log for drivers and readers. -t TIMEOUT | --timeout=TIMEOUT Set the total timeout for check command. --readers Show readers. --drivers Show drivers. --services Show services. --start-all Start all readers when monitoring server -h | --help Shows help. ENVIRONMENT
FILES
/etc/chipcard/ The system-wide configuration files. /var/log/chipcard/ The default log files. SEE ALSO
http://www.libchipcard.de Homepage of libchipcard project. /usr/share/doc/libchipcard-tools/ Local documentation BUGS
REVISION
Manual for chipcard-tool 2009 March 19th CHIPCARD-TOOL(1)
Man Page