Created
August 28, 2018 20:32
-
-
Save csdy/3fcf1fddea89fab0f14af722e3102236 to your computer and use it in GitHub Desktop.
CPCF commands
This file contains hidden or 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
cat /home/*/access-logs/* |awk '{print $1}' |sort |uniq -c |sort -n |tail | |
/opt/coldfusion11/cfusion |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment