afl-plot(8) System Manager's Manual afl-plot(8) NAME afl-plot SYNOPSIS afl-plot [ -g | --graphical ] afl_state_dir [afl_state_dir2 ...] graph_output_dir OPTIONS This program generates gnuplot images from afl-fuzz output data. Usage: afl_state_dir should point to an existing state directory for any active or stopped instance of afl-fuzz; multiple directories can be specified to overlay their data on the same plots (e.g. comparing parallel fuzzers) graph_output_dir should point to an empty directory where this tool can write the resulting plots to -g, --graphical (optional) display the plots in a graphical window (you should have built afl-plot-ui to use this option) The program will put index.html and four PNG images in the output directory; you should be able to view it with any web browser of your choice. AUTHOR AFL++ was written by Michal "lcamtuf" Zalewski and is maintained by Marc "van Hauser" Heuse , Dominik Maier , Andrea Fioraldi and Heiko "hexcoder-" Eissfeldt The homepage of AFL++ is: https://github.com/AFLplusplus/AFLplusplus LICENSE AFL++ is licensed under AGPL-3.0-or-later, with original components under Apache-2.0; an optional commercial license is available. See https://github.com/AFLplusplus/AFLplusplus/blob/stable/LICENSING.md AFL++ 2026-06-05 afl-plot(8)