Heartbleed icon indicating copy to clipboard operation
Heartbleed copied to clipboard

Add Metric reporting?

Open jrconlin opened this issue 10 years ago • 3 comments

We've added a simple statsd metric reporting mechanism to our fork. It provides data to a statsd server as well as provides a per-instance, in memory JSON report locally.

Would this be of interest for others? I can submit a PR or a separate branch that incorporates the code.

jrconlin avatar May 01 '14 21:05 jrconlin

Sounds interesting, what metrics are you tracking?

FiloSottile avatar May 02 '14 01:05 FiloSottile

We're tracking the number of vulnerable vs clean sites over time as well as cache hits vs misses. The vuln vs. clean is obvious, the hit vs. miss is partly to help us understand how to optimize the cache.

jrconlin avatar May 02 '14 01:05 jrconlin

Thank you for adding report to my fork .I am currently studying it.

Agrata shukla

On Thu, May 1, 2014 at 6:24 PM, JR Conlin [email protected] wrote:

We're tracking the number of vulnerable vs clean sites over time as well as cache hits vs misses. The vuln vs. clean is obvious, the hit vs. miss is partly to help us understand how to optimize the cache.

— Reply to this email directly or view it on GitHubhttps://github.com/FiloSottile/Heartbleed/issues/84#issuecomment-41974812 .

agrata04 avatar May 02 '14 06:05 agrata04