FiloSottile / Heartbleed

A checker (site and tool) for CVE-2014-0160
http://filippo.io/Heartbleed
MIT License
2.31k stars 465 forks source link

Add Metric reporting? #84

Open jrconlin opened 10 years ago

jrconlin commented 10 years ago

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.

FiloSottile commented 10 years ago

Sounds interesting, what metrics are you tracking?

jrconlin commented 10 years ago

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.

agrata04 commented 10 years ago

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 notifications@github.com 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 .