diff options
author | van Hauser <vh@thc.org> | 2021-01-25 10:04:21 +0100 |
---|---|---|
committer | van Hauser <vh@thc.org> | 2021-01-25 10:04:21 +0100 |
commit | 9a7531942dd02797c69dd23ee8e13f504a8a30a7 (patch) | |
tree | 94a0a845dd2a7e48598c7372661e502931f4caf8 /docs/rpc_statsd.md | |
parent | 107b624224ac30635919e9bebfd9e15dc6d80a3f (diff) | |
download | afl++-9a7531942dd02797c69dd23ee8e13f504a8a30a7.tar.gz |
fix rpc_stats.md
Diffstat (limited to 'docs/rpc_statsd.md')
-rw-r--r-- | docs/rpc_statsd.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/rpc_statsd.md b/docs/rpc_statsd.md index 26544ff5..02f72be6 100644 --- a/docs/rpc_statsd.md +++ b/docs/rpc_statsd.md @@ -31,9 +31,9 @@ By doing so, you might be able to see when the fuzzing process has reached a sta (according to your own criteria) for your targets, etc. And doing so without requiring to log into each instance manually. An example visualisation may look like the following: - + -*Notes: The exact same dashboard can be imported with [this JSON template](./statsd/grafana-afl++.json).* +*Notes: The exact same dashboard can be imported with [this JSON template](statsd/grafana-afl++.json).* ## How to use @@ -140,4 +140,4 @@ AFL_STATSD_TAGS_FLAVOR=dogstatsd AFL_STATSD=1 afl-fuzz -S test-fuzzer-2 -i i -o ``` This setup may be modified before use in production environment. Depending on your needs: addind passwords, creating volumes for storage, -tweaking the metrics gathering to get host metrics (CPU, RAM ...). \ No newline at end of file +tweaking the metrics gathering to get host metrics (CPU, RAM ...). |