Domesticating applications, OpenBSD style
Domesticating applications, OpenBSD style
Posted Jul 23, 2015 19:15 UTC (Thu) by dlang (guest, #313)In reply to: Domesticating applications, OpenBSD style by anselm
Parent article: Domesticating applications, OpenBSD style
while I'm an outlier in the total volume of logs I've had to deal with, it's not by as much as you think.
the 100K logs/sec traffic was the 3-year projection at a 800 person SaaS company in 2006. When you take 100K logs/sec @ ~250 bytes/log (our measured average), delivering the logs to 4 destinations exceeds 1Gb/s. the company did not continue expanding at the predicted rate after it was purchased by a much larger company in 2007, but the log volume did continue to grow.
I spent some time at Google, and while I wasn't in their logging division, there's a lot in common between their logging architecture and what I advocate (although they do everything through their own APIs, a lot of NIH and some 'they were at a large scale before the tools got good enough for that scale')
At my new job, we 'only' have ~500 systems right now, and I find that these approaches work much better than many others that are talked about and tried. There are a LOT of companies that are at this scale and larger.