Created
February 10, 2016 13:01
-
-
Save pgilad/2247df1861c8ca96812c to your computer and use it in GitHub Desktop.
Run apachetop on multiple files from find
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Run apachetop on multiple files as a result of find | |
sudo apachetop $(find /var/log/blazemeter/ -name "*access.log" -print | sed 's/^/-f '/) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment