rows = (tables[1] / "tr")[1..-1]
data = rows.collect { |r| (r / "td").collect(&:inner_html) }
# filter where the PID is numeric, status is 'W' and host matches the server
rows = (tables[1] / "tr")[1..-1]
data = rows.collect { |r| (r / "td").collect(&:inner_html) }
# filter where the PID is numeric, status is 'W' and host matches the server
# return URI and number of seconds processing for each request
matching_data.collect { |r| [r[12], r[5].to_i] }
end
# return URI and number of seconds processing for each request
matching_data.collect { |r| [r[12], r[5].to_i] }
end
:trkpts => "GPX trackpoints calls",
:web => "Web site traffic",
:other => "Other API calls"
:trkpts => "GPX trackpoints calls",
:web => "Web site traffic",
:other => "Other API calls"