Analyze apache logs with awk

awk is a great tool for a short hands on command line analysis of apache requests. The correct syntax depends on the LogFormat of course (which for compliance reasons i cannot state here). Today I was looking for requests that take longer than 3…