Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

What tool do you use to analyse traffic?


wc -l


Why don't you go further and count unique ip's? cut -f2 | sort -u | wc -l (Assuming ip is the second field after timestamp in your logs)


Sorry to sound stupid. What is wc -l? What does it stand for?


Prints the number of lines in a file.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: