Skip to content

Instantly share code, notes, and snippets.

@szepeviktor
Created June 25, 2023 15:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save szepeviktor/2d60b7e84ee634c7de58e7a8e0c80943 to your computer and use it in GitHub Desktop.
Save szepeviktor/2d60b7e84ee634c7de58e7a8e0c80943 to your computer and use it in GitHub Desktop.
Watch live web traffic without successful requests for static assets #HTTP
tail -f -n0 /var/log/apache2/*.log|grep -vE '\.(ico|css|js|jpg|jpeg|png|svg|gif|ttf|eot|woff|woff2)(\?\S+)? HTTP/(1\.0|1\.1|2\.0)" (200|206)'
# optionally |ccze -m ansi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment