Find and count all occurrences of “parameter” in access log:
|
1 2 3 4 5 |
cat access_log | awk '{ match($0, /parameter=([^& ]+)/, arr); if (arr[1] != "") print arr[1]; }' | sort | uniq -c | sort -r -n | less |
Find and count all occurrences of “parameter” in access log:
|
1 2 3 4 5 |
cat access_log | awk '{ match($0, /parameter=([^& ]+)/, arr); if (arr[1] != "") print arr[1]; }' | sort | uniq -c | sort -r -n | less |
Talk with a senior engineer for practical recommendations—no obligation.
Reliable Penguin provides managed web hosting, systems administration, website and server migrations, and expert consulting.
Submit the form—or for immediate service call 866-649-7984.