日期:2014-05-18 浏览次数:20434 次
select COUNT(distinct c-ip) as allIPCount from '{0}' where (sc-status=200 or sc-status=60)
select COUNT(distinct c-ip) as spiderCount from '{0}' where (sc-status=200 or sc-status=60) and (cs(User-Agent) like '%baidu%' or cs(User-Agent) like '%Yahoo!+Slurp%' or cs(User-Agent) like '%google%' or cs(User-Agent) like '%YoudaoBot%' or cs(User-Agent) like '%sogou%' or cs(User-Agent) like '%msnbot%' or cs(User-Agent) like '%+bingbot%' or cs(User-Agent) like '%jikespider%')
select * into #tb from '{0}' where (sc-status=200 or sc-status=60) --在#tb里找蜘蛛
------解决方案--------------------
他们的1000多怎么得出来的呢?
------解决方案--------------------
强烈推荐用JYC统计,不同于日志分析,直接嵌入代码试统计。
其中【来源访客】=》【来源独立访客】项目中的内容就是楼主需要的:每个IP的归类分组汇总。