This repository has been archived by the owner on Nov 1, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 199
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Expose coverage/exec_sec for libfuzzer targets via CLI (#325)
Adds debug subcommands to the SDK/CLI that simplify querying Application Insights for libfuzzer telemetry. Querying for the latest execs_sec for a job, by job_id fragment. ``` $ onefuzz debug job libfuzzer_execs_sec 88 --limit 1 [ { "execs_sec": "191035", "machine_id": "b2dbe720-4fd8-4342-957a-6cb0979d2187", "timestamp": "2020-11-18T00:08:53.98Z", "worker_id": "0" } ] ``` Querying for the latest coverage for a job, by job_id fragment. ``` $ onefuzz debug job libfuzzer_coverage 88 --limit 1 [ { "covered": "10", "features": "21", "rate": "0.47619047619047616", "timestamp": "2020-11-18T00:09:40.793Z" } ] ```
- Loading branch information
Showing
1 changed file
with
137 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters