Home | History | Annotate | Download | only in tools

Lines Matching refs:agent

45 		agent = $3
49 if (! hostHash[host][agent])
50 hostHash[host][agent] = Hash.new
51 hostHash[host][agent]['total'] = 0
53 hostHash[host][agent]['last'] = test_url
54 hostHash[host][agent]['total'] = hostHash[host][agent]['total'] + 1
55 hostHash[host][agent]['last_line'] = index
61 "Host", "Test URL", "Total", "LineAgo", "Agent")
64 hostHash[host].each_key { |agent|
65 next if agent.length < 8
66 display_agent = CGI::unescape(agent).sub('U; ', '')
68 host, hostHash[host][agent]['last'],
69 hostHash[host][agent]['total'],
70 hostHash[host][agent]['last_line'] - last_index,