Files
openstreetmap-mod_tile-pyth…/docs/man/render_speedtest.1
David Hummel 0c4e2cf8b0 Add gen_tile_test sections, add zoom-level for render_speedtest
Also adjust exit codes for render_*
2022-07-24 18:30:51 +00:00

50 lines
1.4 KiB
Groff

.TH RENDER_SPEEDTEST 1 "Jun 03, 2022"
.\" Please adjust this date whenever revising the manpage.
.SH NAME
render_speedtest \- Benchmark tile rendering with renderd.
.SH SYNOPSIS
.B render_speedtest
.RI [ options ]
.SH DESCRIPTION
This manual page documents briefly the
.B render_speedtest
command.
.PP
.B render_speedtest
renders a bunch of tiles at various zoom levels to benchmark the speed of the rendering.
.PP
.SH OPTIONS
These programs follow the usual GNU command line syntax, with long
options starting with two dashes (`-').
A summary of options is included below.
.TP
\fB\-s\fR|\-\-socket=SOCKET|HOSTNAME:PORT
Specify the location of the renderd socket or hostname and port to connect to.
.TP
\fB\-m\fR|\-\-map=MAP
Specify the rendering style to test. The default is "default"
.TP
\fB\-n\fR|\-\-num-threads=N
The number of parallel request threads (default 1).
.TP
\fB\-z\fR|\-\-min-zoom=ZOOM
Only render tiles greater or equal to this zoom level (default is 0).
.TP
\fB\-Z\fR|\-\-max-zoom=ZOOM
Only render tiles less than or equal to this zoom level (default is 20).
.TP
\fB\-h\fR|\-\-help
Print out a help text for render_speedtest
.TP
\fB\-V\fR|\-\-version
Print out the version number for render_speedtest
.PP
.SH SEE ALSO
.BR renderd (1),
.br
.SH AUTHOR
render_speedtest was written by Jon Burgess and other
OpenStreetMap project members.
.PP
This manual page was written by OpenStreetMap authors.