Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Scaling CANDDi

Scaling CANDDi

coldclimate

July 29, 2013
Tweet

More Decks by coldclimate

Other Decks in Technology

Transcript

  1. tail -100000 mongodb. log | awk -F' ' '{print $NF}'

    | grep ms$ | sed 's/ms//g' |sort -n | tail -20 | xargs -I {} grep {} ms$ mongodb.log