Skip to content
This repository has been archived by the owner on Sep 15, 2021. It is now read-only.

Copy stats file out of container for advanced information #11

Closed
posidron opened this issue Jun 20, 2019 · 1 comment
Closed

Copy stats file out of container for advanced information #11

posidron opened this issue Jun 20, 2019 · 1 comment
Labels
enhancement New feature or request

Comments

@posidron
Copy link
Contributor

Idea:

  • docker cp /home/worker/stats:<electron_dir>
  • parse into object or array
  • display as foldable view into Dashboard component

Example:

execs_done       : 312466
execs_per_sec    : 59
rss_mb           : 11426
corpus_size      : 4152
next_auto_reduce : 4774
crashes          : 0
timeouts         : 0
ooms             : 0
last_new         : 1561052444
last_new_pc      : 1561049863
@posidron
Copy link
Contributor Author

Screen Shot 2019-07-24 at 3 53 17 PM

If the container task does not have a type attribute or the type attribute does not match LibFuzzer the TaskInfo component is not shown. Further, if the attribute matches, it is required that the container follows our standard LibFuzzer stats file format (see above). The file is then routinely checked and its contents are parsed and then displayed. UI followup for another day, another time.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant