tail -1000 logfile | cut -d ' ' -f 1 | sort | uniq -c | sort -n
Bots should stand out in the last couple of lines and have a linecount that is substantially higher than a normal user.
tail -1000 logfile | cut -d ' ' -f 1 | sort | uniq -c | sort -n
Bots should stand out in the last couple of lines and have a linecount that is substantially higher than a normal user.