logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

render_speedtest - Benchmark tile rendering with renderd.

Author

       render_speedtest was written by Jon Burgess and other OpenStreetMap project members.

       This manual page was written by OpenStreetMap authors.

mod_tile v0.7.1                                    2024-03-16                                RENDER_SPEEDTEST(1)

Description

       This manual page documents briefly the render_speedtest command.

       render_speedtest renders a bunch of tiles at various zoom levels to benchmark the speed of the rendering.

Name

       render_speedtest - Benchmark tile rendering with renderd.

Options

       These  programs  follow  the  usual  GNU  command line syntax, with long options starting with two dashes
       (`-').  A summary of options is included below.

       -s|--socket=SOCKET|HOSTNAME:PORT
              Specify the location of the renderd socket or hostname and port to connect to.

       -m|--map=MAP
              Specify the rendering style to test. The default is "default"

       -n|--num-threads=N
              The number of parallel request threads (default 1).

       -z|--min-zoom=ZOOM
              Only render tiles greater or equal to this zoom level (default is 0).

       -Z|--max-zoom=ZOOM
              Only render tiles less than or equal to this zoom level (default is 20).

       -h|--help
              Print out a help text for render_speedtest

       -V|--version
              Print out the version number for render_speedtest

See Also

renderd(1)

Synopsis

render_speedtest [options]

See Also