[root@kiloccnp~]# cat kilo.txt | cut -d ' ' -f 9 | sort | uniq -c | sort -nr
698 404[root@kiloccnp~]# grep " 404 " kilo.txt | cut -d ' ' -f 7 | sort | uniq -c | sort -nr
691 HTTP/1.1"
168 HTTP/1.0"
27 403
674 /[root@kiloccnp~]# grep " 404 " kilo.txt | cut -d '"' -f 6 | sort | uniq -c | sort -nr
672 "POST
23 //
1 /balancer?&data=
136 Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; SV1; .NET CLR 2.0.50727; InfoPath.2)
132 Mozilla/5.0 (Windows; U; Windows NT 6.1; en; rv:1.9.1.3) Gecko/20090824 Firefox/3.5.3 (.NET CLR 3.5.30729)
131 Mozilla/4.0 (compatible; MSIE 6.1; Windows XP)
118 Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/532.1 (KHTML, like Gecko) Chrome/4.0.219.6 Safari/532.1
117 Mozilla/5.0 (Windows; U; MSIE 7.0; Windows NT 6.0; en-US)
113 Opera/9.80 (Windows NT 5.2; U; ru) Presto/2.5.22 Version/10.51
109 Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; WOW64; Trident/4.0; SLCC2; .NET CLR 2.0.50727; InfoPath.2)
106 Mozilla/5.0 (Windows; U; Windows NT 5.2; en-US; rv:1.9.1.3) Gecko/20090824 Firefox/3.5.3 (.NET CLR 3.5.30729)
102 Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.3) Gecko/20090913 Firefox/3.5.3
98 Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.2; Win64; x64; Trident/4.0)
94 Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.0; Trident/4.0; SLCC1; .NET CLR 2.0.50727; .NET CLR 1.1.4322; .NET CLR 3.5.30729; .NET CLR 3.0.30729)
92 Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.1) Gecko/20090718 Firefox/3.5.1
21 Mozilla/5.0 (KHTML, like Gecko) Safari/537.36
1 MyClient/1.0