On TLS performance

We have deployed TLS at a large scale using both hardware and software load balancers. We have found that modern software-based TLS implementations running on commodity CPUs are fast enough to handle heavy HTTPS traffic load without needing to resort to dedicated cryptographic hardware. We serve all of our HTTPS traffic using software running on commodity hardware.

Doug Beaver, Facebook
HTTP2 Expression of Interest

logstash – a tool for managing events and logs

logstash

logstash is a tool for managing events and logs. You can use it to collect logs, parse them, and store them for later use (like, for searching). Speaking of searching, logstash comes with a web interface for searching and drilling into all of your logs.

It is fully free and fully open source. The license is Apache 2.0, meaning you are pretty much free to use it however you want in whatever way.

logstash is now a part of the Elasticsearch family!

Six Ways to Make Your Production Logs More Useful

Six Ways to Make Your Production Logs More Useful

  1. Log structured data in a readable format
  2. Add a dash of color
  3. Logs let your app communicate with you and your team
  4. Seriously though, don’t put exception stack traces in your logs!
  5. Log URLs for easy access to more context
  6. Add emotional context to your logs

Most of these are somewhat expected, but I emotional context in logs was definitely new to me. I wonder why I’ve never even thought of this.