about summary refs log tree commit diff
diff options
context:
space:
mode:
authoryuawn <ssspeed00@gmail.com>2021-12-14 14:08:58 +0000
committeryuawn <ssspeed00@gmail.com>2021-12-14 14:08:58 +0000
commit495348261d904dfb59ef145fc21f53e51515ae94 (patch)
tree4268feaff62895b2a2ef2b793c36534f5771bda5
parent7a939a6c598cb176f36e503ff2fb9fc9bd959993 (diff)
downloadafl++-495348261d904dfb59ef145fc21f53e51515ae94.tar.gz
update output
-rwxr-xr-xafl-whatsup2
1 files changed, 1 insertions, 1 deletions
diff --git a/afl-whatsup b/afl-whatsup
index 5296fd2e..c9abbe91 100755
--- a/afl-whatsup
+++ b/afl-whatsup
@@ -229,7 +229,7 @@ for i in `find . -maxdepth 2 -iname fuzzer_stats | sort`; do
     MEM_USAGE=$(ps aux | grep $fuzzer_pid | grep -v grep | awk '{print $4}')
 
     echo "  cpu usage $CPU_USAGE%, memory usage $MEM_USAGE%"
-    echo "  cycle $((cycles_done + 1)), lifetime speed $EXEC_SEC execs/sec, item $cur_item/$corpus_count (${PATH_PERC}%)"
+    echo "  cycles $((cycles_done + 1)), lifetime speed $EXEC_SEC execs/sec, items $cur_item/$corpus_count (${PATH_PERC}%)"
 
     if [ "$saved_crashes" = "0" ]; then
       echo "  pending $pending_favs/$pending_total, coverage $bitmap_cvg, no crashes yet"