sesslog man page - Copyright (2001) Julian T. J. Midgley <jtjm@xenoclast.org>

This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.


SESSLOG 1 "May 08, 2001" "" ""
NAME
sesslog - Creates session logs for use with httperf from webserver log files
SYNOPSIS
"sesslog [infile] [outfile]"
DESCRIPTION
sesslog is used to create a session log, in the format used by the --wsesslog argument of httperf. infile should be the name of the log file to process, which must be in NCSA Common Log Format, or NCSA Combined format. outfile is the name of the session log file to create; if omitted, output will be to stdout; if both infile and outfile are omitted, then input will be taken from stdin and sent to stdout.
SEE ALSO
httperf(1)
AUTHOR
Julian T. J. Midgley <jtjm@xenoclast.org>