bsd man page for writelog

Query: writelog

OS: bsd

Section: 1

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

writelog(1)							  Writelog Manual						       writelog(1)

NAME
       writelog - Logfile writing daemon for gatling

SYNOPSIS
       writelog LOGFILE CMDLINE

DESCRIPTION
       Writelog is a daemon that writes the logfile of gatling. Gatling only writes to stdout, so writelog enables logrotation of this data stream
       by providing a handler of SIGUSR1 for closing and reopening the specified logfile.

       The following signals are handled by writelog:

	      SIGTERM Terminates writelog and its child (gatling).

	      SIGUSR1 Causes writelog to reopen the logfile. Useful for logrotation.

	      SIGHUP Delegates SIGHUP to gatling.

EXAMPLES
       writelog /var/log/gatling.log tlsgatling -e -v -D -S -F -U -u nobody

AUTHOR
       Roland Stigge <stigge@antcom.de>

Version 1							  14 August 2011						       writelog(1)
Related Man Pages
ptlsgatling(1) - debian
tally.unwanted(8) - debian
writelog(8) - suse
preload(8) - freebsd
innlog.pl(8) - hpux
Similar Topics in the Unix Linux Community
Run shell script on different machine using perl script
Mutt for html body and multiple html &amp; pdf attachments
Logging in shared file
Script to find users not logged in for 90 days
How to keep staying on remote server after executing a shell script with if then exit end statement?