Skip to content

Instantly share code, notes, and snippets.

@0x46616c6b
Created July 26, 2011 14:03
Show Gist options
  • Save 0x46616c6b/1106840 to your computer and use it in GitHub Desktop.
Save 0x46616c6b/1106840 to your computer and use it in GitHub Desktop.
#!/bin/bash
LOGS=$(find /var/www/ -name access.log)
ARGS=$(for i in $LOGS; do echo "-f ${i}"; done)
apachetop -q -l -p ${ARGS}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment