TheDeployOnRails / TheDeployTool

Cap3 based framework for deployment process
3 stars 0 forks source link

ddos tail #1

Open the-teacher opened 9 years ago

the-teacher commented 9 years ago

tail -f /var/log/nginx/nginx.access.log | cut -d ' ' -f 1 | logtop

the-teacher commented 9 years ago

grep "&key=" /var/log/nginx/nginx.access.log | cut -d ' ' -f 1 | sort | uniq -c | sort -n | tail -n 30