# logstalgia --help
Logstalgia v1.0.3
Usage: logstalgia [OPTIONS] FILE
Options:
-WIDTHxHEIGHT Set window size
-f Fullscreen
-b --background FFFFFF Background colour in hex
-x --full-hostnames Show full request ip/hostname
-s --speed Simulation speed (default: 1)
-u --update-rate Page summary update rate (default: 5)
-g name,regex,percent[,colour] Group urls that match a regular expression
--paddle-mode MODE Paddle mode (single, pid, vhost)
--paddle-position POSITION Paddle position as a fraction of the view width
--sync Read from STDIN, ignoring entries before now
--start-position POSITION Begin at some position in the log (0.0 - 1.0)
--stop-position POSITION Stop at some position
--no-bounce No bouncing
--hide-response-code Hide response code
--hide-paddle Hide paddle
--hide-url-prefix Hide URL protocol and hostname prefix
--disable-auto-skip Disable skipping of empty time periods
--disable-progress Disable the progress bar
--disable-glow Disable the glow effect
--font-size SIZE Font size
--glow-duration Duration of the glow (default: 0.15)
--glow-multiplier Adjust the amount of glow (default: 1.25)
--glow-intensity Intensity of the glow (default: 0.5)
--output-ppm-stream FILE Write frames as PPM to a file ('-' for STDOUT)
--output-framerate FPS Framerate of output (25,30,60)
FILE should be a log file or '-' to read STDIN.