Lines Matching full:statsd
3 AFL++ can send out metrics as StatsD messages. For remote monitoring and
18 
23 ## AFL++ metrics and StatsD
25 StatsD allows you to receive and aggregate metrics from a wide range of
28 From AFL++, StatsD can receive the following metrics:
50 Depending on your StatsD server, you will be able to monitor, trigger alerts, or
56 1. To enable the StatsD metrics collection on your fuzzer instances, set the
73 Note: When using multiple fuzzer instances with StatsD it is *strongly*
74 recommended to set up `AFL_STATSD_TAGS_FLAVOR` to match your StatsD server.
78 3. Optional: To set the host and port of your StatsD daemon, set
82 ## Installing and setting up StatsD, Prometheus, and Grafana
95 [statsd exporter](https://registry.hub.docker.com/r/prom/statsd-exporter)
96 converts the StatsD metrics to Prometheus. If you are using a provider that
97 supports StatsD directly, you can skip this part of the setup."
117 statsd-net:
132 - statsd-net
135 image: prom/statsd-exporter
140 - "--statsd.mapping-config=/statsd_mapping.yml"
145 - statsd-net
154 - statsd-net
182 ## Running AFL++ with StatsD