This website requires JavaScript.
Explore
Help
Sign in
iProbe
/
Docs
Watch
0
Star
0
Fork
You've already forked Docs
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
ba848e218d
Docs
/
linux基础
/
统计日志中出现次数最多的10个IP.md
iProbe
ba848e218d
first commit
2022-10-18 16:59:37 +08:00
82 B
Raw
Blame
History
cat access.log | awk '{print $1} | sort | uniq -c | sort -nr | head -n 10'