diff options
| author | Dominik Maier <domenukk@gmail.com> | 2020-02-10 00:19:25 +0100 |
|---|---|---|
| committer | Dominik Maier <domenukk@gmail.com> | 2020-02-10 00:19:25 +0100 |
| commit | bf1898736915d34906704f82202d1a8890a3cec4 (patch) | |
| tree | ab450a0a67ea5c2ec14c5ac9536e4a379d16eb3d /docs/status_screen.md | |
| parent | e19e06aba7e81a37f5f1a9974f061ab63bc86986 (diff) | |
| parent | 33c18c36db70859fc484dd41a317634809d5c043 (diff) | |
| download | afl++-bf1898736915d34906704f82202d1a8890a3cec4.tar.gz | |
Merge branch 'master' of github.com:vanhauser-thc/AFLplusplus into unicorn
Diffstat (limited to 'docs/status_screen.md')
| -rw-r--r-- | docs/status_screen.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/status_screen.md b/docs/status_screen.md index 1ea98415..066c2c07 100644 --- a/docs/status_screen.md +++ b/docs/status_screen.md @@ -377,7 +377,7 @@ directory. This includes: - `fuzzer_pid` - PID of the fuzzer process - `cycles_done` - queue cycles completed so far - `execs_done` - number of execve() calls attempted - - `execs_per_sec` - current number of execs per second + - `execs_per_sec` - overall number of execs per second - `paths_total` - total number of entries in the queue - `paths_found` - number of entries discovered through local fuzzing - `paths_imported` - number of entries imported from other instances |
