Comment on Scaling lessons learned at Dropbox, part 1parentComments−ralph14yI agree, good article.A sort -n is also required before the uniq since server logs have the time of the request but are printed when the response is complete so they're not necessarily increasing.
Comments
I agree, good article.
A sort -n is also required before the uniq since server logs have the time of the request but are printed when the response is complete so they're not necessarily increasing.