about summary refs log tree commit diff
path: root/docs/env_variables.md
diff options
context:
space:
mode:
authorEdznux <edznux@gmail.com>2020-10-11 23:06:37 +0200
committerEdznux <edznux@gmail.com>2020-10-11 23:06:37 +0200
commit59815cd4473bdf6568e0eee673d49d6236132b41 (patch)
treea5798baa11d255b342618ed226d5ee9a24ade1b3 /docs/env_variables.md
parent6a397d6111a21ebbf736237609c1c69d47c40f03 (diff)
downloadafl++-59815cd4473bdf6568e0eee673d49d6236132b41.tar.gz
Add documentation for StatsD
Diffstat (limited to 'docs/env_variables.md')
-rw-r--r--docs/env_variables.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/env_variables.md b/docs/env_variables.md
index 9d289f6d..ebb7521e 100644
--- a/docs/env_variables.md
+++ b/docs/env_variables.md
@@ -393,6 +393,14 @@ checks or alter some of the more exotic semantics of the tool:
     normally done when starting up the forkserver and causes a pretty
     significant performance drop.
 
+  - Setting AFL_STATSD enable StatsD metrics collection.
+    By default AFL will send these metrics over UDP to 127.0.0.1:8125.
+    The host and port are configurable with AFL_STATSD_HOST and AFL_STATSD_PORT
+    respectively.
+    To get the most out of this, you should provide AFL_STATSD_TAGS_FLAVOR that
+    matches your StatsD server.
+    Available flavors are `dogstatsd`, `librato`, `signalfx` and `influxdb`.
+
   - Outdated environment variables that are that not supported anymore:
     AFL_DEFER_FORKSRV
     AFL_PERSISTENT