website hit IP check Print

  • 0

tail -n 500 /home/protidinkhabor1/access-logs/* | awk '{print $1}' | sort | uniq -c | sort -nr | head -n 10

result:
[root@srv9 ~]# tail -n 500 /home/protidinkhabor1/access-logs/* | awk '{print $1}' | sort | uniq -c | sort -nr | head -n 10
161 54.38.38.130
97 216.244.66.234
34 20.196.101.49
23 151.158.48.81
21 35.252.107.165
18 160.20.20.17
17 223.228.135.80
15 167.172.43.177
12 85.106.112.47
10 163.21.154.253
[root@srv9 ~]#


Was this answer helpful?

« Back

Chat with us
Need help? Chat with us!