Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

polygraph-server(1) [debian man page]

POLYGRAPH-SERVER(1)						   User Commands					       POLYGRAPH-SERVER(1)

NAME
polygraph-server - Web Polygraph server simulator SYNOPSIS
server [--option ...] OPTIONS
--help list of options --version package version info --host_type package build environment info --verb_lvl <int> console verbosity level --dump <list> dump request/replies/errors headers/bodies to console --dump_size <size> limit size of individual msg dump --notify <addr> send notifications to a [remote] monitoring program --doorman_listen_at <addr> where to listen for (and respond to) meta-information requests --doorman_send_to <addr> where to forward meta-information --label <str> run label --fd_limit <int> decrease default fd limit --config <file> configuration file name --cfg_dirs <list> directories to search for cfg files --console <file> redirect console output --log <file> detailed binary log file --log_buf_size <size> buffer size for binary log --store_working_set <file> store working set --load_working_set <file> load working set --sample_log <file> log file for samples --sample_log_buf_size <size> buffer size for sample log --accept_foreign_msgs accept foreign requests or responses --stats_cycle <time> statistics cycle length --file_scan <epoll|poll|select> system call to use for scanning ready files --priority_sched <int> priority level for urgent socket operations --fake_hosts <list> use given addresses, do not lookup real interfaces --delete_old_addrs <bool> delete old IP aliases before adding new ones --idle_tout <time> exit after inactivity timeout --local_rng_seed <int> per-process r.n.g. seed --global_rng_seed <int> per-test r.n.g. seed --unique_world <bool> use URL set that is unique across runs --hushed_error_tout <time> hush frequent error reporting for that long --ign_urls <bool> generate content regardless of the URLs COPYRIGHT
Copyright (C) 2003-2006 The Measurement Factory, Inc. SEE ALSO
polygraph(7) - general information and a list of programs http://www.web-polygraph.org/ - project web site polygraph-server - Web Polygraph February 2010 POLYGRAPH-SERVER(1)

Check Out this Related Man Page

OPENARENA-SERVER(6)						   Games Manual 					       OPENARENA-SERVER(6)

NAME
openarena-server - OpenArena dedicated server SYNOPSIS
openarena-server [-h|--help] [-q|--quiet] [+set option value]... DESCRIPTION
openarena-server is the dedicated server for the first-person shooter OpenArena. OPTIONS
The wrapper script used for OpenArena in Debian accepts these options: -h, --help Display a short help summary -q, --quiet Disable all output Any console command can also be prefixed with + and used as a command-line option (run the server in a terminal to use the console). The +set command is generally the most useful to use on the command line. Options that can be set with +set (note that this is not a full list!) include: capturelimit <value> dedicated <bool> fraglimit <value> fs_basepath <string> fs_game <value> g_allowVote <bool> g_banIPs <IP address> g_doWarmup <bool> g_friendlyFire <bool> g_gametype <bool> g_gravity <value> g_inactivity <value> g_maxGameClients <value> g_motd <string> g_needpass <bool> g_password <string> g_quadfactor <value> g_weaponrespawn <value> net_ip <IP adress> net_port <value> net_qport <value> nextmap <string> sv_allowDownload <bool> sv_floodProtect <bool> sv_fps <value> sv_hostname <string> sv_maxclients <value> sv_maxPing <value> (Measurd in milliseconds) sv_minPing <value> (Measurd in milliseconds) sv_pure <bool> timelimit <value> (Measured in minutes) ENVIRONMENT
The wrapper script used to launch OpenArena allows it to be debugged by setting environment variables. OPENARENA_DEBUGGER=command A debugger or other prefix to prepend to the OpenArena command line, such as strace; overridden by OPENARENA_BACKTRACE OPENARENA_BACKTRACE=1 Use gdb(1) to get a backtrace if OpenArena crashes (the gdb package must be installed for this to work) SEE ALSO
openarena(6), ioquake3-server(6), /usr/share/doc/openarena AUTHOR
OpenArena was written by the OpenArena Team. The engine used is a modified ioQuake3, originally created by id Software and now maintained by the ioQuake3 community. This manual page was written by Bruno "Fuddl" Kleinert <fuddl@debian.org> and Simon McVittie <smcv@debian.org>, for the Debian project (but may be used by others). 2010-10-15 OPENARENA-SERVER(6)
Man Page