Skip to content

Commit

Permalink
Add client_stats to OnDiskJSONMonitor (AFLplusplus#2181)
Browse files Browse the repository at this point in the history
  • Loading branch information
eknoes authored and riesentoaster committed May 24, 2024
1 parent 46df291 commit 231d04e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions libafl/src/monitors/disk.rs
Original file line number Diff line number Diff line change
Expand Up @@ -223,6 +223,7 @@ where
"objectives": self.base.objective_size(),
"executions": self.base.total_execs(),
"exec_sec": self.base.execs_per_sec(),
"client_stats": self.client_stats(),
});
writeln!(&file, "{line}").expect("Unable to write JSON to file");
}
Expand Down

0 comments on commit 231d04e

Please sign in to comment.