Skip to main content
Main navigation
Home
Articles
Notes
Contact
User account menu
Log in
Sort access log
hi
tail -n5000 access.log|awk '{print $1}' | sort | uniq -c | sort -nr | head -10